Skip to content

Overmuse/alpaca-data-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpaca-data-relay

alpaca-data-relay is an application for streaming data from the alpaca brokerage to apache kafka in a fault-tolerant way. Messages from alpaca are type-checked and only passed on if they conform to the built-in schema.

Aspirational

Currently, alpaca-data-relay emits data to kafka in json. In the future, data will be transmuted into a more efficient binary wire protocol such as protobuf using serde-transcode.