debian/copyright
author Vladimir Popescu <vladimir.popescu@logilab.fr>
Tue, 12 Mar 2013 18:31:15 +0100
changeset 8836 8a57802d40d3
parent 7046 d0410eb4d8bb
child 9343 cf21813d7003
permissions -rw-r--r--
[cubicweb/doc] Add tutorial on data import in CubicWeb. This involves creating the "tutorials/dataimport" directory structure under "cubicweb/doc" and, inside the "dataimport" directory, putting several files: - a ResT file containing the tutorial *per se*; this tutorial addresses the following issues: * creating a CubicWeb schema for representing a given data set (here, the Diseasome RDF data, for illustration purposes); * parsing the data; * importing the data, by using several stores: + the ``RQLObjectStore``, ``NoHookRQLObjectStore`` and ``SQLGenObjectStore`` from the ``dataimport`` module in CubicWeb; + the ``MassiveObjectStore`` from the ``dataimport`` module in the ``dataio`` cube. The tutorial also provides timing benchmarks of the various stores. - a set of Python files illustrating the data import, in the context of Diseasome RDF data parsing: * a Diseasome RDF data parse module, * a Diseasome data import module, * a CubicWeb schema for representing Diseasome data.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     1
This package was debianized by Logilab <contact@logilab.fr>.
5406
13d7e220d159 proper copyright file
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
     2
It was downloaded from ftp://ftp.logilab.org/pub/cubicweb
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     3
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     4
5406
13d7e220d159 proper copyright file
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
     5
Upstream Author:
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     6
5406
13d7e220d159 proper copyright file
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
     7
    Logilab <contact@logilab.fr>
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     8
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     9
Copyright:
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    10
7046
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5421
diff changeset
    11
    Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE).
5406
13d7e220d159 proper copyright file
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    12
    http://www.logilab.fr/ -- mailto:contact@logilab.fr
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    13
5406
13d7e220d159 proper copyright file
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    14
License:
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    15
5421
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    16
    This program is free software; you can redistribute it and/or modify it
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    17
    under the terms of the GNU Lesser General Public License as published by the
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    18
    Free Software Foundation; either version 2.1 of the License, or (at your
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    19
    option) any later version.
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    20
5406
13d7e220d159 proper copyright file
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    21
    This program is distributed in the hope that it will be useful, but WITHOUT
5421
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    22
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    23
    FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    24
    for more details.
5406
13d7e220d159 proper copyright file
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 0
diff changeset
    25
5421
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    26
    You should have received a copy of the GNU Lessser General Public License
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    27
    along with this program; if not, write to the Free Software Foundation,
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    28
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    29
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
    30
On Debian systems, the complete text of the GNU Lesser General Public License
5421
8167de96c523 proper licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents: 5406
diff changeset
    31
may be found in '/usr/share/common-licenses/LGPL-2.1'.