0
/ 100
Good community traction and solid fundamentals. Nearly in the top tier.
Parseable is an observability datalake built from first principles.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Add integration tests in a tests/ directory or unit tests via #[cfg(test)] blocks.
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Add a lint step to catch style issues automatically.
- 4CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
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.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
97
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under AGPL-3.0.
Engineering
59
No Rust linting or formatting enforced.
→ Add `cargo clippy -- -D warnings` and `cargo fmt --check` as CI steps, and optionally a rustfmt.toml for project-specific style rules.
Cargo.toml has dev-dependencies (may include test tooling).
CI is configured (.github/workflows/build-push-edge-debug.yaml).
Lockfile present (Cargo.lock). Installs are reproducible.
Issue or PR templates present.
Project health
86
Dependency manifest found (Cargo.toml).
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)
- 166Forks
- 92Releaseslatest 3y ago
Community
- -Community health
- -authors own >50% of commits
- 2,391Watchers
Responsiveness
- 8d 8hMedian issue response
- <1hMedian PR merge time
- 31Open issues
Repository files37 root entries
- .githubGood: CI is configured (.github/workflows/build-push-edge-debug.yaml).Good: Issue or PR templates present.
- helm
- helm-releases
- resources
- scripts
- src
- systemd
- .deepsource.toml
- .dockerignore
- .gitignoreGood: .gitignore present.
- about.hbs
- about.toml
- build.rs
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CITATION.cff
- CNAME
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- 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.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- Cross.toml
- docker-compose-distributed-test-with-kafka.yaml
- docker-compose-distributed-test.yaml
- docker-compose-gcs-distributed-test.yaml
- docker-compose-local.yaml
- docker-compose-test-with-kafka.yaml
- docker-compose-test.yaml
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.debug
- Dockerfile.dev
- Dockerfile.kafka
- helm-reindex.sh
- index.yaml
- LICENSEGood: Licensed under AGPL-3.0.
- Makefile
- parseable-ingest-haproxy.cfg
- README.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.
- USERS.md
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/parseablehq/parseable)