Skip to content

Commit

Permalink
Merge pull request #1 from bindsi/main
Browse files Browse the repository at this point in the history
added version to repo list table
  • Loading branch information
bindsi authored Feb 2, 2024
2 parents 91e9f90 + 9a66156 commit 8433fa5
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ Azure Edge Extensions are all built with the same basic principles, echoing the

## Tools and Solutions

| Area | Name (Repo Link) | Description |
|----|----|----|
| Exploration | [Azure IoT Operations through Polyglot Notebooks](https://github.com/Azure-Samples/azure-edge-extensions-polyglotnotebook-aio) | Polyglot Notebooks that demonstrate how to use [Azure IoT Operations](https://learn.microsoft.com/en-us/azure/iot-operations/get-started/overview-iot-operations) using Codespaces |
| Dev Loop | [K3D Debugging Dev Container for Azure IoT Operations](https://github.com/Azure-Samples/azure-edge-extensions-aio-dapr-net-devcontainer-k3d) | [Azure IoT Operations](https://learn.microsoft.com/en-us/azure/iot-operations/get-started/overview-iot-operations) debugging dev container with [k3d](https://k3d.io/) and [DAPR](https://dapr.io/) |
| Dev Loop | [IoT Edge Object Model](https://github.com/Azure-Samples/azure-edge-extensions-iotedge-objectmodel-dotnet) | This library provides extensions methods of the [Azure IoT SDK](https://learn.microsoft.com/en-us/azure/iot/iot-sdks). The object model supplies a common API to view and edit deployment manifests regardless of whether they originate from an At-Scale or single device deployment |
| IAC | [Terraform for Azure IoT Operations](https://github.com/Azure-Samples/azure-edge-extensions-aio-iac-terraform) | Infrastructure as Code (IaC) [Terraform](https://www.terraform.io/) for [Azure IoT Operations](https://learn.microsoft.com/en-us/azure/iot-operations/get-started/overview-iot-operations) components. Includes initial infrastructure setup through Terraform |
| Operations | [IoT Edge Deployment Engine (.NET)](https://github.com/Azure-Samples/azure-edge-extensions-iotedge-deploymentengine-dotnet) | Deployment engine that provides enhanced experience and flexibility for the [Azure IoT Edge](https://learn.microsoft.com/en-us/azure/iot-edge/about-iot-edge) deployment processes |
| ML/AI | [Retrieval-Augmented Generation for Azure IoT Operations](https://github.com/Azure-Samples/azure-edge-extensions-retrieval-augmented-generation) | A sample RAG solution for [AKS Edge Essentials](https://learn.microsoft.com/en-us/azure/aks/hybrid/aks-edge-overview) and [Azure IoT Operations](https://learn.microsoft.com/en-us/azure/iot-operations/get-started/overview-iot-operations) |
| Data Modeling | [ADT Model Management & Versioning](https://github.com/Azure-Samples/azure-edge-extensions-adt-modelmgmt) | Azure Digital Twins (ADT) DTDL model management tools. Simplifies model uploading and updating through batch uploads and DAG validation |
| Data Modeling | [ADT Transpiler](https://github.com/Azure-Samples/azure-edge-extensions-adt-transpiler) | Code-first transpiler to [DTDL](https://learn.microsoft.com/en-us/azure/digital-twins/concepts-models#digital-twin-definition-language-dtdl-for-models) |
| Area | Name (Repo Link) | Version | Description |
|----|----|----|----|
| Exploration | [Azure IoT Operations through Polyglot Notebooks](https://github.com/Azure-Samples/azure-edge-extensions-polyglotnotebook-aio) | [![GitHub Tag](https://img.shields.io/github/v/tag/azure-samples/azure-edge-extensions-polyglotnotebook-aio?logo=github&label=version)](https://github.com/Azure-Samples/azure-edge-extensions-polyglotnotebook-aio/tags) | Polyglot Notebooks that demonstrate how to use [Azure IoT Operations](https://learn.microsoft.com/en-us/azure/iot-operations/get-started/overview-iot-operations) using Codespaces |
| Dev Loop | [K3D Debugging Dev Container for Azure IoT Operations](https://github.com/Azure-Samples/azure-edge-extensions-aio-dapr-net-devcontainer-k3d) | [![GitHub Tag](https://img.shields.io/github/v/tag/Azure-Samples/azure-edge-extensions-aio-dapr-net-devcontainer-k3d?logo=github&label=version)](https://github.com/Azure-Samples/azure-edge-extensions-aio-dapr-net-devcontainer-k3d/tags) | [Azure IoT Operations](https://learn.microsoft.com/en-us/azure/iot-operations/get-started/overview-iot-operations) debugging dev container with [k3d](https://k3d.io/) and [DAPR](https://dapr.io/) |
| Dev Loop | [IoT Edge Object Model](https://github.com/Azure-Samples/azure-edge-extensions-iotedge-objectmodel-dotnet) | [![GitHub Tag](https://img.shields.io/github/v/tag/azure-samples/azure-edge-extensions-iotedge-objectmodel-dotnet?logo=github&label=version)](https://github.com/Azure-Samples/azure-edge-extensions-iotedge-objectmodel-dotnet/tags) | This library provides extensions methods of the [Azure IoT SDK](https://learn.microsoft.com/en-us/azure/iot/iot-sdks). The object model supplies a common API to view and edit deployment manifests regardless of whether they originate from an At-Scale or single device deployment |
| IAC | [Terraform for Azure IoT Operations](https://github.com/Azure-Samples/azure-edge-extensions-aio-iac-terraform) | [![GitHub Tag](https://img.shields.io/github/v/tag/azure-samples/azure-edge-extensions-aio-iac-terraform?logo=github&label=version)](https://github.com/Azure-Samples/azure-edge-extensions-aio-iac-terraform/tags) | Infrastructure as Code (IaC) [Terraform](https://www.terraform.io/) for [Azure IoT Operations](https://learn.microsoft.com/en-us/azure/iot-operations/get-started/overview-iot-operations) components. Includes initial infrastructure setup through Terraform |
| Operations | [IoT Edge Deployment Engine (.NET)](https://github.com/Azure-Samples/azure-edge-extensions-iotedge-deploymentengine-dotnet) | [![GitHub Tag](https://img.shields.io/github/v/tag/azure-samples/azure-edge-extensions-iotedge-deploymentengine-dotnet?logo=github&label=version)](https://github.com/Azure-Samples/azure-edge-extensions-iotedge-deploymentengine-dotnet/tags) | Deployment engine that provides enhanced experience and flexibility for the [Azure IoT Edge](https://learn.microsoft.com/en-us/azure/iot-edge/about-iot-edge) deployment processes |
| ML/AI | [Retrieval-Augmented Generation for Azure IoT Operations](https://github.com/Azure-Samples/azure-edge-extensions-retrieval-augmented-generation) | [![GitHub Tag](https://img.shields.io/github/v/tag/azure-samples/azure-edge-extensions-retrieval-augmented-generation?logo=github&label=version)](https://github.com/Azure-Samples/azure-edge-extensions-retrieval-augmented-generation/tags) | A sample RAG solution for [AKS Edge Essentials](https://learn.microsoft.com/en-us/azure/aks/hybrid/aks-edge-overview) and [Azure IoT Operations](https://learn.microsoft.com/en-us/azure/iot-operations/get-started/overview-iot-operations) |
| Data Modeling | [ADT Model Management & Versioning](https://github.com/Azure-Samples/azure-edge-extensions-adt-modelmgmt) | [![GitHub Tag](https://img.shields.io/github/v/tag/azure-samples/azure-edge-extensions-adt-modelmgmt?logo=github&label=version)](https://github.com/Azure-Samples/azure-edge-extensions-adt-modelmgmt/tags) | Azure Digital Twins (ADT) DTDL model management tools. Simplifies model uploading and updating through batch uploads and DAG validation |
| Data Modeling | [ADT Transpiler](https://github.com/Azure-Samples/azure-edge-extensions-adt-transpiler) | [![GitHub Tag](https://img.shields.io/github/v/tag/azure-samples/azure-edge-extensions-adt-transpiler?logo=github&label=version)](https://github.com/Azure-Samples/azure-edge-extensions-adt-transpiler/tags) | Code-first transpiler to [DTDL](https://learn.microsoft.com/en-us/azure/digital-twins/concepts-models#digital-twin-definition-language-dtdl-for-models) |
| AIO Environments | [AIO Environments](https://github.com/Azure-Samples/azure-edge-extensions-aio-environments) | [![GitHub Tag](https://img.shields.io/github/v/tag/azure-samples/azure-edge-extensions-aio-environments?logo=github&label=version)](https://github.com/Azure-Samples/azure-edge-extensions-aio-environments/tags) | Platform to build Azure IoT Operations (AIO) environments |

# Contributing Tools and Solutions to Azure Edge Extensions

Expand Down

0 comments on commit 8433fa5

Please sign in to comment.