{"id":49578173,"url":"https://github.com/ModernRelay/omnigraph","last_synced_at":"2026-05-04T16:01:19.543Z","repository":{"id":350546145,"uuid":"1207219415","full_name":"ModernRelay/omnigraph","owner":"ModernRelay","description":"Typed property graph database with Git-style workflows, local or S3 storage, and typed queries.","archived":false,"fork":false,"pushed_at":"2026-04-25T22:03:00.000Z","size":1696,"stargazers_count":41,"open_issues_count":4,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-25T23:31:10.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://omnigraph.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ModernRelay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-04-10T17:50:30.000Z","updated_at":"2026-04-25T21:54:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ModernRelay/omnigraph","commit_stats":null,"previous_names":["modernrelay/omnigraph-public","modernrelay/omnigraph"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ModernRelay/omnigraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModernRelay%2Fomnigraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModernRelay%2Fomnigraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModernRelay%2Fomnigraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModernRelay%2Fomnigraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ModernRelay","download_url":"https://codeload.github.com/ModernRelay/omnigraph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModernRelay%2Fomnigraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32614385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-05-03T18:00:44.835Z","updated_at":"2026-05-04T16:01:19.536Z","avatar_url":"https://github.com/ModernRelay.png","language":"Rust","funding_links":[],"categories":["Databases","Search","Libraries","5. **Data Generation, Processing and Management**","💿 Products","Vector Databases","Industry players","Dev-Utilities"],"sub_categories":["Vector search","Database","Open-Source","Frameworks","Products and services"],"readme":"# Omnigraph\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Rust](https://img.shields.io/badge/rust-stable-orange.svg)](rust-toolchain.toml)\n[![Crates.io](https://img.shields.io/crates/v/omnigraph-cli.svg)](https://crates.io/crates/omnigraph-cli)\n[![CI](https://github.com/ModernRelay/omnigraph/actions/workflows/ci.yml/badge.svg)](https://github.com/ModernRelay/omnigraph/actions/workflows/ci.yml)\n\n**Lakehouse-native graph engine with git-style workflows.**\n\nBranch, commit, and merge typed graph data like source code. Multi-modal, self-hosted, open source.\n\n## Use Cases\n\n- On-prem \u0026 hybrid context graphs\n- Backbone for multi-agent research\n- Incident response graphs\n- Compliance \u0026 audit graphs\n- Enterprise knowledge systems\n\n## Capabilities\n\n- Typed schema, typed queries, and typed mutations\n- Schema-as-code, query validation and linting\n- Git-style graph workflows: branches, commits, merges, and transactional runs\n- Local, on-prem \u0026 cloud S3-native storage with snapshot-pinned reads\n- Graph traversal + text, fuzzy, BM25, vector, and RRF search in one runtime\n- Policy-as-code for server-side access control\n- Single CLI for multiple deployments\n\n## Quick Install\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/ModernRelay/omnigraph/main/scripts/install.sh | bash\n```\n\nThis installs `omnigraph` and `omnigraph-server` into `~/.local/bin` from\npublished release binaries. \n\nOr install with Homebrew:\n\n```bash\nbrew tap ModernRelay/tap\nbrew install ModernRelay/tap/omnigraph\n```\n\nFor starter graphs and agent skills to bootstrap and operate Omnigraph, see [`ModernRelay/omnigraph-cookbooks`](https://github.com/ModernRelay/omnigraph-cookbooks).\n\n## One-Command Local RustFS Bootstrap\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/ModernRelay/omnigraph/main/scripts/local-rustfs-bootstrap.sh | bash\n```\n\nThat bootstrap:\n\n- starts RustFS on `127.0.0.1:9000`\n- creates a bucket and S3-backed repo\n- loads the checked-in context fixture\n- launches `omnigraph-server` on `127.0.0.1:8080`\n\nDocker must be installed and running first.\n\nThe RustFS bootstrap prefers the rolling `edge` binaries and only falls back to\nsource builds when release assets are unavailable.\n\nIf a previous run left objects under the same repo prefix but did not finish\ninitializing the repo, rerun with `RESET_REPO=1` or set `PREFIX` to a new\nvalue.\n\n## Common Commands\n\nThe same URI works for local paths, `s3://…`, or `http://host:port`.\n\n```bash\nomnigraph init   --schema ./schema.pg ./repo.omni\nomnigraph load   --data   ./data.jsonl ./repo.omni\nomnigraph read   --query  ./queries.gq --name get_person --params '{\"name\":\"Alice\"}' ./repo.omni\nomnigraph change --query  ./queries.gq --name insert_person --params '{\"name\":\"Mina\"}' ./repo.omni\nomnigraph branch create --from main feature-x ./repo.omni\nomnigraph branch merge  feature-x --into main ./repo.omni\n```\n\nSee [docs/cli.md](docs/cli.md) for schema apply, snapshots, ingest, runs, and policy commands.\n\n## Docs\n\n- [Install guide](docs/install.md)\n- [CLI guide](docs/cli.md)\n- [Deployment guide](docs/deployment.md)\n\n## Build And Test\n\n```bash\ncargo build --workspace\ncargo check --workspace\ncargo test --workspace\n```\n\nNotes:\n\n- Rust stable toolchain, edition 2024\n- CI runs `cargo test --workspace --locked`\n- Full CI and some local test flows require `protobuf-compiler`\n- S3 integration tests expect an S3-compatible endpoint such as RustFS\n\n## Workspace Crates\n\n- `crates/omnigraph-compiler`: shared schema/query parser, typechecker, catalog, and IR lowering\n- `crates/omnigraph`: storage/runtime, branching, merge, change detection, and query execution\n- `crates/omnigraph-cli`: CLI for init/load/ingest/read/change/branch/snapshot/export/policy operations\n- `crates/omnigraph-server`: Axum HTTP server for remote reads, changes, ingest, export, branches, commits, and runs\n\n## Contributing\n\nPlease open an issue, spec, or design discussion before sending large code\nchanges. Design feedback and concrete problem statements are the fastest way to\ncollaborate on the roadmap.\n\n## Community\n\nJoin the [Omnigraph Slack community](https://join.slack.com/t/omnigraphworkspace/shared_invite/zt-3wfpglyxj-lHvJGhuySPfqLtN35uJZNw)\nto ask questions, share feedback, and follow development.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FModernRelay%2Fomnigraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FModernRelay%2Fomnigraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FModernRelay%2Fomnigraph/lists"}