Skip to content

Commit

Permalink
Merge pull request #9 from grzpiotrowski/add-repos
Browse files Browse the repository at this point in the history
Add project repositories as submodules
  • Loading branch information
grzpiotrowski authored Apr 2, 2024
2 parents 9d2410d + 6c214d7 commit 0515baf
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
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
13 changes: 12 additions & 1 deletion README.md
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/)
2 changes: 1 addition & 1 deletion project-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 class="text-2xl text-gray-800 font-semibold">Grzegorz Piotrowski</h2>
</p>
</div>
<div class="p-2">
<p class="text-lg text-gray-700">Project Type: Web App, IoT</p>
<p class="text-md text-gray-700">Project Type: Web App, IoT, Cloud Computing</p>
</div>
</div>
<!-- Landscape Image for md screens and up -->
Expand Down
1 change: 1 addition & 0 deletions sitevisor
Submodule sitevisor added at f3271a
1 change: 1 addition & 0 deletions sitevisor-backend
Submodule sitevisor-backend added at f6691d
1 change: 1 addition & 0 deletions sitevisor-sensors
Submodule sitevisor-sensors added at 4e376e

0 comments on commit 0515baf

Please sign in to comment.