# vorto-examples **Repository Path**: mirrors_eclipse/vorto-examples ## Basic Information - **Project Name**: vorto-examples - **Description**: Contains example code leveraging Vorto information models - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vorto Examples This repository contains example code that have been implemented using the [Eclipse Vorto SDK](https://www.eclipse.org/vorto). ## Vorto Web Dashboard Node.js/React based web dashboard, that displays device data, which are modelled with Vorto. [Read more](vorto-dashboard/README.md)

## Eclipse Vorto Semantic Middleware The Eclipse Vorto Semantic Middleware is a small and light-weight microservice that is able to convert any device telemetry payload (binary, json, xml, ...) to semantic Vorto compliant data structures and exposes the data via **AMQP** or push it to **AWS Kinesis**. Other micro services can easily consume the data to further process it, e.g. for running analytics on the data. The middleware provides an Integration API, where data processors can be plugged in, such as integrating the "harmonized data" with any 3rd party IoT data service. [Read more](vorto-middleware/Readme.md) ## Vorto Generator Plugins Vorto Generators convert Vorto Models to any platform specific source code. This code can be a simple platform descriptor, device , or backend code. They are stateless in nature and can be easily developed using the [Vorto Plugin SDK](https://github.com/eclipse/vorto/tree/master/plugin-sdk). To get started, checkout the [hello world generator](vorto-generators/v2/helloworld-example), that is deployed as a serverless AWS Lambda function. [Checkout other Example Generators](vorto-generators/Readme.md) ## Vorto Importer Plugins Vorto Importers convert 3rd party platform descriptions to Vorto models. Just as Generator plugins, they are stateless and can easily be developed using the [Vorto Plugin SDK](https://github.com/eclipse/vorto/tree/master/plugin-sdk). To get started, checkout the [LwM2M example](vorto-importers/lwm2m), that converts LwM2M/IPSO XML descriptions to Vorto Function Block - and Mapping models. This example is deployed as a AWS Lambda service. ## Using Vorto Models from your custom DSL If you would like to use and reference Vorto Models from your own custom DSL, the following tutorial shows you how that is done. [Read tutorial](vorto-dsl-integration/Readme.md)