-
Notifications
You must be signed in to change notification settings - Fork 0
apis_openapi
Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Apis
Die vollständige API-Spezifikation liegt als YAML vor:
-
docs/openapi.yaml(aktuell) - optional:
openapi/openapi.yaml(alternativ, ggf. konsolidieren)
Aktualisierungen anstehend:
- Aufnahme der neuen Endpunkte für Keys, Classification, Reports (bereits in
docs/openapi.yamlergänzt) - Beispiele mit Request/Response und Fehlercodes
- Hinweis: Das SSE-Streaming
GET /changefeed/streamist nicht Teil der OpenAPI (Content-Typetext/event-stream). Details siehe „Change Data Capture (CDC)“.
Hinweis: Für eine gerenderte Ansicht (Swagger/Redoc) kann später ein MkDocs-Plugin ergänzt werden. Bis dahin bitte die YAML-Datei direkt öffnen oder mit einem lokalen Viewer betrachten.
Dieser Endpoint ist nicht Teil der OpenAPI-Spezifikation, da er text/event-stream zurückliefert.
- Endpoint:
GET /changefeed/stream - Query-Parameter:
-
from_seq(optional, uint64): Start-Sequenz (exklusiv); Standard 0 -
key_prefix(optional, string): Filtert Events nach Schlüsselpräfix -
keep_alive(optional, bool): Hält die Verbindung offen und streamt fortlaufend; Standardtrue -
max_seconds(optional, int): Maximale Streamdauer, 1..60 Sekunden (Standard 30) – für Rotation/Tests -
heartbeat_ms(optional, int): Test-Override für Heartbeat-Intervall (min. 100ms); in Produktion nicht nötig
-
Antwort:
- Content-Type:
text/event-stream - Format: jeweils eine Zeile pro Event
data: {JSON}\n\n; bei Leerlauf Heartbeats: heartbeat\n\n
Beispiel (curl, Einmal-Stream für 10s):
curl -N "http://localhost:8765/changefeed/stream?from_seq=0&keep_alive=true&max_seconds=10"Weitere Details und Best Practices (Checkpointing, Heartbeats, Reverse Proxy) siehe „Change Data Capture (CDC)“ unter Deployment & Betrieb.
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/