/real-time-ohlc-with-bytewax

Fetch, transform and plot real-time OHLC data from Coinbase using Bytewax, Bokeh and Streamlit

Primary LanguagePython

Real-time stream processing in Python

Compute real-time OHLC data from raw trades with Bytewax

Let's connect 🤗
TwitterLinkedInNewsletter

What is this repo about?

This repository shows how to

The final app is publicly deployed on Streamlit Cloud 👉🏽 click here

Quick setup

  1. Install Python Poetry

    curl -sSL https://install.python-poetry.org | python3 -
    
  2. cd into the project folder and run poetry install

  3. activate the virtual env that you just created with poetry shell

To run the Streamlit app locally simply do streamlit run src/frontend.py