Skip to content

Commit

Permalink
Update Todo
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusband73 committed Jun 28, 2024
1 parent bc77ac4 commit 98f52cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Importance:

- Benchmarking
- 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
- To overcome garbage collection overhead: Reimplement in Rust (N)
- Request memory directly batchwise via mmap (started in branch) (W)
Expand All @@ -21,6 +27,7 @@ Importance:
- Binary checkpoints (started in branch) (W)
- API
- Redesign query interface (N)
- Provide an endpoint for node health based on received metric data (I)
- Introduce JWT authentication for REST and NATS (I)
- Testing
- General tests (I)
Expand Down

0 comments on commit 98f52cc

Please sign in to comment.