docs.unity3d.com
  • Manual
  • Scripting API
  • Changelog
  • License

    • Unity Live Systems Data
      • Installation
      • What's new
      • Upgrade guide
    • Get started
      • Take it further
    • Basic concepts
    • Configure your service
      • Add and configure user-supplied secrets
      • Associate 3D objects with source devices
      • Configure a facility device simulator
      • Configure data connectors
        • Device connectors
          • Azure IoT Hub device connector
          • Facility Simulator device connector
          • HTTP device connector
        • Telemetry connectors
          • Azure EventHub telemetry connector
    • Develop your application
      • Create environment settings
      • Create a services controller
      • Implement a telemetry history controller
    • Troubleshooting
    • Glossary
    • REST APIs

    Configure data connectors

    You can use data connectors to connect Live Systems Data services to external data sources. Data connectors handle the transformation of data from external sources for consumption by the Live Systems Data services.

    Note: Data connectors use a polling mechanism. This means you should take polling and processing time into account for newly added connectors in the Live Systems Data services.

    Prerequisites

    Before you configure a data connector, you must first do the following:

    • Create a facility through the Live Systems Data API
    • Get any credentials or connection strings necessary to authorize with the external data source
    • Configure these credentials as user secrets

    Configuration

    You can configure the following types of data connectors:

    • device connectors
    • telemetry connectors

    You can manage data connector configurations through the Live Systems Data API. Data connectors are configured with an implementation and properties. A selection of implementations are available to cover various use cases.

    {
      "implementation": "Unity.Connector.Qualified.Name",
      "properties": {
        "PropertyA": "string",
        "PropertyB": "string"
      }
    }
    

    Endpoints

    Refer to the Live Systems Data REST API documentation for information about the REST API endpoints available for managing data connector configurations.

    Back to top Generated by DocFX
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023