-
Notifications
You must be signed in to change notification settings - Fork 1
DOCUMENTATION_INDEX
makr-code edited this page Dec 22, 2025
·
2 revisions
Letzte Aktualisierung: 20. Dezember 2025 Version: 1.3.0 (LLM Integration Release)
- README.md - Projektübersicht & Quick Start
- guides/guides_build_strategy.md - Build-Toolchain (Windows/Linux/Docker)
- docs/guides/guides_build.md - Detaillierte Build-Anleitung
- DEVELOPMENT_AUDITLOG.md - Aktueller Entwicklungsstand
- Enterprise Features - Enterprise Scalability Features
- THEMIS_SACHSTANDSBERICHT_2025.md - Executive Summary
-
THEMIS_PROJECT_VALUATION.md- 🔒 Confidential (available to licensed customers only) - features/features_overview.md - Feature-Übersicht mit Status
- ROADMAP.md - Entwicklungs-Roadmap
- compliance/compliance_dashboard.md - Executive Compliance Summary
- compliance/compliance_full_checklist.md - BSI C5, ISO 27001, DSGVO, eIDAS, SOC 2
- security/SECURITY_AUDIT_REPORT.md - Security Audit Ergebnisse
- SECURITY.md - Vulnerability Disclosure Policy
- legal/LICENSE_COMPATIBILITY_ANALYSIS.md - ⭐ License Compatibility (v1.3.0)
- THIRD_PARTY_LICENSES.md - ⭐ Third-Party License Attribution (v1.3.0)
/
├── README.md # Projektübersicht & Quick Start
├── LICENSE # MIT License with Government Clause
├── THIRD_PARTY_LICENSES.md # ⭐ Third-Party License Attribution (v1.3.0)
├── aql/ # ⭐ AQL EBNF Grammatik (v1.3.0)
│ ├── AQL_GRAMMAR.ebnf # Vollständige formale Grammatik
│ └── README.md # AQL Übersicht
├── features/features_overview.md # Feature-Liste mit Status
├── ROADMAP.md # Entwicklungs-Roadmap
├── CHANGELOG.md # Änderungshistorie
├── guides/guides_build_strategy.md # Build-Toolchain & Strategie
├── INTEGRATION_ANALYSIS.md # Enterprise Integration Analysis
├── TEST_REPORT.md # Vollständiger Test-Report
├── DEVELOPMENT_AUDITLOG.md # Entwicklungsstand & Audit
├── DOCKER_DEPLOYMENT.md # Docker Deployment Guide (v1.3.0)
└── CONTRIBUTING.md # Contribution Guidelines
docs/
├── enterprise/ # Enterprise Features
│ └── README.md # Enterprise Übersicht & Guide
├── performance/ # Performance & Benchmarks
│ └── ENTERPRISE_SCALABILITY_STRATEGY.md
├── security/ # Sicherheit & Compliance
├── legal/ # ⭐ Legal & Licensing (v1.3.0)
│ └── LICENSE_COMPATIBILITY_ANALYSIS.md # Dependency License Analysis
├── architecture/ # Architektur-Dokumentation
├── api/ # API-Dokumentation
└── guides/ # User Guides
| Dokument | Zweck | Zielgruppe |
|---|---|---|
| enterprise/README.md | Übersicht & Quick Start | Entwickler, DevOps |
| enterprise/enterprise_scalability.md | Feature-Details & Code-Beispiele | Entwickler |
| enterprise/enterprise_http_pool.md | HTTP Client Implementation | Entwickler |
| enterprise/enterprise_final_report.md | Implementation Summary | Stakeholder |
| INTEGRATION_ANALYSIS.md | Legacy Integration | Entwickler |
- ✅ Token Bucket Rate Limiter - Production Ready (5/5 Tests)
- ✅ Per-Client Rate Limiter - Production Ready (3/3 Tests)
- ✅ Load Shedder - Production Ready (5/5 Tests)
- ✅ HTTP Client Pool - Production Ready (6/6 Tests)
- ✅ Batch Operations - Production Ready (1/1 Tests)
Test Coverage: 20/20 (100%)
- architecture.md - System-Architektur Übersicht
- storage/storage_rocksdb.md - RocksDB Storage Layout
- mvcc_design.md - MVCC Transaction Design
- query_engine_aql.md - Query Engine & AQL
- geo/GEO_ARCHITECTURE.md - Geo/Spatial Architecture
- vector_ops.md - Vector Operations & HNSW
- content_pipeline.md - Content Processing Pipeline
- search/hybrid_search_design.md - Hybrid Search
- security/security_overview.md - Security Übersicht
- encryption_strategy.md - Verschlüsselungsstrategie
- security/security_key_management.md - Key Management
- security/security_threat_model.md - Threat Model
- security_hardening_guide.md - Hardening Guide
- compliance/compliance_dashboard.md - Executive Dashboard
- compliance/compliance_dpia.md - Datenschutz-Folgenabschätzung (DSGVO)
- compliance/compliance_bcp_drp.md - Business Continuity & Disaster Recovery
- compliance_audit.md - Compliance Audit
- AUDIT_LOGGING.md - Audit Logging
- pki_integration_architecture.md - PKI Integration
- eidas_qualified_signatures.md - eIDAS Signaturen
- security/pki_rsa_integration.md - PKI RSA Integration
- guides/guides_build_strategy.md - Build-Strategie & Plattformen
- guides/guides_build.md - Detaillierte Build-Anleitung
- deployment.md - Deployment-Strategien
- DOCKER_MULTI_ARCH_STRATEGY.md - Multi-Arch Docker
- docs/CI_CD_MULTIARCH.md - Multi-Arch CI/CD
- ARM_RASPBERRY_PI_BUILD.md - Raspberry Pi Build
- ARM_BENCHMARKS.md - ARM Performance
- RASPBERRY_PI_TUNING.md - Pi Tuning Guide
- performance_benchmarks.md - Performance Übersicht
- compression_benchmarks.md - Kompression
- encryption_metrics.md - Verschlüsselung Performance
- performance/ENTERPRISE_SCALABILITY_STRATEGY.md - Enterprise Strategy
- aql_syntax.md - AQL Syntax
- aql-hybrid-queries.md - Hybrid Queries
- aql_explain_profile.md - EXPLAIN & PROFILE
- recursive_path_queries.md - Rekursive Pfade
- temporal_graphs.md - Temporale Graphen
- apis/openapi.md - REST API & OpenAPI Spec
- apis/contentfs_api.md - ContentFS API
- apis/hybrid_search_api.md - Hybrid Search API
- clients/javascript_sdk_quickstart.md - JavaScript SDK
- clients/python_sdk_quickstart.md - Python SDK
- clients/rust_sdk_quickstart.md - Rust SDK
- development/developers.md - Developer Guide
- code_quality.md - Code Quality Pipeline
- CONTRIBUTING.md - Contribution Guidelines
- DEVELOPMENT_AUDITLOG.md - Development Audit
- development/implementation_status.md - Status
- development/roadmap.md - Roadmap
- development/priorities.md - Prioritäten
- development/audit_api_implementation.md - Audit API
- development/saga_api_implementation.md - SAGA API
- Repository: https://github.com/makr-code/ThemisDB
- Wiki: https://github.com/makr-code/ThemisDB/wiki
- Issues: https://github.com/makr-code/ThemisDB/issues
| Modul | README | Source | Headers | LOC |
|---|---|---|---|---|
| analytics | docs/analytics/README.md | 2 | 3 | 3,742 |
| cache | docs/cache/README.md | 1 | 6 | 492 |
| cdc | docs/cdc/README.md | 1 | 1 | 510 |
| content | docs/content/README.md | 15 | 16 | 9,091 |
| geo | docs/geo/README.md | 3 | 2 | 304 |
| governance | docs/governance/README.md | 1 | 1 | 259 |
| index | docs/index/README.md | 11 | 12 | 14,629 |
| llm | docs/llm/README.md | 2 | 2 | 679 |
| query | docs/query/README.md | 12 | 12 | 12,560 |
| replication | docs/replication/README.md | 1 | 2 | 1,612 |
| security | docs/security/README.md | 16 | 16 | 8,138 |
| server | docs/server/README.md | 20 | 20 | 18,282 |
| sharding | docs/sharding/README.md | 19 | 21 | 12,278 |
| storage | docs/storage/README.md | 10 | 9 | 4,591 |
| timeseries | docs/timeseries/README.md | 8 | 7 | 2,767 |
| transaction | docs/transaction/README.md | 2 | 2 | 895 |
Gesamt: 124 Source-Dateien, 132 Header-Dateien, 90,829 LOC
Audit-Report: SOURCE_CODE_AUDIT.md
- Graph: property_graph_model.md, graph_index.cpp.md
- Geo/Spatial: GEO_ARCHITECTURE.md, geo_acceleration_3d_games.md
- Time-Series: time_series.md, timeseries/continuous_agg.cpp.md
- Document: content_pipeline.md, content/content_manager.cpp.md
- Vector/Embedding: vector_ops.md, gnn_embeddings.md
- RocksDB: storage/storage_rocksdb.md, storage/rocksdb_wrapper.cpp.md
- MVCC: mvcc_design.md
- Transactions: transactions.md, transaction/saga.cpp.md
- Compression: compression_strategy.md, timeseries/gorilla.cpp.md
- Fulltext: search/fulltext_api.md, search/stemming.md
- Hybrid Search: search/hybrid_search_design.md
- Vector Search: vector_ops.md, index/vector_index.cpp.md
- Geo Indexing: geo/cpu_backend.cpp.md
- PII Detection: security/pii_detection.md, pii_api.md
- Policies: security/security_policies.md, governance/policy_engine.cpp.md
- RBAC: rbac_authorization.md, RBAC.md
- Retention: security/audit_and_retention.md
Veraltete oder abgelöste Dokumentation:
- archive/ - Archivierte Dokumente
- merge_reports/ - Git Merge Reports
./sync-wiki.ps1./build-docs.ps1 # MkDocs → site/- Primär: GitHub Wiki (maßgeblich)
- Sekundär: MkDocs Build (für Entwicklung)
- Issues: GitHub Issues
- Diskussionen: GitHub Discussions
- Security: Siehe SECURITY.md
Dokumentations-Status: ✅ Konsolidiert (5. Dezember 2025)
Maintainer: ThemisDB Team
Letzte Audit: 5. Dezember 2025
ThemisDB v1.3.4 | GitHub | Documentation | Discussions | License
Last synced: January 02, 2026 | Commit: 6add659
Version: 1.3.0 | Stand: Dezember 2025
- Übersicht
- Home
- Dokumentations-Index
- Quick Reference
- Sachstandsbericht 2025
- Features
- Roadmap
- Ecosystem Overview
- Strategische Übersicht
- Geo/Relational Storage
- RocksDB Storage
- MVCC Design
- Transaktionen
- Time-Series
- Memory Tuning
- Chain of Thought Storage
- Query Engine & AQL
- AQL Syntax
- Explain & Profile
- Rekursive Pfadabfragen
- Temporale Graphen
- Zeitbereichs-Abfragen
- Semantischer Cache
- Hybrid Queries (Phase 1.5)
- AQL Hybrid Queries
- Hybrid Queries README
- Hybrid Query Benchmarks
- Subquery Quick Reference
- Subquery Implementation
- Content Pipeline
- Architektur-Details
- Ingestion
- JSON Ingestion Spec
- Enterprise Ingestion Interface
- Geo-Processor Design
- Image-Processor Design
- Hybrid Search Design
- Fulltext API
- Hybrid Fusion API
- Stemming
- Performance Tuning
- Migration Guide
- Future Work
- Pagination Benchmarks
- Enterprise README
- Scalability Features
- HTTP Client Pool
- Build Guide
- Implementation Status
- Final Report
- Integration Analysis
- Enterprise Strategy
- Verschlüsselungsstrategie
- Verschlüsselungsdeployment
- Spaltenverschlüsselung
- Encryption Next Steps
- Multi-Party Encryption
- Key Rotation Strategy
- Security Encryption Gap Analysis
- Audit Logging
- Audit & Retention
- Compliance Audit
- Compliance
- Extended Compliance Features
- Governance-Strategie
- Compliance-Integration
- Governance Usage
- Security/Compliance Review
- Threat Model
- Security Hardening Guide
- Security Audit Checklist
- Security Audit Report
- Security Implementation
- Development README
- 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
- Development Audit
- Sprint Summary (2025-11-17)
- WAL Archiving
- Search Gap Analysis
- Source Documentation Plan
- Changefeed README
- Changefeed CMake Patch
- Changefeed OpenAPI
- Changefeed OpenAPI Auth
- Changefeed SSE Examples
- Changefeed Test Harness
- Changefeed Tests
- Dokumentations-Inventar
- Documentation Summary
- Documentation TODO
- Documentation Gap Analysis
- Documentation Consolidation
- Documentation Final Status
- Documentation Phase 3
- Documentation Cleanup Validation
- API
- Authentication
- Cache
- CDC
- Content
- Geo
- Governance
- Index
- LLM
- Query
- Security
- Server
- Storage
- Time Series
- Transaction
- Utils
Vollständige Dokumentation: https://makr-code.github.io/ThemisDB/