installation

clj-plaza is a Clojure library, it can be built using Leiningen and is distributed
using Clojars.

Installation

If you are using leiningen, all you need to test clj-plaza is adding the
following dependency to your project.clj file:

[plaza "0.0.5-SNAPSHOT"]

If you are using Maven you can add the following dependency:

<dependency>
  <groupId>plaza</groupId>
  <artifactId>plaza</artifactId>
  <version>0.0.5-SNAPSHOT</version>
</dependency>

Take into account that clj-plaza has as a dependency the version 1.2.0 of
Clojure which is not released yet.

To use some components of Plaza, you will require to install and configure
additional software. Notably, distributed triple spaces require you to install
and configure RabbitMQ and Redis 2.0. Remote triple spaces only have RabbitMQ as
a dependency.

Some kinds of triple spaces also require additional libraries not included in
the release to limit the size of the library jar. 4Store, Big Data and Mulgara
triple stores require their complementary jar libraries to be used as models in
triple spaces.