go-trader icon indicating copy to clipboard operation
go-trader copied to clipboard

Question: Would it make sense to add a database so quotes and trades can be persistent ?

Open napoleon665 opened this issue 1 year ago • 3 comments

napoleon665 avatar Jul 17 '24 22:07 napoleon665

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.

robaho avatar Jul 17 '24 22:07 robaho

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.

napoleon665 avatar Jul 18 '24 01:07 napoleon665

When I get the project harness setup, I will share, and it would be great to collaborate.

robaho avatar Jul 18 '24 13:07 robaho