Storing Data in Finsight

Finsight, due to its flexible nature, can store any type of data.

Similar to an ELT service, finsight can pull in data from various sources such as Amazon, Ebay, Quickbooks, Jira, Gmail, etc.

The data is kept with its original fields in place. This is possible by creating custom entity types and fields for the data types in Finsight. This process is usually automated by AI or provided by default if using a plugin that imports from a known source (i.e. one of the sources mentioned above).

Below is an example of how specific data would be stored in finsight

Data From Plugins (Examples)

Plugin data is premade and provided by a plugin such as the Jira or Discord integrator. These plugins import data in their platform native formats (meaning it retains ALL data).

Name
Entity Type
Custom Fields

Jira Epic

jira.epic

priority

Discord Message

discord.message

User Entered Data (Examples)

User entered data can be of a custom type and custom fields. These types and fields can be created manually but usually this task is left to our AI, Data Maid.

Name
Entity Type
Custom Fields

Cars

car

model, trim, year

Movies

movie

year, genre

Last updated