From 63144aa35622cabb2ef03b92e19b09835e1daea5 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sat, 31 Mar 2012 14:30:13 +0100 Subject: [PATCH] [#2226,doc/publishing-datasets][s]: start on introduction and tutorial to publishing datasets using CKAN. --- doc/index.rst | 1 + doc/publishing-datasets.rst | 43 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 doc/publishing-datasets.rst diff --git a/doc/index.rst b/doc/index.rst index 408000f2a3b..87c82b2b128 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -45,6 +45,7 @@ Publishing Datasets .. toctree:: :maxdepth: 2 + publishing-datasets loading-data authorization publisher-profile diff --git a/doc/publishing-datasets.rst b/doc/publishing-datasets.rst new file mode 100644 index 00000000000..13150694565 --- /dev/null +++ b/doc/publishing-datasets.rst @@ -0,0 +1,43 @@ +=================== +Publishing Datasets +=================== + +This tutorial provides a walk-through of publishing data on CKAN. + +.. note: Often, a given CKAN instance will have a custom publishing workflow. + The tutorial presented here assumes the standard, default, workflow as + deployed on e.g. the DataHub_. + +.. _DataHub: http://thedatahub.org/ + +Quickstart Tutorial +=================== + +.. raw:: html + + + +Step-by-Step Tutorial (In Progress) +=================================== + +Step 0 - Identify Some Data to Use +---------------------------------- + +For the purposes of this tutorial you will want to have some data which you +want to publish on your CKAN instance (we will be using the DataHub_ in our +examples but please replace with your own instance). If you don't have one to +hand we suggest you just use some of the raw data from this `Gold Prices +Dataset`_ on the DataHub (just pretend you dug it up somewhere on the +Internet!). + +.. _Gold Prices Dataset: http://thedatahub.org/dataset/gold-prices + +Walkthroughs +============ + +Walkthrough of publishing some data and uploading it to the FileStore: +http://ckan.org/2011/09/26/ux-improvements-file-uploading/ + +Walkthrough of publishing a dataset and uploading data to both FileStore and +the DataStore: http://ckan.org/2012/03/27/ckan-datastore-and-data-api/ +