Files
Baradb/docs/index.md
T
dimgigov 8993cdc6f3 docs: expand README and documentation for production release
- Update README.md status from 'educational proof-of-concept' to 'production-ready'
- Fix binary size: 286KB -> 3.3MB
- Update test count: 162/35 -> 262/56
- Add sections: benchmarks, Docker, clients, security, config, monitoring, backup, cross-modal queries, troubleshooting
- Expand project structure with all 49 modules and ~14,100 LOC
- Add 10 new docs: performance, deployment, configuration, clients, security, monitoring, backup, crossmodal, troubleshooting, changelog
- Expand docs/en: architecture, baraql, installation, protocol
- Update docs/bg: architecture, installation
- Update docs/index.md with new links
- Update .gitignore for __pycache__, rust/target, nim binaries
2026-05-06 17:19:16 +03:00

65 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)
- [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 (e.g., `docs/de/`) and add a link above.*