Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 849 Bytes

README.markdown

File metadata and controls

21 lines (14 loc) · 849 Bytes

agraph-clojure is a Clojure client library for Franz AllegroGraph.

Prerequisites:

This Clojure API is based on the Python API:

[AllegroGraph Docs] (http://www.franz.com/agraph/support/documentation/current/)

Sesame API on http://www.openrdf.org/ http://www.openrdf.org/doc/sesame2/2.2.4/apidocs/

agclj.sh can be used to start a Clojure REPL in Emacs/Slime or in a console. It depends on agraph-java.

See the tutorial in src/com/franz/agraph/tutorial.clj which follows the Java and Python tutorials.