An open API service indexing awesome lists of open source software.

https://github.com/ryanninodizon/ehr-poc

End-to-End Concept Project: Azure Data Factory Pipeline, Azure IoT Central, Azure Storage Account, Azure SQL, .NET, Angular
https://github.com/ryanninodizon/ehr-poc

angular automation-workflow azure dataengineering datafactory datapipeline dotnet entra-id entraid etl iotcentral microsoft-identity-platform msal spa

Last synced: 7 months ago
JSON representation

End-to-End Concept Project: Azure Data Factory Pipeline, Azure IoT Central, Azure Storage Account, Azure SQL, .NET, Angular

Awesome Lists containing this project

README

          

# Info
This repository contains four directories that can be used to implement the end-to-end solution.
- **[IoTCentral-FileUploader](https://github.com/ryanninodizon/EHR-PoC/tree/main/IoTCentral-FileUploader "IoTCentral-FileUploader") -** This is a basic console app that serves as a FileUploader from local machines. It locates the file to be uploaded and sends it to IoT Central file storage.

- **[api](https://github.com/ryanninodizon/EHR-PoC/tree/main/api "api") -** This is a simple .NET Minimal WebAPI that retrieves data from the output of an Azure Data Factory Pipeline.

- **[arch](https://github.com/ryanninodizon/EHR-PoC/tree/main/arch "arch") -** This folder contains the architecture diagrams.

- **[spa](https://github.com/ryanninodizon/EHR-PoC/tree/main/spa "spa") -** An Angular project that showcases the authentication/authorization with Microsoft Identity Platform.

## End-to-End Solution
![](https://github.com/ryanninodizon/EHR-PoC/blob/main/arch/MainFlow.png)
See e2e testing [here](https://youtu.be/krEo3mMB9E4)。

## Quick Demonstrations:
> Data Pipeline/Processing
![](https://github.com/ryanninodizon/EHR-PoC/blob/main/arch/data-pipeline-poc.gif)

##
> Securely Retrieving Data
![](https://github.com/ryanninodizon/EHR-PoC/blob/main/arch/fetching-data.gif)