This server is the FROST implementation of the OGC Sensor Things API Standard.
You will need docker
and docker-compose
installed in your system, in order to run this infrastructure.
First create a .env
file with the environment variables. For example:
POSTGRES_PASSWORD="CHANGEme"
POSTGRES_USER="postgres"
Change script permission:
sudo chmod +x sensorthings.sh
Then run:
docker-compose up -d
Access the server on: http://localhost:8080/FROST-Server/
curl -X POST -H "Content-Type: application/json" -d @sample-locations.json http://localhost:8080/FROST-Server/v1.1/Things
You can view/analyse data using any sensorthings API compliant client, for instance the SensorThingsAPI QGIS plugin (see screenshots bellow).
This project is released under an MIT License