This section explains the status badges shown at the top of the ThemisDB README.
The README header is organised into four thematic rows for quick scanning. Each badge links back to the corresponding page in this directory for more detail.
| Badge | What it shows | Details |
|---|---|---|
| CI Status | Latest build result (Themis Core CI) | ci-status.md |
| Security CI | Latest security hardening CI result | security-ci.md |
| Version/Release | Current release tag | version.md |
| License | Project license (MIT) | license.md |
| Docker Pulls | Total Docker Hub pulls for themisdb/themisdb |
docker.md |
| Badge | What it shows | Details |
|---|---|---|
| Lines of Code | Total source lines counted by Tokei | loc.md |
| Repo Size | Total repository size (GitHub API) | repo-size.md |
| Last Commit | Date of the most recent commit on develop |
last-commit.md |
| Stars | GitHub star count | stars.md |
| Forks | GitHub fork count | forks.md |
| Badge | What it shows | Details |
|---|---|---|
| Open Issues | Number of currently open GitHub Issues | issues.md |
| Contributors | Number of unique commit authors | contributors.md |
| Docs | Link to the GitHub Pages documentation site | docs-site.md |
| pre-commit | Indicates pre-commit hooks are configured | pre-commit.md |
| PRs Welcome | Community contribution signal | prs-welcome.md |
| Badge | What it shows | Details |
|---|---|---|
| C++20 | C++ language standard used | cpp-standard.md |
| Docker Image Size | Compressed size of the latest Docker image |
docker-image-size.md |
| GPU CI | Latest GPU module CI gate result | gpu-ci.md |
| LLM CI | Latest LLM CPU-fallback CI result | llm-ci.md |
| Platform | Supported operating systems | platform.md |
The badge bar uses four rows of five badges each (~20 total) to provide comprehensive project status at a glance without scrolling:
- Row 1 answers: Is the build healthy? What version is this? Can I use it freely?
- Row 2 answers: How active is development? How large is the codebase?
- Row 3 answers: Is this project maintained and welcoming? Where are the docs?
- Row 4 answers: What technology does this use? Does GPU/LLM support work?
Capability details (supported models, performance numbers, module documentation) are in the README body and module READMEs linked from there.