EpiData
Published on : Tuesday 30-11--0001
EpiData is an integrated IoT Analytics Platform. It enables smarter industrial solutions including energy management, building automation and smart manufacturing
Configuration
Authentication: Access to EpiData platform is managed via tokens and OAuth 2 authorization (with GitHub).
The configuration settings for tokens are available in play/conf/application.conf, and OAuth 2 are available in play/conf/securesocial.conf.
Authenticated users can be added to the system manually via Cassandra's CQL commands.
Measurement Class: Epidata can be configured to operate on 'sensor measurement' or 'automated test' data.
To enable sensor measurement data, play's application.conf must set measurement-class to sensor_measurement. In addition, spark's spark-defaults.conf must set spark.epidata.measurementClass to sensor_measurement.
To enable automated test data, play's application.conf must set measurement-class to automated_test. In addition, spark's spark-defaults.conf must set spark.epidata.measurementClass to automated_test.
Usage
After launch, EpiData platform is ready to ingest and process sensor data.
To access ingestion scripts and Jupyter Notebook tutorial, you can visit https://
GitHub, Inc.USA