Skip to content

istSOS/istSOS4

Repository files navigation

istSOSm

Clone the istSOSm repository

git clone https://github.com/istSOS/istSOS4.git

Start DEV environment

To start the Docker services, run:

docker compose -f dev_docker-compose.yml --project-name $(basename $PWD) up -d

To switch off the services:

docker compose -f dev-docker-compose.yml --project-name $(basename $PWD) down

Use Sensor Things APIs

Access the SensorThings API at: http://127.0.0.1:8018/istsos-miu/v1.1

Reference

For more information about the database and how populate it with synthetic data, refer to the Database Documentation