From 98f52cc4ec38a15dda995872c09085338c932dcb Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 28 Jun 2024 09:33:16 +0200 Subject: [PATCH] Update Todo --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO.md b/TODO.md index bbf827e..0e69f4d 100644 --- a/TODO.md +++ b/TODO.md @@ -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) @@ -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)