git clone https://github.com/istSOS/istSOS4.gitTo start the Docker services, run:
docker compose -f dev_docker-compose.yml up -dTo switch off the services:
docker compose -f dev_docker-compose.yml downTo remove all images and volumes:
docker compose -f dev_docker-compose.yml down -v --rmi localdocker compose -f edu_docker-compose.yml up -dTo switch off the services:
docker compose -f edu_docker-compose.yml downTo remove all images and volumes:
docker compose -f edu_docker-compose.yml down -v --rmi localAccess the SensorThings API at: http://127.0.0.1:8018/istsos4/v1.1
For more information about the database and how populate it with synthetic data, refer to the Database Documentation