docs: add notes

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-27 13:10:52 +02:00
parent e8156ae9d0
commit 9e61ed7ef7

6
NOTES.md Normal file
View File

@@ -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