FIWARE / tutorials.Time-Series-Data

:blue_book: FIWARE 304: Querying Time Series Data (QuantumLeap)
https://quantumleap.readthedocs.io/en/latest/
MIT License
16 stars 20 forks source link

Provide Geo Queries Examples #14

Closed c0c0n3 closed 5 years ago

c0c0n3 commented 5 years ago

This PR updates the QuantumLeap tutorial to provide examples of geographical queries which will be available starting from version 0.5 of QuantumLeap---soon to be released.

Points to note.

  1. QuantumLeap docker image. Changed from 0.4.1 to 0.5 in docker-compose.yml but QuantumLeap v0.5 hasn't been released yet so this PR should only be merged into master after the 0.5 image gets published to docker hub.
  2. Postman. Request 10 and 11 need to be included in the Postman collection.
  3. Japanese Translation. Still to do.
  4. Geo data. Added location to each lamp device in order to be able to use it in geo query examples. For each lamp, the location is the same as that of shop the lamp is in---Lamp:001 location = Shop:001 location, etc.
c0c0n3 commented 5 years ago

@jason-fox if you could please review. Thank you so much!

c0c0n3 commented 5 years ago

We released QuantumLeap 0.5 earlier and now the new docker image for 0.5 is available on DockerHub. So we can tick off point 1 above. Not sure what to do about point 2 (postman) and 3 (Japanese translation) though.

c0c0n3 commented 5 years ago

thanks Jason!