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

Working with Data Collections

PreviousThe Property PanelNextDebugging Integrations

Last updated 1 year ago

Data collections provide unustructed data storage - which is super useful when doing integration work. You often have to work with different bits of data from different systems.

Collections are useful for several tasks including

  1. Storing data from other systems

  2. Setting up mapping and configuration data to enable integration between different systems

  3. Storing data that gets generated by users and doesn't belong anywhere else.