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

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Apache-2.0.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

80

CI/CD14pt40

CI is configured (.github/workflows/build-compile-image.yml).

Reproducibility6pt80

Lockfile present (Cargo.lock). Installs are reproducible.

Tests18pt100

Test files detected (build/tests).

Linting and formatting5pt100

Linter or formatter configured (rustfmt.toml).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

83

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt65

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 94
    Forks
  • 6
    Releaseslatest 9d ago

Community

  • Community health
  • authors own >50% of commits
  • 847
    Watchers

Responsiveness

  • 14h
    Median issue response
  • <1h
    Median PR merge time
  • 94
    Open issues
Repository files40 root entries
  • .cargo
  • .devcontainer
  • .github
    Good: CI is configured (.github/workflows/build-compile-image.yml).
    Good: Issue or PR templates present.
  • build
    Good: Test files detected (build/tests).
  • curvine-cli
  • curvine-client
  • curvine-common
  • curvine-csi
    Good: Environment pinned via curvine-csi/Dockerfile.
  • curvine-docker
  • curvine-fuse
  • curvine-lancedb
  • curvine-libsdk
  • curvine-server
  • curvine-tests
  • curvine-ufs
  • curvine-web
    Issue: 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
  • .gitignore
    Good: .gitignore present.
  • .gitvote.yml
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • clippy.toml
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • COMMIT_CONVENTION.md
  • commitlint.config.js
  • CONTRIBUTING.md
    Good: 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
  • LICENSE
    Good: Licensed under Apache-2.0.
  • MAINTAINERS.md
  • Makefile
  • package-lock.json
  • package.json
  • README_zh.md
    Good: 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.toml
    Good: Linter or formatter configured (rustfmt.toml).
  • SECURITY.md
    Good: Security policy present.