https://github.com/apache/pekko-platform-guide
Examples how to implement Microservices using Apache Pekko
https://github.com/apache/pekko-platform-guide
pekko
Last synced: 9 months ago
JSON representation
Examples how to implement Microservices using Apache Pekko
- Host: GitHub
- URL: https://github.com/apache/pekko-platform-guide
- Owner: apache
- License: apache-2.0
- Created: 2022-10-31T08:50:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T09:36:11.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T22:05:41.122Z (9 months ago)
- Topics: pekko
- Language: Java
- Homepage: https://pekko.apache.org/
- Size: 6.22 MB
- Stars: 5
- Watchers: 13
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Pekko Platform Guide
## Review and feedback
This is the repository for the Apache Pekko Platform Guide and we would love to hear your feedback.
Feel free to give your feedback in the form of issues/PRs.
## Status
The code in this repo has been changed to use Pekko libs instead of Akka/Alpakka. The docs themselves still need to be updated. The [Akka Guide](https://developer.lightbend.com/docs/akka-guide/) should still be a reasonably good intro still.
## Contributing
Contributions are *very* welcome!
If you see an issue that you'd like to see fixed, the best way to make it happen is to help out by submitting a pull request implementing it.
Refer to the [CONTRIBUTING.md](https://github.com/apache/pekko-platform-guide/blob/main/CONTRIBUTING.md) file for more details about the workflow,
and general hints on how to prepare your pull request. You can also ask for clarifications or guidance in GitHub issues directly.
## License
Apache Pekko is Open Source and available under the Apache 2 License.