Skip to main content

Shared datastore utilities for GroAI.fi — Binance market data downloading, parquet storage, and trading infrastructure

Project description

groai-fi-datastore-shared

PyPI version Python 3.9+ License: Apache 2.0 CI

Shared datastore utilities for GroAI.fi — Binance market data downloading, partitioned Parquet storage, order execution, and backtesting infrastructure.


Features

  • Market Data Downloading — Incremental Binance OHLCV download with automatic catch-up from where you left off
  • Parquet Storage — Hive-partitioned Parquet files (exchange=X/symbol=Y/part.N.parquet) powered by Dask
  • File Locking — Safe concurrent writes via .write.lock file with stale-lock detection
  • Order ExecutionBinanceOrder, BinanceClient with spot and margin support
  • BacktestingBacktestOrder, BacktestOrderData for strategy simulation
  • CLI Tools — Three ready-to-use command-line scripts for data management

Installation

# Using pip
pip install groai-fi-datastore-shared

# Using uv (recommended)
uv add groai-fi-datastore-shared

Environment Variables

The following environment variables are used across modules:

Variable Required Description
BINANCE_API_KEY Yes (trading/download) Your Binance API key
BINANCE_API_SECRET Yes (trading/download) Your Binance API secret
BINANCE_API_KEY_TEST No Testnet API key
BINANCE_API_SECRET_TEST No Testnet API secret
SEND_MAIL_RECEIVER No Email address for trade alerts

Create a .env file in your project root and load it with python-dotenv or export variables in your shell.


CLI Usage

Download price data

binance-download-price \
  --symbol BTCUSDT \
  --tframe 1m \
  --path /absolute/path/to/prices_v3.parquet \
  --start_date 2024/01/01

Merge / compact parquet files

binance-merge-parquet \
  --exchange Binance \
  --symbol BTCUSDT \
  --path /absolute/path/to/prices_v3.parquet \
  --interval_base 1m

Auto-update all symbols

binance-auto-update \
  --exchange Binance \
  --path /absolute/path/to/prices_v3.parquet \
  --tframe 1m

Python API

# Market data downloading
from groai_fi_datastore_shared.Binance import BinanceMarketDataDownloader
from datetime import datetime

logger = ...  # your logger

BinanceMarketDataDownloader.catchup_price_binance(
    symbol="BTCUSDT",
    kline_tframe="1m",
    default_download_start_date=datetime(2024, 1, 1),
    price_root_dir="/data/prices_v3.parquet",
    logger=logger,
)

# Reading config from environment
from groai_fi_datastore_shared.Binance.config import BinanceConfig
config = BinanceConfig.from_env()

# Trading client
from groai_fi_datastore_shared.Binance import BinanceClient
client = BinanceClient(config)

Development

# Clone
git clone https://github.com/groai-fi/datastore.shared.git
cd datastore.shared

# Install with dev extras
make install-dev

# Run tests
make test

# Lint
make lint

Publishing

# Build wheel + sdist
make build

# Publish to PyPI (requires UV_PUBLISH_TOKEN in env)
make publish

# Publish to TestPyPI first
make publish-test

To release a new version:

  1. Bump the version field in pyproject.toml
  2. Commit and push
  3. Tag: git tag v0.2.0 && git push origin v0.2.0
  4. GitHub Actions will automatically build and publish to PyPI

License

Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

groai_fi_datastore_shared-0.2.1.tar.gz (80.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

groai_fi_datastore_shared-0.2.1-py3-none-any.whl (99.8 kB view details)

Uploaded Python 3

File details

Details for the file groai_fi_datastore_shared-0.2.1.tar.gz.

File metadata

  • Download URL: groai_fi_datastore_shared-0.2.1.tar.gz
  • Upload date:
  • Size: 80.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for groai_fi_datastore_shared-0.2.1.tar.gz
Algorithm Hash digest
SHA256 657b865a7f99d3cc4d6c8e3bb5e7dad0cfa277dd7c67f8428211180090c2eda9
MD5 51d508dcad70f44b3c9cbc5f3124c4cb
BLAKE2b-256 3772de3a4d0aeae39205da96b5c22642d3bfbd933eb93b78c88fde3cf45868be

See more details on using hashes here.

File details

Details for the file groai_fi_datastore_shared-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: groai_fi_datastore_shared-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 99.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for groai_fi_datastore_shared-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3b17d396ee31d90285479e7a930774e462bcbc211b3e910f8ea56d3895627f04
MD5 b1f691fcf062bf8c9d2c009cbb71359c
BLAKE2b-256 46fa4c6af4813cecbc544a9a9c8d0df1b63278f0134ec4938aadb38718226954

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page