Vorto Code Generators convert Information Model into platform-specific source code, that runs on the device and integrates with the specific IoT backend.
The following Code Generators are currently supported:
- Bosch IoT Suite Generator (Key: boschiotsuite)
- Eclipse Ditto (Key: eclipseditto)
- Eclipse Hono (Key: eclipsehono)
- OpenAPI (Key: openapi)
Invoke Generator via Curl:
curl -GET http://vorto.eclipse.org/api/v1/generators/[Key]/models/[Model ID]
You can easily spin up the Vorto Generator plugins as a local micro service in order to test them. Read here
For more Vorto Generator examples, visit Vorto-Examples