Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcoliz/brewhub.digitaltwins
This repository contains the code and configuration needed to drive an Azure Digital Twins instance from a site running the BrewHub.Net IoT Reference Architecture.
https://github.com/jcoliz/brewhub.digitaltwins
Last synced: 23 days ago
JSON representation
This repository contains the code and configuration needed to drive an Azure Digital Twins instance from a site running the BrewHub.Net IoT Reference Architecture.
- Host: GitHub
- URL: https://github.com/jcoliz/brewhub.digitaltwins
- Owner: jcoliz
- License: mit
- Created: 2023-08-01T20:57:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T02:09:32.000Z (about 1 year ago)
- Last Synced: 2023-10-18T03:24:59.008Z (about 1 year ago)
- Language: C#
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BrewHub.Net Digital Twins
This repository contains the code and configuration needed to drive an Azure
Digital Twins instance from a site
running the BrewHub.Net IoT Reference Architecture.![IoT Reference Architecture Twins Replicator](./docs/images/IoT%20Reference%20Architecture%20Twins%20Replicator.png)
Currently, I am working on a Digital Twins Replicator containerized application,
which will replicate metrics from the local site directly into an Azure Digital
Twins instance.This bypasses the Event Grid and Function App components
described in the reference architecture. When those components are implemented,
the code here will run in the Function App instead of in the Edge Layer.## Getting Started
1. Deploy an Azure Digital Twins instance. See [Deployment Readme](/.azure/deploy/README.md) for how I do this.
2. Set up the instance with models, twins, and relationships. See [Twins Setup Script](/scripts/CreateTwins.ps1).
3. Run the console test app to populate test data. See [Console Readme](/Console/README.md).That's as far as I've gotten! Next up: Querying data from InfluxDB and translating it to digital twin properties.