bmoscon / cryptostore

A scalable storage service for cryptocurrency data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capped Collections

JamesKBowler opened this issue · comments

Hello,
I have limited storage on the mongodb server and therfore I would like to set this application to make use of Capped Collections.
https://docs.mongodb.com/manual/core/capped-collections/

Is this possible?

Thanks

cryptostore doesnt support mongo - so the answer is no, its not supported. Anything is possible if someone spends the time implementing it, but its not something I'll be doing anytime soon

ok, that's confused me further because cryptostore is using Arctic which I guess use's mongo.

# arctic specific configuration options - the mongo URL
arctic: mongodb://127.0.0.1

Cryptostore supports arctic, and arctic uses mongo. Arctic does not support this collection type.

Thanks for clearing that up.