Skip to content

TykTechnologies/labs-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publish Amazon stock ticks to Kafka

labs-streams publish --to kafka --instrument AMZN

Subscribe to Amazon stock ticks via Tyk - WebSocket

wscat -c "ws://localhost:8080/amzn/instruments/subscribe"

Subscribe to Amazon stock ticks via Tyk - SSE

curl http://localhost:8080/amzn/instruments/stream

Publish Google stock ticks to Redis Streams

labs-streams publish --to redis --instrument GOOGL

Subscribe to Google stock ticks via Tyk - WebSocket

wscat -c "ws://localhost:8080/googl/instruments/subscribe"

Subscribe to Google stock ticks via Tyk - SSE

curl http://localhost:8080/googl/instruments/stream

Subscribe to Amazon stock ticks via Tyk - WebSocket

wscat -c "ws://localhost:8080/amzn/instruments/subscribe"

Subscribe to Amazon stock ticks via Tyk - SSE

curl http://localhost:8080/amzn/instruments/stream

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages