bb843b9a03
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
66 lines
1.6 KiB
Markdown
66 lines
1.6 KiB
Markdown
# BaraDB Documentation
|
|
|
|
**A multimodal database engine written in Nim — 100% native, zero dependencies.**
|
|
|
|
## Documentation Languages
|
|
|
|
- [English](en/)
|
|
- [Български (Bulgarian)](bg/)
|
|
|
|
---
|
|
|
|
## Quick Links
|
|
|
|
### Getting Started
|
|
- [Installation](en/installation.md)
|
|
- [Quick Start](en/quickstart.md)
|
|
- [Architecture Overview](en/architecture.md)
|
|
- [Configuration Reference](en/configuration.md)
|
|
- [Deployment Guide](en/deployment.md)
|
|
|
|
### Core Concepts
|
|
- [BaraQL Query Language](en/baraql.md)
|
|
- [Storage Engines](en/storage.md)
|
|
- [Schema System](en/schema.md)
|
|
- [Cross-Modal Queries](en/crossmodal.md)
|
|
|
|
### Engines
|
|
- [LSM-Tree Storage](en/lsm.md)
|
|
- [B-Tree Index](en/btree.md)
|
|
- [Vector Search](en/vector.md)
|
|
- [Graph Engine](en/graph.md)
|
|
- [Full-Text Search](en/fts.md)
|
|
- [Columnar Storage](en/columnar.md)
|
|
|
|
### API & Clients
|
|
- [Client SDKs](en/clients.md)
|
|
- [Binary Protocol](en/api-binary.md)
|
|
- [HTTP/REST API](en/api-http.md)
|
|
- [WebSocket API](en/api-websocket.md)
|
|
- [Protocol Reference](en/protocol.md)
|
|
|
|
### Operations
|
|
- [Performance & Benchmarks](en/performance.md)
|
|
- [Security Guide](en/security.md)
|
|
- [Monitoring & Observability](en/monitoring.md)
|
|
- [Backup & Recovery](en/backup.md)
|
|
- [Migrations & Import/Export](en/migration.md)
|
|
- [Troubleshooting](en/troubleshooting.md)
|
|
|
|
### Advanced
|
|
- [Transactions & MVCC](en/transactions.md)
|
|
- [Distributed Systems](en/distributed.md)
|
|
- [User Defined Functions](en/udf.md)
|
|
|
|
---
|
|
|
|
## Project Info
|
|
|
|
- [Changelog](en/changelog.md)
|
|
- [License](../LICENSE)
|
|
- [GitHub Repository](https://github.com/katehonz/barabaDB)
|
|
|
|
---
|
|
|
|
*To add a new language, create a new folder in `docs/` with the language code and add a link above.*
|