Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
napoleon665 opened this issue Jul 17, 2024 · 3 comments

Comments

@napoleon665
Copy link
Contributor

No description provided.

@robaho
Copy link
Owner

robaho commented Jul 17, 2024

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.

@napoleon665
Copy link
Contributor Author

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.

@robaho
Copy link
Owner

robaho commented Jul 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants