Skip to content

bishop-bd/crypto_data_stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto_data_stream

A Rust application that streams real-time cryptocurrency trade matches from Coinbase's WebSocket API and stores the data into a redis store.

Features

  • Connects to Coinbase WebSocket feed
  • Subscribes to matches for specified trading pairs
  • Prints incoming match data in real-time

Installation

  1. Ensure Rust is installed: Install Rust
  2. Clone the repository
  3. Run cargo build to compile

Usage

  1. Edit pairs.json to include desired trading pairs (e.g., ["BTC-USD", "ETH-USD"])
  2. Run cargo run to start streaming

Dependencies

  • tokio
  • tokio-tungstenite
  • serde_json
  • futures-util

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages