Lucy Training
  • Introduction
  • Reference Material
  • What is Lucy
  • How to use this training site
  • The Lucy Pro Interface
  • Getting familiar with the model designer
  • The Property Panel
  • Working with Data Collections
  • Debugging Integrations
  • Editing Tools
  • Loops and list processing
  • Using Javascript
  • Publishing APIs
  • Utility Blocks
  • Model Settings
  • Calling Actions
  • Connecting to Webservices
  • Working with time series data
  • Creating visualizations
  • Creating On-Premise Connectors
    • On-Premise Connector Concepts
    • Using the On-Premise Connector SDK
    • Building our first connector
    • Connector Functions
    • Defining a function
    • Creating the agent
    • Setting up the integration
    • Running the agent
    • Testing the connector
    • Integrating Sqlite
    • Understanding the structure of the connector
    • Monitoring your connector
  • Next Steps
Powered by GitBook
On this page

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.

Even though we call it 'on-prem' it can be used to also deploy a connector that talks to any cloud system and communicates with Lucy. Lucy can also be running in a data center or on-prem - just as long as there is network connectivity from the on-premise agent to Lucy it will work.

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.

PreviousCreating visualizationsNextOn-Premise Connector Concepts

Last updated 10 months ago