Sha256: ff0427b7d0abd6c4e89d290d0772ca070c6a38baf52d356a66a9690324dd3210

Contents?: true

Size: 1.29 KB

Versions: 3

Compression:

Stored size: 1.29 KB

Contents

RDF::Marmotta
=============

[![Build Status](https://travis-ci.org/dpla/rdf-marmotta.svg?branch=develop)](https://travis-ci.org/dpla/rdf-marmotta) [![Code Climate](https://codeclimate.com/github/dpla/rdf-marmotta/badges/gpa.svg)](https://codeclimate.com/github/dpla/rdf-marmotta) [![Test Coverage](https://codeclimate.com/github/dpla/rdf-marmotta/badges/coverage.svg)](https://codeclimate.com/github/dpla/rdf-marmotta)

A Ruby [RDF::Repository](http://www.rubydoc.info/github/ruby-rdf/rdf/RDF/Repository) implementation for [Apache Marmotta](http://marmotta.apache.org), an open platform for linked data.

Installing & Using
------------------

Add `gem rdf-marmotta` to `Gemfile` and run:

```bash 
  $ bundle install
```

To use, `require rdf/marmotta` and initialize a repository with
`RDF::Marmotta.new('http://path.to/marmotta_base')`.

If you need a simple bundled version of Marmotta and Solr, see
[`marmotta-jetty`](https://github.com/dpla/marmotta-jetty).

NOTE: WIP
---------

This software implements simple RDF::Repository functionality, but is
likely riddled with problems and non-performant. Don't point it at a
datastore you care about.

License
-------

This is free and unencumbered public domain software. For more information,
see <http://unlicense.org/> or the accompanying [UNLICENSE](UNLICENSE) file.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rdf-marmotta-0.1.1 README.md
rdf-marmotta-0.1.0 README.md
rdf-marmotta-0.0.8 README.md