Skip to content

Repository files navigation

DEMI

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.

System Architecture

Click to view PDF

Docker Service Operations

Start Service

# Start the docker-compose service
docker-compose up -d
# or
docker compose up -d

View Containers

# View running containers
docker ps

Stop Service

# Stop all docker-compose services
docker-compose stop
# or
docker compose stop

Delete Service

# Delete all docker-compose services
docker-compose down -v
# or
docker compose down -v

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages