Update Todo

This commit is contained in:
Jan Eitzinger 2024-06-28 09:33:16 +02:00
parent bc77ac4839
commit 98f52cc4ec
Signed by: moebiusband
GPG Key ID: 2574BA29B90D6DD5

View File

@ -8,6 +8,12 @@ Importance:
- Benchmarking - Benchmarking
- Benchmark and compare common timeseries DBs with our data and our queries (N) - Benchmark and compare common timeseries DBs with our data and our queries (N)
- Web interface
- Provide simple http endpoint with a status and debug view (Start with Basic
Authentication)
- Configuration
- Consolidate configuration with cc-backend, remove redundant information
- Support to receive configuration via NATS channel
- Memory management - Memory management
- To overcome garbage collection overhead: Reimplement in Rust (N) - To overcome garbage collection overhead: Reimplement in Rust (N)
- Request memory directly batchwise via mmap (started in branch) (W) - Request memory directly batchwise via mmap (started in branch) (W)
@ -21,6 +27,7 @@ Importance:
- Binary checkpoints (started in branch) (W) - Binary checkpoints (started in branch) (W)
- API - API
- Redesign query interface (N) - Redesign query interface (N)
- Provide an endpoint for node health based on received metric data (I)
- Introduce JWT authentication for REST and NATS (I) - Introduce JWT authentication for REST and NATS (I)
- Testing - Testing
- General tests (I) - General tests (I)