Model repository is the FAR-EDGE component that provides the mechanisms to manage:
- Data Kinds (DK)
- Data Interfaces (DI)
- Data Source Definitions (DSD)
- Analytics Processor Definitions (APD)
git clone git@github.com:far-edge/model-repository.git
Create .env
based on .env.example
.
cp .env.example .env
Edit .env
.
cd model-repository
nodeenv -n 10.1.0 --prebuilt env
. env/bin/activate
npm install
npm start
deactivate_node
npm run lint
npm test
npm run doc