0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
A collection of Java libraries for connecting securely to Cloud SQL
Documentation
71
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Contributing guide is detailed and thorough.
Licensed under Apache-2.0.
Engineering
85
CI is configured (.github/workflows/lint.yaml).
Test files detected (core/src/test).
Java/Kotlin linting configured (lint step in CI workflow).
Lockfile present (.kokoro/requirements.txt). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (pom.xml).
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)
- 117Forks
- 81Releaseslatest 5y ago
Community
- -Community health
- -authors own >50% of commits
- 256Watchers
Responsiveness
- 11hMedian issue response
- 2hMedian PR merge time
- 42Open issues
Repository files30 root entries
- .ci
- .githubGood: CI is configured (.github/workflows/lint.yaml).Good: Dependabot covers 2 ecosystems (maven, pip). Dependencies stay current.Good: Issue or PR templates present.
- .kokoroGood: Lockfile present (.kokoro/requirements.txt). Installs are reproducible.
- .mvn
- .release
- coreGood: Test files detected (core/src/test).
- docs
- examplesGood: Environment pinned via examples/cloudrun/mariadb/Dockerfile.
- jdbc
- r2dbc
- schemas
- .envrc.example
- .gitignoreGood: .gitignore present.
- .repo-metadata.json
- build.sh
- CHANGELOG.md
- checkstyle-suppressions.xml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.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.
- gitignore
- java.header
- LICENSEGood: Licensed under Apache-2.0.
- license-checks.xml
- mvnw
- mvnw.cmd
- owlbot.py
- pom.xmlGood: Dependency manifest found (pom.xml).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.
- versions.txt