Creating On-Premise Connectors
On-Premise connectors are software components that allow you to securely connect data from an on-prem or local system up to Lucy running on cloud.
Connectors let you communicate with systems that are not directly accessible to Lucy on cloud. It can also be used to implement any custom logic or business rules that cannot be implemented directly in Lucy.
The connector is a piece of software that is built using the Lucy On-Prem Connector SDK.
This module will go through the process of building a basic connector.
How it works
To use a connector, you need to install the connector agent within the building on a compatible computer, and configure it to communicate with your Lucy account using the Lucy account's url and api key. Once done, you can then build integrations on Lucy that talk to your connector.
Last updated