This doc is a step-by-step compilation guidance of Streamis, a streaming application platform, including front-end web and back-end server.
Get the source code from github, and compile it:
cd ${STREAMIS_CODE_HOME}
mvn -N install
mvn clean install
Once the compilation completes, you can get the installation package wedatasphere-streamis-0.1.0-dist.tar.gz in the ${STREAMIS_CODE_HOME}/assembly/target directory.
cd ${STREAMIS_CODE_HOME}/web
npm i
npm run build
Once the compilation completes, you can get the installation package dist.zip in the ${STREAMIS_CODE_HOME}/web directory.