tikv/tikv
Grade a repo

92

/ 100

GradeA

Excellent work. The main thing left to polish is CI.

Top 10% of 5,156 graded repos

Distributed transactional key-value database, originally created to complement TiDB

Rust16,777Apache-2.03d ago

Top fixes

Highest-impact changes first, ranked by point weight

7 to address
  1. 1
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  4. 4
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

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

86

CI/CD14pt57

CI is configured (.github/workflows/tikv-clippy-darwin.yml).

Reproducibility6pt85

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

Tests18pt100

Test files detected (components/backup-stream/tests).

Linting and formatting5pt100

Rust linting configured (components/crossbeam-skiplist/rustfmt.toml).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

98

Dependency manifest6pt95

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 17 / 60
    Commits (30d / 90d)
  • 2,316
    Forks
  • 208
    Releaseslatest 8y ago

Community

  • 87% - Good
    Community health
  • 10 bus factor
    authors own >50% of commits
  • 16,777
    Watchers

Responsiveness

  • 7h
    Median issue response
  • 3h
    Median PR merge time
  • 1,795
    Open issues
Repository files43 root entries
  • .agents
  • .config
  • .github
    Good: CI is configured (.github/workflows/tikv-clippy-darwin.yml).
    Good: Issue or PR templates present.
  • ci-build
  • cmd
  • components
    Good: Test files detected (components/backup-stream/tests).
    Good: Rust linting configured (components/crossbeam-skiplist/rustfmt.toml).
  • doc
  • etc
  • fuzz
  • images
  • metrics
  • patches
  • scripts
  • security
  • src
  • tests
  • .dockerignore
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • CLAUDE.md
  • clippy.toml
  • CODE_COMMENT_STYLE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • codecov.yml
  • 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.
  • deny.toml
  • docker-compose.README.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.
  • docker-compose.yml
  • Dockerfile
    Good: Environment pinned via Dockerfile.
  • Dockerfile.FIPS
  • Dockerfile.test
  • LICENSE
    Good: Licensed under Apache-2.0.
  • Makefile
  • OWNERS
  • OWNERS_ALIASES
  • PERFORMANCE_CRITICAL_PATH.md
  • README.md
  • rust-toolchain.toml
  • rustfmt.toml
  • SECURITY.md
    Good: Security policy present.
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/tikv/tikv)](https://www.repo-grade.com/report/tikv/tikv)

More graded Rust repos