[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Samizdat RDF Storage 0.1

Dmitry Borodaenko

2/11/2005 10:26:00 AM

Due to numerous requests from the public, Samizdat RDF Storage module
is now released as a stand-alone library.

Samizdat home page:
http://www.nongnu.org...

Download Samizdat-RDF:
http://savannah.nongnu.org/download/samizdat/samizdat-rdf-...

From the README:

This module provides optimized storage of RDF data in relational
database (PostgreSQL) and is used by Samizdat open publishing and
collaboration engine as its main data storage.

Samizdat is free software and is built using free software, such as Ruby
programming language and PostgreSQL relational database management
system. All Samizdat source code and documentation can be redistributed
and/or modified under the terms of the GNU General Public License as
published by Free Software Foundation; either version 2 of the license,
or (at your option) any later version.

Database Setup

Check rdf-config.yaml and database/*.sql for example of database
configuration, as used by the Samizdat engine. In a nutshell, make all
your resource tables (as defined in the rdf-config.yaml map) have "id"
primary key referencing to Resource.id, and create insert_resource and
delete_resource triggers for each resource table. Any data that doesn't
fit into your resource tables will be stored as triples in the Resource
table. See doc/*.txt and Samizdat documentation for further reading.

Happy hacking!

--
Dmitry Borodaenko


2 Answers

Aredridel

2/11/2005 4:47:00 PM

0

On Fri, 11 Feb 2005 19:26:28 +0900, Dmitri Borodaenko
<angdraug@gmail.com> wrote:
> Due to numerous requests from the public, Samizdat RDF Storage module
> is now released as a stand-alone library.

Looking at it now -- Very impressive so far. Simple and looks solit.


Dmitry Borodaenko

2/16/2005 12:27:00 PM

0

On Sat, 12 Feb 2005 01:47:00 +0900, Aredridel <aredridel@gmail.com> wrote:
> > Due to numerous requests from the public, Samizdat RDF Storage module
> > is now released as a stand-alone library.
> Looking at it now -- Very impressive so far. Simple and looks solit.

Thanks! Care to port it to Sqlite3?

--
Dmitry Borodaenko