Modules
- pekko (core) docs api japi
- pekko-http docs api japi
- pekko-grpc docs api
- pekko-connectors docs api
- pekko-connectors-kafka docs api
- pekko-management docs api
- pekko-persistence-cassandra docs api
- pekko-persistence-dynamodb GitHub
- pekko-persistence-jdbc docs api
- pekko-persistence-r2dbc docs api
- pekko-projection docs api
We are still working on fixing up the docs for some Pekko modules. You might also want to look at the following repositories in GitHub.
Repositories
The Apache Pekko project is broken into several repositories:
- pekko: contains the core Apache Pekko framework.
- pekko-samples: various samples
- pekko-connectors: contains connectors for other systems, such as Kafka, Cassandra, etc.
- pekko-connectors-kafka: contains the Kafka connector.
- pekko-connectors-samples (WIP): contains a sample connector.
- pekko-grpc: contains the gRPC server module.
- pekko-http: contains the HTTP server module.
- pekko-management: contains the tools for operating with Pekko clusters.
- pekko-persistence-cassandra: contains the Cassandra persistence module.
- pekko-persistence-dynamodb: contains the DynamoDB persistence module.
- pekko-persistence-jdbc: contains the JDBC persistence module.
- pekko-persistence-r2dbc: contains the R2DBC persistence module.
- pekko-projection: contains the event sourcing and CQRS module.
- pekko-platform-guide (WIP): contains a Microservice built with Pekko tooling.
In addition to the above, there are also the following QuickStart templates:
- Quickstart (Scala)
- Quickstart (Java)
- HTTP Quickstart (Scala)
- HTTP Quickstart (Java)
- gRPC Quickstart (Scala)
- gRPC Quickstart (Java)
pekko-sbt-paradox contains the documentation functions and theming for Pekko.