Polished and well engineered. Punching above its star count.
AI-Native & Cloud-Native FS: A high-performance file semantic layer for cloud object storage, integrated with high-speed cache
Documentation
97
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Contributing guide is detailed and thorough.
Engineering
80
CI is configured (.github/workflows/build-compile-image.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (build/tests).
Linter or formatter configured (rustfmt.toml).
Issue or PR templates present.
Project health
83
.gitignore present.
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 94Forks
- 6Releaseslatest 9d ago
Community
- —Community health
- —authors own >50% of commits
- 847Watchers
Responsiveness
- 14hMedian issue response
- <1hMedian PR merge time
- 94Open issues
Repository files40 root entries
- .cargo
- .devcontainer
- .githubGood: CI is configured (.github/workflows/build-compile-image.yml).Good: Issue or PR templates present.
- buildGood: Test files detected (build/tests).
- curvine-cli
- curvine-client
- curvine-common
- curvine-csiGood: Environment pinned via curvine-csi/Dockerfile.
- curvine-docker
- curvine-fuse
- curvine-lancedb
- curvine-libsdk
- curvine-server
- curvine-tests
- curvine-ufs
- curvine-webIssue: Build artifacts or local files may be committed (curvine-web/webui/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- etc
- orpc
- scripts
- .dockerignore
- .gitignoreGood: .gitignore present.
- .gitvote.yml
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- clippy.toml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- COMMIT_CONVENTION.md
- commitlint.config.js
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- curvine-fuse-metrics-design.md
- LICENSEGood: Licensed under Apache-2.0.
- MAINTAINERS.md
- Makefile
- package-lock.json
- package.json
- README_zh.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.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
- rust-toolchain.toml
- rustfmt.tomlGood: Linter or formatter configured (rustfmt.toml).
- SECURITY.mdGood: Security policy present.