Skip to content

Commit

Permalink
Added documentation to query historical data
Browse files Browse the repository at this point in the history
  • Loading branch information
poorva1209 committed May 5, 2020
1 parent da069bf commit a6173a0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/source/using_gridappsd/api_examples/timeseries_data_api.rst
Expand Up @@ -213,3 +213,25 @@ Allowed values for queryFilter are:
angle [number]
magnitude [number]
value [number]

Query Historical Sensor Service Data
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

A docker image is available that containes the pre-populated historical data generated from sensor service for 9500 node model.
It containes data with following details:

- Start time: Saturday, July 13, 2013 8:00:02 AM (1373727602)

- End time: Friday, July 19, 2013 3:12:23 PM (1374271943).

- Simulation Id: 890162203

Follow these steps to access historical data:

1. Clone gridappsd-docker repo

2. Change the influxdb image in docker-compose.yml file to gridappsd/influxdb:historical

3. Execure ./run.sh -t <release tag>

4. Use Query Sensor Service Data API to request data.

0 comments on commit a6173a0

Please sign in to comment.