Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.16 KB

Readme.md

File metadata and controls

29 lines (24 loc) · 2.16 KB

Vorto Code Generator Examples

Vorto Code Generators convert Vorto Information Models into platform-specific source code that integrates a device with the IoT Backend. For more information about Eclipse Vorto, check out the Eclipse Vorto Web Site

Quickstart

Eager to try out the example generators? Head over to the repository quickstart section There is a short tutorial on spinning up Docker conatiners that run the whole package.

Docker

This Docker image expects a bind mount of the docker folder into /gen/config/ to read the configuration. The configuration is provided using the config.json file, it contains the configuration for the repoisitory, the generators and the 3rd party generators. The proxy settings are read and then the complete file is passed to Spring Boot using the SPRING_APPLICATION_JSON env var.