Files
Baradb/docs/de/index.md
T
dimgigov a5d34c001a
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
docs: add German (DE) documentation + update all docs for Sessions 10-12
New German documentation (docs/de/):
- index.md, quickstart.md, installation.md
- baraql.md, graph.md, vector.md, mcp.md

Updated English documentation:
- changelog.md: all Sessions 10-12 features
- graph.md: SQL GRAPH_TABLE, CREATE GRAPH, all 8 algorithms, Cypher, similarity_nodes, node2vec
- vector.md: hybrid RAG, chunk(), embed_text(), auto-embed, nl_to_sql(), schema_prompt()
- baraql.md: new AI & Cross-Modal Functions section, updated keyword tables
- mcp.md: MCP Server documentation (new file)
- index.md: added German (DE) language link
2026-05-17 16:15:45 +03:00

65 lines
1.4 KiB
Markdown

# BaraDB Dokumentation
**Eine multimodale Datenbank-Engine — 100% Nim, null Abhängigkeiten.**
## Sprachen
- [English](../en/)
- [Български (Bulgarisch)](../bg/)
- [Deutsch (German)](../de/)
- [Русский (Russisch)](../ru/)
- [فارسی (Farsi)](../fa/)
- [中文 (Chinesisch)](../zh/)
- [Türkçe (Türkisch)](../tr/)
- [العربية (Arabisch)](../ar/)
---
## Schnellstart
- [Installation](installation.md)
- [Schnellstart](quickstart.md)
- [Architektur](architecture.md)
- [Konfiguration](configuration.md)
## Kernkonzepte
- [BaraQL Abfragesprache](baraql.md)
- [Speicher-Engines](storage.md)
- [Schema System](schema.md)
## Engines
- [LSM-Tree Speicher](lsm.md)
- [B-Tree Index](btree.md)
- [Vektor-Suche](vector.md)
- [Graph Engine](graph.md)
- [Volltext-Suche](fts.md)
- [Spaltenbasierte Speicherung](columnar.md)
## API & Clients
- [Client SDKs](clients.md)
- [Binärprotokoll](api-binary.md)
- [HTTP/REST API](api-http.md)
- [MCP Server](mcp.md)
## Betrieb
- [Performance](performance.md)
- [Sicherheit](security.md)
- [Monitoring](monitoring.md)
- [Backup & Recovery](backup.md)
- [Fehlerbehebung](troubleshooting.md)
## Erweitert
- [Transaktionen & MVCC](transactions.md)
- [Verteilte Systeme](distributed.md)
- [Docker Deployment](docker.md)
- [Änderungsprotokoll](changelog.md)
---
*Um eine neue Sprache hinzuzufügen, erstellen Sie einen neuen Ordner in `docs/` mit dem Sprachcode (z.B. `docs/de/`).*