-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,26 @@ Apache Pekko Projections provides an abstraction for consuming a stream of `Enve | |
or other Apache Pekko connectors. | ||
|
||
Apache Pekko Projections also provides tools to track, restart and distribute these projections. | ||
|
||
## Documentation | ||
|
||
Apache Pekko Projections are documented at https://pekko.apache.org/docs/pekko-projection/current/. | ||
|
||
To keep up with the latest releases check out [Pekko Projections releases](https://pekko.apache.org/docs/pekko-projection/current/release-notes.html). | ||
|
||
## Community | ||
|
||
You can join these forums and chats to discuss and ask Pekko and Pekko connector related questions: | ||
|
||
- [GitHub discussions](https://github.com/apache/incubator-pekko-projection/discussions): for questions and general discussion. | ||
- [Pekko users mailing list](https://lists.apache.org/[email protected]): for Pekko usage discussions. | ||
- [Pekko dev mailing list](https://lists.apache.org/[email protected]): for Pekko development discussions. | ||
- [GitHub issues](https://github.com/apache/incubator-pekko-projection/issues): for bug reports and feature requests. Please search the existing issues before creating new ones. If you are unsure whether you have found a bug, consider asking in GitHub discussions or the mailing list first. | ||
|
||
## Contributing | ||
|
||
Contributions are very welcome. If you have an idea on how to improve Pekko, don't hesitate to create an issue or submit a pull request. | ||
|
||
## License | ||
|
||
Apache Pekko Projections is available under the Apache License, version 2.0. See [LICENSE](https://github.com/apache/incubator-pekko-projection/blob/main/LICENSE) file for details. |