Question: Would it make sense to add a database so quotes and trades can be persistent ?
Actually, it’s been planned to integrate with leveldb I have in the repo. A relational db is typically too slow. Usually too this would be done via a persistent message bus with multiple replications to limit the latency.
I am working on a “finance db” layer for leveldb.
Actually, it’s been planned to integrate with leveldb I have in the repo. A relational db is typically too slow. Usually too this would be done via a persistent message bus with multiple replications to limit the latency.
I am working on a “finance db” layer for leveldb.
Sounds really interesting I would love to help with this effort if possible.
When I get the project harness setup, I will share, and it would be great to collaborate.