CSUFTitanRover / TitanRover2018

Titan Rover 2018 Edition: Calypso
http://titanrover.com/
Apache License 2.0
12 stars 10 forks source link

Component: Query Sensor Data #70

Open Weffe opened 6 years ago

Weffe commented 6 years ago

Our scientists need to be able to query sensor data based on a start and end time. It will be necessary to decide how we get the data from the backend to the UI. We can either use Deepstream's RPC features to query mongo data with Javascript or we can use Python Eve to offer REST endpoints for data access from the UI.