Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 890 Bytes

getting-started.md

File metadata and controls

28 lines (20 loc) · 890 Bytes

Getting started {#getting-started}

To install TectonicDB, simply download the latest build.

Ubuntu 16.04

mkdir tectonic && cd tectonic
wget https://github.com/0b01/tectonicdb/releases/download/0.2/tectonic-server
chmod +x tectonic-server
./tectonic-server --help
./tectonic-server -p 9002 -f db -vv

TectonicDB communicates over TCP:

$ nc localhost 9002
INFO

Now that you have installed TectonicDB, you can now hook up a market data pipeline. To do so, you will need to use a client api.

Currently these language bindings are available:

  1. Python 3.6 (async generator)
  2. Javascript
  3. Rust