https://github.com/nodedb-lab/nodedb-docs
Documentation site for NodeDB
https://github.com/nodedb-lab/nodedb-docs
database docs nodedb
Last synced: 2 days ago
JSON representation
Documentation site for NodeDB
- Host: GitHub
- URL: https://github.com/nodedb-lab/nodedb-docs
- Owner: NodeDB-Lab
- License: apache-2.0
- Created: 2026-03-16T19:02:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-10T18:54:36.000Z (about 2 months ago)
- Last Synced: 2026-05-10T20:27:47.843Z (about 2 months ago)
- Topics: database, docs, nodedb
- Language: CSS
- Homepage: https://nodedb.dev/
- Size: 717 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeDB Documentation
Documentation site for [NodeDB](https://github.com/NodeDB-Lab/nodedb) — the distributed hybrid database for multi-modal AI and agentic workloads.
Built with [Oxidoc](https://oxidoc.dev). Published at [nodedb.dev](https://nodedb.dev).
## Structure
```
docs/
├── introduction/ Getting started, installation, Docker
├── architecture/ Three-plane model, storage, cluster topology
├── data-modeling/ Collections and schemas/types
├── storage-engines/ Vector, Graph, Document, Columnar, KV, FTS, CRDT
├── columnar-profiles/ Timeseries, Spatial
├── indexes/ HNSW, CSR, R-tree, B-tree, inverted, hash
├── sql/ SQL reference, engine-specific queries, EXPLAIN
├── real-time/ LIVE SELECT, change streams, webhooks, cron
├── connectivity/ pgwire, HTTP, native protocol, RESP, ILP, client libraries
├── administration/ Config, security (RBAC/RLS/TLS), operations, monitoring
├── crdt-sync/ Edge sync, conflict policies, offline sync
└── reference/ Error codes, wire specs, WAL formats, limits
```
## Development
```bash
# Install Oxidoc
cargo install oxidoc
# Serve locally with hot reload
oxidoc dev
# Build for production
oxidoc build
```
## License
Apache-2.0