Working with Data Collections

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.

Last updated