Skip to content
/ ogre Public
forked from clojurewerkz/ogre

Clojure library for querying Blueprint graphs (Gremlin dialect)

Notifications You must be signed in to change notification settings

zmaril/ogre

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orge, a Clojure Library For Querying Blueprints Graphs

Ogre is a Clojure "dialect" of Gremlin. It is for querying graphs that conform to the Tinkerpop Blueprints interface.

Project Goals

  • Provide an API that makes Tinkerpop Blueprints graphs really easy to query from Clojure
  • Be reasonably feature complete
  • Don't introduce any significant amount of performance overhead

Community

Ogre questions are welcomed on the Gremlin mailing list. If you use Ogre with Titanium, feel free to also use Titanium's mailing list.

Please ask any questions you may have!

Project Maturity

Orge is a young project. Titanium is currently being ported to use it.

As the project matures, we will update this section.

Artifacts

Orge artifacts are released to Clojars. If you are using Maven, add the following repository definition to your pom.xml:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>

The Most Recent Release

With Leiningen:

[zmaril/ogre "2.2.0.0"]

With Maven:

<dependency>
  <groupId>zmaril</groupId>
  <artifactId>ogre</artifactId>
  <version>2.2.0.0</version>
</dependency>

Documentation & Examples

Code Examples

Our test suite has many code examples.

Mailing List

Don't hesitate to join our mailing list and ask questions!

Supported Clojure Versions

Orge is built from the ground up for Clojure 1.4 and up. The most recent stable release is always recommended.

Continuous Integration

TBD: add it to travis-ci.org.

Development

Orge uses Leiningen 2. Make sure you have it installed and then run tests against supported Clojure versions using

lein2 all test

Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on GitHub.

License

Copyright (C) 2013 Zack Maril

Licensed under the Eclipse Public License (the same as Clojure).

About

Clojure library for querying Blueprint graphs (Gremlin dialect)

Resources

Stars

Watchers

Forks

Packages

No packages published