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
  1. Creating On-Premise Connectors

Connector Functions

PreviousBuilding our first connectorNextDefining a function

Last updated 10 months ago

You should define functions for your connector based on what functionality you want to expose.

In our case, lets keep it very simple - we will have one function to query for data from an sqlite database and another function to insert data into an sqlite database.

The connector definition screen has a lot of parameters on it. We can skip most of them and go straight down to the 'Functions' section.

Go down to the 'Functions' section and click the '+' icon to define a new method.

Enter a name for your function - lets call our first one 'Query' and save it.

You should now see the function in the list below.

Click the 'edit' button to edit the function definition.

Click on the 'edit' pencil icon in the function definition screen to start editing the function definition.