A well-known project done right. Strong docs and solid engineering throughout.
Fluid, elastic data abstraction and acceleration for BigData/AI applications in cloud. (Project under CNCF)
Outstanding. A score of 96/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
88
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
100
Test files detected (api/v1alpha1/alluxioruntime_types_test.go).
CI is configured (.github/workflows/backward-compatibility-e2e.yml).
Formatting enforced (.golangci.yml).
Lockfile present (go.sum). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 1,266Forks
- 28Releaseslatest 3y ago
Community
- —Community health
- —authors own >50% of commits
- 1,940Watchers
Responsiveness
- 19d 1hMedian issue response
- 10hMedian PR merge time
- 315Open issues
Repository files47 root entries
- .circleci
- .githubGood: CI is configured (.github/workflows/backward-compatibility-e2e.yml).Good: Dependabot covers 2 ecosystems (github-actions, gomod). Dependencies stay current.Good: Issue or PR templates present.
- addonsGood: Environment pinned via addons/3fs/dev-guide/Dockerfile.
- apiGood: Test files detected (api/v1alpha1/alluxioruntime_types_test.go).
- bin
- charts
- cmd
- config
- csi
- docker
- docs
- hack
- integration
- pkg
- samples
- sdk
- security
- static
- test
- tools
- vendor
- .gitignoreGood: .gitignore present.
- .gitmodules
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- .travis.yml
- ADOPTERS.md
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- codecov.yml
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.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.
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- GOVERNANCE.md
- k8s-mod.sh
- LICENSEGood: Licensed under Apache-2.0.
- MAINTAINERS_COMMITTERS.md
- Makefile
- OWNERS
- PROJECT
- README-zh_CN.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.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.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.md
- RELEASE.md
- ROADMAP.md
- SECURITY_CONTACTS
- SECURITY.mdGood: Security policy present.
- sonar-project.properties
- version.go