Edge analytics engine is the FAR-EDGE component that enables users to perform analytics tasks "at the edge".
- Confluent Platform >= 4.1.1
- MongoDB >= 3.6.4
- Node.js >= 10.1.0
- npm >= 5.6.0
git clone git@github.com:far-edge/edge-analytics-engine.git
Create .env
based on .env.example
.
cp .env.example .env
Edit .env
.
cd edge-analytics-engine
nodeenv -n 10.1.0 --prebuilt env
. env/bin/activate
npm install
npm start
deactivate_node
npm run lint
npm test
npm run doc