Changes between Version 21 and Version 22 of WikiStart


Ignore:
Timestamp:
02/04/10 19:49:01 (4 years ago)
Author:
rgrp
Comment:

describe ckan and mention excel importer

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v21 v22  
    1 = Welcome to Comprehensive Knowledge Archive Network (CKAN) Development Project Wiki = 
     1= Welcome to Comprehensive Knowledge Archive Network (CKAN) Project Wiki = 
    22 
    3 == CKAN Service, CKAN API == 
     3CKAN is a '''registry or catalogue system for datasets or other "knowledge" resources'''. CKAN aims to make it '''easy to find, share and reuse open content and data''', especially in ways that are '''machine automatable'''. 
    44 
    5 The CKAN software is used to run the CKAN service: http://www.ckan.net/ 
     5Those familiar with software services like freshmeat, CPAN, or apt can think of CKAN as providing an analogous service for content and data. 
    66 
    7 The CKAN service also provides a [http://www.ckan.net/api/rest RESTful interface] for machine clients. 
     7The CKAN software is used to run the CKAN service: http://www.ckan.net/ and is also running the catalogue behind http://data.gov.uk/. CKAN is an [http://www.okfn.org/ Open Knowledge Foundation] project. 
    88 
    9 CKAN is an [http://www.okfn.org/ Open Knowledge Foundation] project. 
     9== Features == 
    1010 
    1111Major features: 
     12 
     13  * Free/Open-Source software, written in Python 
    1214  * Domain Model: Data and content "packages" with a standard set of core metadata and support for adding unlimited ''arbitrary'' additional metadata 
    1315    * All package data is automatically versioned in a wiki-like manner 
     
    1618    * Ratings 
    1719    * Unlimited associated package resources ('download urls') with additional metadata (format, description etc)  
    18   * Complete web user interface (WUI) 
     20  * Web user interface (WUI) 
    1921    * Package adding, editing, listing etc 
    2022    * Wiki features such as "Recent Changes", edit histories, purging of changes etc 
     
    2426    * CKAN is easy to use as your "catalogue" backend 
    2527  * Search: Full searchability (including full-text support) via API and WUI 
    26   * Access control: fine-grained access control for packages and groups 
    27   * Open-source and python implemented 
    28   * Associated command line client (datapkg) 
     28  * Access control: fine-grained access control for packages and group 
     29  * Additional interfaces: 
     30    * Excel importer (upload dataset/package information direct from a spreadsheet) 
     31    * Fully featured command line client (datapkg) 
    2932 
    3033Coming soon: