bendiken / rdfbus

RDFbus is middleware for transmitting RDF publish/subscribe payloads over AMQP.

rdfbus / README
100644 30 lines (14 sloc) 0.379 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
= RDFbus
 
== Dependencies
 
* Ruby 1.8+
* RDF.rb
 
 
== Download
 
The latest version of RDFbus can be found at:
 
* http://rubyforge.org/frs/?group_id=4833
 
API documentation can be found at:
 
* http://rdfbus.rubyforge.org/
 
 
== Installation
 
The recommended installation method is via RubyGems:
 
  % [sudo] gem install rdfbus
 
 
== License
 
RDFbus is released under the MIT license.