As part of Alan Haverty's DT2114C Final Year Project for Dublin Institute of Technology.
Contents:
1. area_data folder:
Folder required by the swarm and run scripts to persist prediction related data
2. backand folder:
Configuration export from Backand.com along with human readable extracts
of the scripts developed within Backand.com's editors
3. configuration folder:
Contains the sql modules used in the python scripts,
and the placeholder swarm_description file, used in the swarming process.
4. database folder:
Contains the dump of the table, triggers, and procedures used to create the MySQL database for the project
5. picodelivery folder:
Contains the python classes used in the python scripts
(database, config, logger helpers, and the nupic run.py class)
6. scripts folder:
The various scripts used on the Ubuntu environment
(Data generators, simulators, NuPIC swarming and predictions, trigger and controller scripts)
7. Everything else:
Project configuration ini, containing the variables and job rate graph array
Requirements txt, contains the requirements needed to run the scripts on an Ubuntu Server with MySQL
Setup.py, used to install this repo using: python setup.py install