Self-hosted Query Engine Config
The config used by the Vizzly Query Engine, describes how the data sets are constructed. For example, if you are running a SQL integration, it will describe how each field in the data set maps to a specific column in your database.
Config manager
To make the config easier to manage, we offer a user interface that allows you to construct the config by exploring the tables in your database, and selecting options such as which filter operations you want to allow on each field. Learn more about how to use the config manager here
Schema definitions
To programmatically craft the Vizzly config, the schemas for each integration can be found below;