Build GuideΒΆ

You need to build synaps-api and synaps-storm.

git clone https://github.com/spcs/synaps.git
cd synaps
python setup.py sdist

Then, synaps-yy.mm.xx.tar.gz file can be found under “synaps/synaps-api/dist” directory.

Next, you should build synaps-storm topology.

mvn package

Then, synaps-storm-yyyy.mm.xx.jar file could be found under “synaps/target” directory.

To build synaps document,

python setup.py build_sphinx

Document locations are “build/sphinx/html”, “build/sphinx/latex”. If you want to build pdf document, you need to install texlive-full and ko.tex

sudo apt-get install texlive-full ko.tex
cd build/sphinx/latex
make all-pdf

Previous topic

Synaps SDK User Guide

Next topic

Installation Guide

This Page