Closed lightandbright closed 6 years ago
Cant say for sure what your error is, but the code works for me. Is mongodb running? You also didn't post what the version of cryptofeed is you are running. Either way, this isnt an arctic issue, so I'm going to close this. If you still have issues please open a ticket on cryptofeed.
Thank you for your response. I realised that I was assigning same id which prevented the write.
Btw, why is it better to use arctic rather then directly pymongo? does arctic make things more compressed or faster?
thank you Roman
On 11 Feb 2018, at 19:25, Bryant Moscon notifications@github.com wrote:
Cant say for sure what your error is, but the code works for me. Is mongodb running?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/manahl/arctic/issues/506#issuecomment-364779607, or mute the thread https://github.com/notifications/unsubscribe-auth/AiaZ4qkgUxXrFpvdQfBB9FZ0ztcljsfRks5tTz6QgaJpZM4SBbbw.
most those details are on the arctic readme:
Arctic can query millions of rows per second per client,
achieves ~10x compression on network bandwidth,
~10x compression on disk, and scales to hundreds
of millions of rows per second per MongoDB instance.
Arctic Version
Arctic Store
Platform and version
Description of problem and/or code sample that reproduces the issue
I retrieve order book data with cryptofeed and would like to store as TickStore. Could you provide few lines of code on this?
I tried to place the TickStore write into the cryptofeed book callback. the write seems to stuck everything, it feels like some async waiting issue.