Modules for the UpFront farmework
Do the following to test the default upfront example with this storage module:
git clone https://github.com/nopbyte/UPFROnt/
git clone https://github.com/Agile-IoT/agile-upfront-leveldb
cd UPFROnt
git checkout frozen-in-time
npm install --save https://github.com/Agile-IoT/agile-upfront-leveldb
mv ../agile-upfront-leveldb/example/settings.js ./example/online/settings.js
npm install
cd ./example/online/
node index.js
#Debug mode
To debug this component (storage only) do:
export DEBUG_POLICY_STORE=1