Dynamic data structures
Providing an analytics experience when your SQL table contains an unstructured JSONb field, or your database contains tables that are uniquely structured for each customer is a very tricky problem to solve. To support these use cases, Vizzly has a dynamic config feature.
What are Vizzly's dynamic configs?
A dynamic config, is one that is programmatically built, signed using a private key and sent to the Vizzly query engine in the config header. It is the same config that is built when you export the config using the config manager.
This becomes extremely powerful when you proxy requests to the Vizzly query engine through your own servers. This gives you the opportunity to programmatically build a customer's config that is unique to them.
In the next step, we will provision the Vizzly Query Engine with a connection to your database.