DCM is a nodejs application that manage data storage of contextual data.
- Receives data from client and saves it in mongodb
- Gets amount of data in database
- Gets example data in specific timeline (examples - are data that construct the basis for MVSM)
DCM requires Node.js v4+ to run.
Install the dependencies and start the server (default port 3002).
$ cd CMDataCollectionMicroservice
$ npm install -d
$ npm startFuture features:
- Get amount of example data (basis vectors in MVSM)
- Implement some mechanism to store/remove non-example data