Skip to content

Commit

Permalink
[#2562] Query Resource docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Feb 26, 2018
1 parent cfd84ca commit 4564712
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/maintaining/datastore.rst
Expand Up @@ -208,6 +208,29 @@ alongside CKAN.
To install this please look at the docs here: http://docs.ckan.org/projects/datapusher


.. _query_resources:

---------------
Query Resources
---------------

Once data has been loaded into the DataStore new DataStore tables
may be created based on that data using Query Resources.

Query Resources create DataStore tables directly from an SQL Query.
Click the Query button when creating or editing a resource to set the
SQL Query. A DataStore table is created and data is loaded immediately
after saving the resource.

Query Resources may be based on any existing tables, including tables
attached to private datasets. They may be used to join, filter or
aggregate existing data for visualizations, data transformations or
publishing partial data.

Users with permission to edit the Query Resource may refresh the data in
by clicking the "Run Query" button on the resource view page.


.. _data_dictionary:

---------------
Expand Down

0 comments on commit 4564712

Please sign in to comment.