-
Notifications
You must be signed in to change notification settings - Fork 0
Home
makr-code edited this page Dec 22, 2025
·
13 revisions
Version: 1.3.0
Last Updated: December 20, 2025
Welcome to the ThemisDB documentation! This guide will help you find the information you need.
New to ThemisDB?
- Quick Start Guide - Get up and running in 5 minutes
- Installation Guide - Complete installation instructions
- Architecture Overview - Understand how ThemisDB works
Using ThemisDB:
- AQL Query Language - Learn the query language
- REST API Reference - HTTP API documentation
- Client SDKs - SDK documentation for 7 languages
Operating ThemisDB:
- Configuration - Configure your database
- Monitoring - Monitor performance and health
- Backup & Recovery - Protect your data
| Document | Description |
|---|---|
| Quick Start | 5-minute tutorial to get started |
| Installation | Installation on Linux, Windows, macOS, Docker |
| Configuration | Configure ThemisDB for your needs |
| First Query | Write your first AQL query |
| Document | Description |
|---|---|
| Architecture Overview | High-level system architecture |
| Multi-Model Design | How ThemisDB handles multiple data models |
| Transaction Model | ACID transactions with MVCC |
| Storage Layer | RocksDB LSM-Tree storage |
| Document | Description |
|---|---|
| Feature Overview | Complete feature catalog |
| Vector Search | Similarity search with HNSW/FAISS |
| Graph Operations | Graph traversal and pathfinding |
| Time-Series | Time-series data and compression |
| Hypertables | TimescaleDB-compatible time-series (v1.2+) |
| Hybrid Search | RAG-optimized BM25+Vector search (v1.2+) |
| Analytics | CEP and OLAP analytics |
| Document | Description |
|---|---|
| AQL Syntax | Complete AQL language reference |
| AQL Examples | Common query patterns |
| Query Optimization | EXPLAIN and PROFILE commands |
| Document | Description |
|---|---|
| REST API | HTTP API endpoints |
| GraphQL API | GraphQL interface |
| Client SDKs | SDKs for Python, JS, Rust, Go, Java, C#, Swift |
| Document | Description |
|---|---|
| Security Overview | Enterprise security features |
| TLS Setup | Configure TLS 1.3 and mTLS |
| RBAC Configuration | Role-based access control |
| Encryption | Data encryption at rest and in transit |
| Audit Logging | Security event logging |
| Compliance | GDPR, SOC 2, HIPAA compliance |
| Document | Description |
|---|---|
| Deployment Guide | Production deployment strategies |
| Docker Deployment | Docker and Kubernetes deployment |
| Configuration | Configuration reference |
| Monitoring | Prometheus metrics and alerting |
| Backup & Recovery | Backup strategies and disaster recovery |
| Troubleshooting | Common issues and solutions |
| Performance Tuning | Optimize for your workload |
| Document | Description |
|---|---|
| Contributing | How to contribute to ThemisDB |
| Build Guide | Build from source |
| Development Setup | Setup development environment |
| Testing Guide | Run and write tests |
| Code Style | Coding standards |
| Architecture | Deep-dive into internals |
| Document | Description |
|---|---|
| Sharding | Horizontal sharding and routing |
| Replication | Leader-follower and multi-master |
| GPU Acceleration | CUDA, Vulkan, HIP backends |
| vLLM Co-Location | AI/ML workload optimization |
| Content Processing | Process PDFs, images, videos, etc. |
| Document | Description |
|---|---|
| Changelog | Version history and changes |
| Roadmap | Future plans and features |
| v1.3.0 Release | Latest release notes |
| v1.2.0 Release | Previous release |
| v1.1.0 Release | Previous release |
| Migration Guides | Upgrade between versions |
Building an Application:
Analytics & BI:
AI/ML Applications:
Graph Applications:
Production Deployment:
Docker/Kubernetes:
Cloud Platforms:
ARM/Raspberry Pi:
- GitHub Repository: github.com/makr-code/ThemisDB
- Issue Tracker: Report bugs
- Discussions: Community forum
- Contributing: How to contribute
- Security: Security policy
Version Indicators:
- No marker: Available in all versions
- (v1.1+): Available from version 1.1.0 onwards
- (v1.2+): Available from version 1.2.0 onwards
- (v1.3+): Available from version 1.3.0 onwards
- 🚧 Experimental: Not production-ready
- 📋 Planned: Future feature
Code Examples:
- Examples use generic placeholders like
localhost:8765 - Adjust for your environment
- Most examples work with default configuration
Conventions:
- File paths use forward slashes (works on Windows too)
- Command examples assume bash shell (Windows users: use PowerShell equivalent)
- Check Documentation: Search this documentation first
- Search Issues: Check if someone else had the same problem
- Ask Community: Use GitHub Discussions
- Report Bug: Open an issue
Documentation Version: 1.2.0
Last Updated: December 15, 2025
Next Review: March 15, 2026
- Übersicht
- Home
- 📋 Dokumentations-Index
- 📋 Quick Reference
- 📊 Sachstandsbericht 2025
- 🚀 Features
- 🗺️ Roadmap
- Ecosystem Overview
- Strategische Übersicht
- Architektur
- Basismodell
- Storage & MVCC
- Indexe & Statistiken
- Query & AQL
- Caching
- Content Pipeline
- Suche
- Performance & Benchmarks
- Enterprise Features
- Qualitätssicherung
- Vektor & GNN
- Geo Features
- Sicherheit & Governance
- Überblick
- RBAC & Authorization
- RBAC
- Policies (MVP)
- Authentication
- Schlüsselverwaltung
- Verschlüsselung
- TLS & Certificates
- PKI & Signatures
- PII Detection
- Vault & HSM
- Audit & Compliance
- Security Audits & Hardening
- Competitive Gap Analysis
- Deployment & Betrieb
- Deployment
- Docker
- Tracing & Observability
- Observability
- Change Data Capture
- Operations Runbook
- Infrastructure Roadmap
- Horizontal Scaling Implementation Strategy
- Entwicklung
- Übersicht
- Code Quality Pipeline
- Developers Guide
- Cost Models
- Todo Liste
- Tool Todo
- Core Feature Todo
- Priorities
- Implementation Status
- Roadmap
- Future Work
- Next Steps Analysis
- AQL LET Implementation Guide
- Development Audit
- Sprint Summary (2025-11-17)
- WAL Archiving
- Search Gap Analysis
- Source Documentation Plan
- API Implementations
- Changefeed
- Security Development
- Development Overviews
- Publikation & Ablage
- Admin-Tools
- APIs
- Client SDKs
- Implementierungs-Zusammenfassungen
- Planung & Reports
- Dokumentation
- Release Notes
- Styleguide & Glossar
- Roadmap
- Changelog
- Source Code Documentation
- Übersicht
- Source Documentation
- Main
- Main (Detailed)
- Main Server
- Main Server (Detailed)
- Demo Encryption
- Demo Encryption (Detailed)
- API
- Authentication
- Cache
- CDC
- Content
- Geo
- Governance
- Index
- LLM
- Query
- Security
- Server
- Server README
- [VCCDB Design](src/server/VCCDB Design.md.md)
- Audit API Handler
- Auth Middleware
- Classification API Handler
- HTTP Server
- Keys API Handler
- PII API Handler
- Policy Engine
- Ranger Adapter
- Reports API Handler
- Retention API Handler
- SAGA API Handler
- SSE Connection Manager
- Storage
- Time Series
- Transaction
- Utils
- Archive