Use Case
Websocket -> Redis Stream -> Redis Timeseries (Ticker Plant)
Use this program to create a ticker plant Listen to quote stream on websocket and save to Redis Timeseries
Libraries Used
- Gorilla Websockets
- go-redis
Dataflow Diagram
Session 1
- Covers websocket connection and push to Redis Timeseries
Video explanation of the code
Source Code
https://github.com/sravzpublic/training/blob/master/training-go/pkg/jobs/websocket_client.go