Skip to content

The DataCROP Farro (V0.2) Edge Analytics Engine which enables users to perform analytics tasks "at the edge"

License

Notifications You must be signed in to change notification settings

datacrop/farro-edge-analytics-engine

Repository files navigation

Edge analytics engine is the FAR-EDGE component that enables users to perform analytics tasks "at the edge".

REQUIREMENTS

CLONE

git clone git@github.com:far-edge/edge-analytics-engine.git

CONFIGURE

Create .env based on .env.example.

cp .env.example .env

Edit .env.

CREATE THE VIRTUAL ENVIRONMENT

cd edge-analytics-engine
nodeenv -n 10.1.0 --prebuilt env

ACTIVATE THE VIRTUAL ENVIRONMENT

. env/bin/activate

INSTALL THE DEPENDENCIES

npm install

RUN

npm start

DEACTIVATE THE VIRTUAL ENVIRONMENT

deactivate_node

LINT

npm run lint

TEST

npm test

GENERATE THE DOCUMENTATION

npm run doc

About

The DataCROP Farro (V0.2) Edge Analytics Engine which enables users to perform analytics tasks "at the edge"

Resources

License

Stars

Watchers

Forks

Packages

No packages published