cryptostore icon indicating copy to clipboard operation
cryptostore copied to clipboard

A scalable storage service for cryptocurrency data

Results 7 cryptostore issues
Sort by recently updated
recently updated
newest added

From briefly looking through code, L3_BOOK callback is not supported. Any reason why? Should it be added?

Feature Request

Hello! When trying to start up the container using the instructions: `docker run -e EXCHANGE='COINBASE' -e CHANNELS='l2_book' -e SYMBOLS='BTC-USD' -e BACKEND='MONGO' -e DATABASE='cryptofeed' ghcr.io/bmoscon/cryptostore:latest -d` I notice the container did...

Hello, I'm using a Docker Compose file like so ``` version: "3.3" services: cs2questdb_book: image: ghcr.io/bmoscon/cryptostore:latest container_name: cs2questdb_book environment: - EXCHANGE=BINANCE - SYMBOLS=BTC-USDT,ETH-USDT,BNB-USDT,SOL-USDT,ADA-USDT - CHANNELS=l2_book - BACKEND=QUEST # TTY -...

bug

Hello, I wonder if some examples of `docker-compose.yml` files should be given to quickstart a simple cryptostore. Kind regards

Feature Request

Hi, I'm trying to get the TCP example to work, but I only get an empty message I know that I am creating the server and it is connecting correctly,...

question

**Describe the bug** No data is saved into the ./raw_data folder inside the container **To Reproduce** Steps to reproduce the behavior: * Provide config (at least as much as is...

bug