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