0
/ 100
GradeB
Polished and well engineered. Punching above its star count.
A metrics platform.
Python155MITtoday
Documentation
86
Install and run instructions9pt
55
README documents how to install the project.
Contributing guide5pt
89
Contributing guide is detailed and thorough.
README12pt
100
README is present.
License6pt
100
Licensed under MIT.
Engineering
90
Tests18pt
80
Test files detected (datajunction-clients/java/src/test).
Reproducibility6pt
80
Lockfile present (uv.lock). Installs are reproducible.
CI/CD14pt
100
CI is configured (.github/workflows/test.yml).
Linting and formatting5pt
100
Linter or formatter configured (datajunction-clients/javascript/.eslintrc.js).
Issue and PR templates6pt
100
Issue or PR templates present.
Project health
85
Housekeeping3pt
60
.gitignore present.
Dependency manifest6pt
71
Dependency manifest found (pyproject.toml).
Repository metadata5pt
100
Repository has a description.
Activity5pt
100
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 29Forks
- 161Releaseslatest 5mo ago
Community
- -Community health
- -authors own >50% of commits
- 155Watchers
Responsiveness
- 11hMedian issue response
- <1hMedian PR merge time
- 305Open issues
Repository files28 root entries
- .githubGood: CI is configured (.github/workflows/test.yml).Good: Issue or PR templates present.
- datajunction-clientsGood: Test files detected (datajunction-clients/java/src/test).Good: Linter or formatter configured (datajunction-clients/javascript/.eslintrc.js).
- datajunction-queryGood: Environment pinned via datajunction-query/Dockerfile.
- datajunction-reflection
- datajunction-serverIssue: Build artifacts or local files may be committed (datajunction-server/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- datajunction-ui
- db-init
- docs
- notebooks
- talks
- tpcds
- .coveragerc
- .gitignoreGood: .gitignore present.
- .gitmodules
- .pre-commit-config.yaml
- AUTHORS.rst
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.rstGood: 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.Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- dev.sh
- docker-compose.yml
- LICENSE.txtGood: Licensed under MIT.
- netlify.toml
- openapi.json
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- 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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- tox.ini
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.