# NamiDB > NamiDB is a source-available graph database engine that lives in your S3 bucket. Embedded like DuckDB, multi-tenant by namespace, one engine across AWS S3, Cloudflare R2, Google Cloud Storage, Azure Blob, MinIO. Built by NamiDB, Inc. Source-available under BSL 1.1. Launched as v0.1 in May 2026. NamiDB writes Cypher to your object-storage bucket. Three deployments share one engine: - Embedded as a Python library (`pip install namidb`) - Embedded as a Rust crate (`cargo add namidb`) - Self-hosted as a Rust daemon + Docker image (`namidb-server`) - Managed multi-tenant on namidb.com (private beta, design partners only) The engine targets the openCypher dialect and is tracking GQL (ISO/IEC 39075). Launched as source-available v0.1 in May 2026 under Business Source License 1.1, converting to Apache 2.0 three years after each release. ## Product - [Homepage](https://namidb.com): What NamiDB is, who it's for, install command, link to GitHub. - [Manifesto](https://namidb.com/manifesto): Why we built it. Why the graph shape and why object storage. - [Benchmarks](https://namidb.com/benchmarks): LDBC SNB Interactive on scale=1.0 (540 K elements). Engine vs Kuzu and Neo4j local, cloud vs Neo4j Aura, bulk-write to R2, and an R2 microbench. Methodology, raw runs, and every caveat. - [Roadmap](https://namidb.com/roadmap): From day-zero benchmark to general availability. Quarterly milestones. - [Research](https://namidb.com/research): All RFCs. Storage, query, cache, and what's next. Each one shipped, accepted, or in draft. - [Status](https://namidb.com/status): Real-time status of NamiDB services and engine phase progress. - [Documentation](https://docs.namidb.com): Developer docs: install, API reference, guides. ## Company - [NamiDB, Inc.](https://namidb.com/company): The Delaware company behind NamiDB. - [Careers](https://namidb.com/careers): One role open: senior Rust engineer, database internals. Remote. - [Press kit](https://namidb.com/press): Logos, one-liners at three lengths, boilerplate, journalist inbox. - [Contact](https://namidb.com/contact): Topic inboxes (general, press, partners, security, hiring, licensing). - [Security](https://namidb.com/security): Coordinated-disclosure inbox, PGP key, future bug bounty. ## Policies - [Privacy](https://namidb.com/privacy): What we collect, what we don't, and why. - [Terms](https://namidb.com/terms): Terms of service for the website and waitlist. ## Code - [GitHub repository](https://github.com/namidb/namidb): Rust monorepo: engine, server, Python bindings, benchmark harness, RFCs. - [Benchmark harness](https://github.com/namidb/namidb/tree/main/bench): Deterministic LDBC SNB IC harness. Same seed, same numbers. - [RFC index](https://github.com/namidb/namidb/blob/main/docs/rfc): Architectural decisions written before code. ## Key facts - Name: NamiDB - Category: Graph database engine for object storage - Query language: Cypher (openCypher dialect, tracking GQL) - Storage backends: AWS S3, Cloudflare R2, Google Cloud Storage, Azure Blob, MinIO, Tigris, LocalStack, local filesystem - License: BSL 1.1, auto-converts to Apache 2.0 after three years - First public release: v0.1, May 2026 - Built by: NamiDB, Inc. (Delaware, USA) - Founder: Matías Fonseca - Repository: https://github.com/namidb/namidb - Documentation: https://docs.namidb.com - Install: `pip install namidb` (Python) or `cargo add namidb` (Rust) or Docker image `namidb-server` - Cloud (managed): private beta on https://namidb.com, request access via the waitlist on the homepage