{"id":51217822,"url":"https://github.com/visorcraft/grexa-db","last_synced_at":"2026-06-28T05:03:33.948Z","repository":{"id":365807490,"uuid":"1273856913","full_name":"visorcraft/grexa-db","owner":"visorcraft","description":"Flat-file database engine: records are files, joins are directories of symlinks","archived":false,"fork":false,"pushed_at":"2026-06-19T00:28:04.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-19T02:17:34.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visorcraft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-19T00:08:48.000Z","updated_at":"2026-06-19T00:28:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/visorcraft/grexa-db","commit_stats":null,"previous_names":["visorcraft/grexa-db"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/visorcraft/grexa-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visorcraft%2Fgrexa-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visorcraft%2Fgrexa-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visorcraft%2Fgrexa-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visorcraft%2Fgrexa-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visorcraft","download_url":"https://codeload.github.com/visorcraft/grexa-db/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visorcraft%2Fgrexa-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34877472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-28T05:03:33.304Z","updated_at":"2026-06-28T05:03:33.943Z","avatar_url":"https://github.com/visorcraft.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grexa-db\n\nA flat-file database engine where records are plain files in a directory tree\nand relational joins materialize as directories of symlinks. The filesystem is\nthe interface: any tool that reads files (`rg`, `grep`, editors, file managers)\nis a client without knowing the database exists.\n\n\u003e Extracted from the [Grexa](https://github.com/visorcraft/grexa) workspace into\n\u003e its own repository so it can be embedded standalone. `Apache-2.0`, so it stays\n\u003e usable in proprietary applications.\n\n## Workspace layout\n\n| Crate | What |\n|-------|------|\n| [`crates/grexa-db`](crates/grexa-db) | The engine (library). See its [README](crates/grexa-db/README.md) for the quick start. |\n| [`crates/grexa-db-cli`](crates/grexa-db-cli) | `grexa-db-cli` — standalone CLI over a database directory. |\n\n## Use it as a dependency\n\n```toml\n# Git dependency, pinned to a tag:\ngrexa-db = { git = \"https://github.com/visorcraft/grexa-db\", tag = \"v1.9.1\" }\n```\n\n## Docs\n\n- [`docs/grexa-db-design.md`](docs/grexa-db-design.md) — full design spec:\n  storage layout, schema format, field types, query API, view materialization,\n  concurrency model, reference-path safety.\n- [`docs/grexa-db-implementation-plan.md`](docs/grexa-db-implementation-plan.md)\n  — phase status, what's done, what's deferred.\n- [`docs/grexa-db-scaling-rnd.md`](docs/grexa-db-scaling-rnd.md) — scaling R\u0026D:\n  the parallel scan, the held secondary index, and the measured numbers.\n\n## Build\n\n```bash\ncargo build\ncargo test\n```\n\n## License\n\n`Apache-2.0` — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisorcraft%2Fgrexa-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisorcraft%2Fgrexa-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisorcraft%2Fgrexa-db/lists"}