From 9e61ed7ef726bf2af5494999bc9099a9be69e3ea Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 27 Aug 2023 13:10:52 +0200 Subject: [PATCH] docs: add notes Signed-off-by: kjuulh --- NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 NOTES.md diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 0000000..ed724ff --- /dev/null +++ b/NOTES.md @@ -0,0 +1,6 @@ +# Notes + +- Building a ringbuffer like structure for sliding window logs in the server. + - Move logs to cold storage in rocksdb, after they're expelled from the ringbuffer + +- Implement rocksdb in the agents to support settings and whatnot \ No newline at end of file