[go: nahoru, domu]

Skip to content

This project demonstrates a data pipeline using the Coinbase websocket feed to display and analyze their order book in real time.

Notifications You must be signed in to change notification settings

TylerHillery/coinbase-order-book-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing Coinbase Order Book in Real Time

This project demonstrates a data pipeline using the Coinbase websocket feed to display and analyze their order book in real time.

coinbase-app-demo

Reference Commands

Build docker images

docker-compose build

Start the services

docker-compose up -d

Stop the data generator

docker stop data-generator 

Access the dbt cli

docker exec -it dbt /bin/bash

Access the Materialize cli

docker exec -it mzcli psql -U materialize -h materialized -p 6875 materialize

Ports

Resources & References

These are resources and references I used when building this project.

About

This project demonstrates a data pipeline using the Coinbase websocket feed to display and analyze their order book in real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published