ConnectedPlacesCatapult / SharingCitiesDashboard

Personalisable dashboard for Sharing Cities IoT data
Apache License 2.0
6 stars 5 forks source link

Fcc 119 importer status endpoint #158

Closed kpennels closed 5 years ago

kpennels commented 5 years ago

Updated Files Analytics/app.py - imported the Import Status resource and exposed the /importer_status endpoint Analytics/importers/config.yml - added missing keys to config file Analytics/importers/scheduler_new.py - added a SQLAlchemy jobstore which persists the importer jobs

New Files Analytics/models/importer_status.py - the model class for the Importer status DB table and the corresponding class methods Analytics/models/test_import_status.py - tests for the /importer_status endpoint