An extension that enables HTSQL queries for the new datastore in CKAN.
This extension adds an API endpoint datastore_search_htsql
that allows
HSQML queries on the datastore. Because of restrictions with the sql
endpoint, not all HTSQL queries are possible.
Documentation for the datastore
You need CKAN and the new datastore enabled for this extension to work. To install this extension, follow the instructions in the CKAN documentation on extensions.
The basic steps are:
pip install ckanext-htsql
ckan.plugins = htsql
to
your .ini
file