From 0717364e168064e422f4356ca193805412d1374b Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 22 Jul 2021 11:42:08 -0700 Subject: [PATCH] WIP: Add upcoming getting started sections --- docs/GETTING_STARTED.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 99d063a86..c0827f1f6 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -36,3 +36,39 @@ * [https://github.com/fremantle-industries/tai#install](https://github.com/fremantle-industries/tai#install) * [https://github.com/fremantle-industries/tai/blob/main/docs/CONFIGURATION.md](https://github.com/fremantle-industries/tai/blob/main/docs/CONFIGURATION.md) + +## Tai Components + +* Coming soon... + +## Mapping Tai to OTP Concepts + +* Coming soon... + +## Streaming Order Book & Trade Data to Advisors + +* Coming soon... + +## Creating and Managing Orders with Advisors + +* Coming soon... + +## Receiving Custom Data in Advisors + +* Coming soon... + +## Testing Advisors + +* Coming soon... + +## Creating and Testing a New Venue Adapter + +* Coming soon... + +## Coordinate Multiple Instances of Tai within an OTP Distribution Cluster + +* Coming soon... + +## Build an Elixir Release and Deploy to the Cloud + +* Coming soon...