Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.12 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.12 KB

XBOS(2)

Build Status

Looking for a Quick Start?

Take a gander at the demo installation

Ingester

Requirements:

  1. go install
  2. bzr sudo apt-get install bzr

PyXBOS

On Mac OSX, first install Brew (https://brew.sh/)

$ brew install autoconf automake libtool jq

On Linux, first install

$ apt-get install autoconf automake build-essential libtool python-dev

Then,

$ pip3 install pyxbos

BTrDB Setup

How do get started:

  1. Install BtrDB dev machine OR InfluxDB
  2. Install WAVEMQ:
  3. Create entity (docs coming)
  4. Give perms
  5. Build and run ingester:
    cd ingester
    make run