less than a minute
This microservice is still in development and is not considered stable for production use.
The tulip-connector microservice exposes internal APIs, such as factoryinsight
, to the internet for use with Tulip. It provides a REST endpoint that allows accessing data stored in the United Manufacturing Hub, making it easy to connect Tulip with a Unified Namespace and on-premise Historian. Additionally, the tulip-connector allows the UMH to be easily tailored to customer needs, such as connecting to an on-premise MES system.
To get started with the tulip-connector, you will need to edit the values.yaml
file to enable the service and provide a valid domain. By default, the tulip-connector is disabled.
_000_commonConfig:
tulipconnector:
enabled: false
domain: "your.domain.here"
Once the service is enabled, you can access it via HTTPS at the provided domain.
The tulip-connector microservice can be configured using the following environment variables:
Variable name | Description | Type | Possible values | Default value |
---|---|---|---|---|
MODE | The mode that the service will run in. Change only during development | string | dev, prod | prod |
The tulip-connector microservice provides the following endpoints: