Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRollen authored Apr 10, 2021
1 parent 0ce51ae commit 01ca363
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# alpaca-data-relay
`alpaca-data-relay` is an application for streaming data from the [alpaca](https://alpaca.markets/) brokerage to [apache kafka](https://kafka.apache.org/) 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](https://serde.rs/transcode.html).

0 comments on commit 01ca363

Please sign in to comment.