Popular and well-maintained. A little polish away from elite status.
A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
Documentation
60
README is present.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Contributing guide is detailed and thorough.
Licensed under Other.
Engineering
76
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
Test files detected (akka-actor-testkit-typed/src/test).
CI is configured (.github/workflows/build-test-prValidation.yml).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (samples/akka-quickstart-java/build.gradle).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files59 root entries
- .additional-certs
- .githubGood: CI is configured (.github/workflows/build-test-prValidation.yml).Good: Issue or PR templates present.
- akka-actor
- akka-actor-testkit-typedGood: Test files detected (akka-actor-testkit-typed/src/test).
- akka-actor-tests
- akka-actor-typed
- akka-actor-typed-tests
- akka-bench-jmh
- akka-cluster
- akka-cluster-metrics
- akka-cluster-sharding
- akka-cluster-sharding-typed
- akka-cluster-tools
- akka-cluster-typed
- akka-coordination
- akka-discovery
- akka-distributed-data
- akka-docs
- akka-multi-node-testkit
- akka-persistence
- akka-persistence-query
- akka-persistence-shared
- akka-persistence-tck
- akka-persistence-testkit
- akka-persistence-typed
- akka-persistence-typed-tests
- akka-pki
- akka-remote
- akka-remote-tests
- akka-serialization-jackson
- akka-slf4j
- akka-stream
- akka-stream-testkit
- akka-stream-tests
- akka-stream-tests-tck
- akka-stream-typed
- akka-testkit
- kubernetes
- native-image-tests
- plugins
- project
- samplesGood: Dependency manifest found (samples/akka-quickstart-java/build.gradle).
- scripts
- .algolia-search-index-config.json
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .fossa.yml
- .git-blame-ignore-revs
- .gitignoreGood: .gitignore present.
- .jvmopts-ci
- .sbt-java-formatter.conf
- .sbtopts
- .scala-steward.conf
- .scalafmt.conf
- build.sbt
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- COPYING.protobuf
- LICENSEGood: Licensed under Other.
- README.mdGood: README is present.Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- RELEASING.md