Skip to content

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

Notifications You must be signed in to change notification settings

abyjoy12/real-time-ohlc-with-bytewax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time stream processing in Python

Compute real-time OHLC data from raw trades with Bytewax

Let's connect 🤗
TwitterLinkedInNewsletter

Table of contents

  1. What is this repo about?
  2. How to run this code
  3. Wannna build real-world ML products?

What is this repo about?

This repository shows how to

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

How to run this code

  1. Create a Python virtual environment with the project dependencies with

    $ make init
    
  2. To run the Streamlit app locally simply do

    $ make run
    

Wanna learn to design, develop and deploy a real-world ML system yourself?

Join the Real-World ML Tutorial + Community and get LIFETIME ACCESS to

  • 3 hours of video lectures 🎬
  • Full source code implementation 👨‍💻
  • Discord private community, to connect with 100+ students and me 👨‍👩‍👦

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Makefile 2.5%