I created a website to showcase Contexture's power and ability to adapt to diverse datasets. The datasets include: car crashes, restaurant locations, COVID-19, SAT scores, school grants, bank failures.

It is a great way to introduce someone to Contexture, as they can explore different types of data and have their own unique findings from exploring.
By accident, while working with a diverse set of datasets, I came up with an almost completely automated system for creating searches since there needed to be a lot of conversion from one data type to the ES bulk JSON format.
In the end, it can probably be as easy as dropping in a <csv|json|pdf|xslx|ods> file , convert it to the elastic search bulk JSON format (using elastic search as the provider in this case), create an index in elastic search, and then have an interface that automatically detects the schema and dynamically pick the right components. This doesn't account for some of the ES stuff like creating an index pattern and possibly updating security settings for access.
I wanted to put the idea out to the Contexture community and see if it would be valuable project to go forward with, if it would solve anyone's problem.