Changes between Version 60 and Version 61 of WikiStart


Ignore:
Timestamp:
03/11/11 17:11:01 (3 years ago)
Author:
rgrp
Comment:

remove material that has been moved elsewhere (e.g. ckan.org/about for features and overview)

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v60 v61  
    1 = Welcome to the CKAN Software Project at ckan.org = 
     1= Welcome to the CKAN Software Project Issue Tracker = 
    22 
    33[[PageOutline(0-6,Table of Contents,inline)]] 
    44 
    5 = What It Is = 
    6  
    7 CKAN 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'''. 
    8  
    9 Those familiar with software services like freshmeat, CPAN, or apt can think of CKAN as providing an analogous service for content and data. 
    10  
    11 The CKAN software is used to run the CKAN service: http://www.ckan.net/ and is also running the catalogue behind  http://data.gov.uk/ as well as more than 10 other sites around the world including in Germany  http://de.ckan.net / http://offenedaten.de/, Canada  http://ca.ckan.net/ / http://datadotgc.ca, France  http://fr.ckan.net. CKAN is an Open Knowledge Foundation project. Here's a [http://wiki.okfn.org/ckan/instances full list of CKAN instances]. 
    12  
    135= Code and Trac = 
    146 
    15 CKAN code is in a mercurial repository here: http://bitbucket.org/okfn/ckan 
     7CKAN code is in a mercurial repository here: 
     8 
     9 * http://bitbucket.org/okfn/ckan 
    1610 
    1711This Trac service is being used to track CKAN project developments. 
    18  
    19 = Documentation = 
    20  
    21   * [http://packages.python.org/ckan/ Developer Documentation] 
    22   * [http://wiki.ckan.net User Documentation] 
    23   * [http://packages.python.org/datapkg/ DataPkg Documentation] 
    24   * [http://pypi.python.org/pypi/ckanclient CKAN Client] 
    25   * [http://knowledgeforge.net/ckan/ckanext/file/default/README.txt CKAN Ext] 
    26  
    27 The [http://semantic.ckan.net/ CKAN Linked Data Service] us made using the 
    28 CKAN API and the following software: 
    29  
    30   * [http://pypi.python.org/pypi/ckanrdf CKAN RDF Generator] 
    31   * [http://packages.python.org/autoneg/ HTTP Content-Type Autonegotiation] 
    32  
    33 = Features = 
    34  
    35 Major features: 
    36  
    37   * Free/Open-Source software, written in Python 
    38   * Domain Model: Data and content "packages" with a standard set of core metadata and support for adding unlimited ''arbitrary'' additional metadata 
    39     * All package data is automatically versioned in a wiki-like manner 
    40     * Tagging of packages 
    41     * Groups for controlled categorization of packages 
    42     * Ratings 
    43     * Unlimited associated package resources ('download urls') with additional metadata (format, description etc)  
    44     * Package relationships 
    45   * Web user interface (WUI) 
    46     * Package adding, editing, listing etc 
    47     * Wiki features such as "Recent Changes", edit histories, purging of changes etc 
    48     * User management and user home pages 
    49   * [wiki:API API]: full JSON-based API with clients in Python, PHP, Perl 
    50     * RDF version also available 
    51     * CKAN is easy to use as your "catalogue" backend 
    52   * Search: Full searchability (including full-text support) via API and WUI 
    53   * Access control: fine-grained access control for packages and group 
    54   * Messaging: integrate asynchronous AMQP messaging and queuing 
    55   * INSPIRE support 
    56   * Federated structure: easily set up new instances with common search etc 
    57   * Additional interfaces: 
    58     * Excel importer (upload dataset/package information direct from a spreadsheet) 
    59     * Fully featured command line client (datapkg) 
    60  
    61 Coming soon: 
    62   * See the tickets for more ... 
    63  
    64 = Vision and Design = 
    65  
    66 This diagram illustrates our overall "debian of data" vision of which CKAN (as the registry) is a central part: 
    67  
    68 [[Image(ckan-vision.png)]] 
    6912 
    7013== Design Pages == 
     
    9740 
    9841= User Interface = 
     42 
    9943 * [wiki:UIRedesign2010 Redesign notes (December 2010)]