Skip to content

Commit

Permalink
[#1334] change the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Nov 20, 2013
1 parent f0486e4 commit b8ef9a0
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions doc/datastore.rst
Expand Up @@ -218,6 +218,23 @@ The set-up for legacy mode is analogous to the normal set-up as described above

There is no need for a read-only user or special permissions. Therefore the legacy mode can be used for simple set-ups as well.

.. _datapusher:

---------------------------------------------------
DataPusher: Automatically Add Data to the DataStore
---------------------------------------------------

Often, one wants data that is added to CKAN (whether it is linked to or
uploaded to the :doc:`FileStore <filestore>`) to be automatically added to the
DataStore. This requires some processing, to extract the data from your files
and to add it to the DataStore in the format the DataStore can handle.

This task of automatically parsing and then adding data to the DataStore is
performed by a DataPusher, a service that runs asynchronously and can be installed
allongside CKAN.

To install this please look at the docs here: http://datapusher.readthedocs.org


-----------------
The DataStore API
Expand Down Expand Up @@ -413,18 +430,3 @@ oid
The PostgreSQL object ID of the table that belongs to name.


.. _datastorer:

---------------------------------------------------
DataStorer: Automatically Add Data to the DataStore
---------------------------------------------------

Often, one wants data that is added to CKAN (whether it is linked to or
uploaded to the :doc:`FileStore <filestore>`) to be automatically added to the
DataStore. This requires some processing, to extract the data from your files
and to add it to the DataStore in the format the DataStore can handle.

This task of automatically parsing and then adding data to the DataStore is
performed by a DataStorer, a queue process that runs asynchronously and can be
triggered by uploads or other activities. The DataStorer is an extension and can
be found, along with installation instructions, at: https://github.com/okfn/ckanext-datastorer

0 comments on commit b8ef9a0

Please sign in to comment.