DEMI (Digital twin technologies for the Energy Management of connected Infrastructures) is a prototype implementation of the platform on the smart building demonstrators of the living lab of an academic campus in the Greater Paris region, in France. DEMI comes in the form of a data management layer that enables to logically centralize system data in a standardized way.
Note:
The original GitHub account has been deactivated due to email issues.
The original repository is no longer being updated.
The original dataset has been deleted.
# Start the docker-compose service
docker-compose up -d
# or
docker compose up -d# View running containers
docker ps# Stop all docker-compose services
docker-compose stop
# or
docker compose stop# Delete all docker-compose services
docker-compose down -v
# or
docker compose down -v