From 01ca3639810ae69fb2efde816a4aa3076708a5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Roll=C3=A9n?= <38324289+SebRollen@users.noreply.github.com> Date: Sat, 10 Apr 2021 13:00:10 -0400 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9750198 --- /dev/null +++ b/README.md @@ -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).