Skip to content

Repository files navigation

Build Badge License Badge

dixit

dixit is a Rust-based tool that collects CoinBase RFQ data via WebSocket, stores it as Parquet files, and enables data analysis using Jupyter notebooks.

This project includes three crates:

  1. dixit: Pulls and persists data from Coinbase.
  2. dixit_persist: Handles struct persistence in Parquet files.
  3. dixit_persist_macros: Provides a macro for easy persistence.

For more on the persist crates, see the corresponding README.

Getting Started

You'll need Rust, Cargo, and Just for data collection, and Python with a virtual environment for data analysis.

Run just in the command line to view available commands.

Step by Step

  1. Run just coinbase to continuously download data from Coinbase and generate Parquet files in the output folder.
  2. Stop the task when needed.
  3. Go to the local folder and follow the instructions in the corresponding README to launch a notebook for analyzing Coinbase data.

Note: The default notebook reads sample data from the local folder but can easily be configured to read from the output folder.

Next Steps

To extend the project and support other venues just replicate the approach used in dixit::main::coinbase.

About

Tool for collecting CoinBase RFQ data for offline analysis

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages