Skip to content

The DataCROP Farro (V0.2) Model Repository which provides the mechanisms to manage: Data Kinds (DK) Data Interfaces (DI) Data Source Definitions (DSD) Analytics Processor Definitions (APD)

License

Notifications You must be signed in to change notification settings

datacrop/farro-model-repository

Repository files navigation

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)

REQUIREMENTS

CLONE

git clone git@github.com:far-edge/model-repository.git

CONFIGURE

Create .env based on .env.example.

cp .env.example .env

Edit .env.

CREATE THE VIRTUAL ENVIRONMENT

cd model-repository
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) Model Repository which provides the mechanisms to manage: Data Kinds (DK) Data Interfaces (DI) Data Source Definitions (DSD) Analytics Processor Definitions (APD)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages