-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from grzpiotrowski/add-repos
Add project repositories as submodules
- Loading branch information
Showing
6 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[submodule "sitevisor"] | ||
path = sitevisor | ||
url = https://github.com/grzpiotrowski/sitevisor | ||
[submodule "sitevisor-backend"] | ||
path = sitevisor-backend | ||
url = https://github.com/grzpiotrowski/sitevisor-backend | ||
[submodule "sitevisor-sensors"] | ||
path = sitevisor-sensors | ||
url = https://github.com/grzpiotrowski/sitevisor-sensors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
# SiteVisor | ||
Digital Twin Application for Buildings Monitoring and Asset Management | ||
|
||
## Final Project - Higher Diploma in Computer Science | ||
SiteVisor is a Digital Twin based web app for environmental monitoring of buildings, with elements of asset management. At the core of the user interface is an interactive 3D viewer, rendering a building and the IoT sensors. With only a few clicks we can set up our 3D environment from scratch, by simply sketching out rooms and creating virtual sensors and configuring the data connection from their physical counterparts. The application is deployed on Kubernetes and uses Strimzi operator to run Apache Kafka cluster, which is the heart and arteries of the whole system. | ||
|
||
## Project repositories | ||
|
||
- [grzpiotrowski/sitevisor](https://github.com/grzpiotrowski/sitevisor) | ||
- [grzpiotrowski/sitevisor-backend](https://github.com/grzpiotrowski/sitevisor-backend) | ||
- [grzpiotrowski/sitevisor-backend](https://github.com/grzpiotrowski/sitevisor-backend) | ||
- [grzpiotrowski/sitevisor-sensors](https://github.com/grzpiotrowski/sitevisor-sensors) | ||
|
||
## Project page | ||
Project page can be accessed under this link: [SiteVisor Project Page](https://grzpiotrowski.github.io/sitevisor-project/) | ||
|
||
|
||
## Project documentation | ||
Project documentation pages can be found here: [Project Documentation](https://grzpiotrowski.github.io/sitevisor/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sitevisor-backend
added at
f6691d
Submodule sitevisor-sensors
added at
4e376e