-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
30 lines (30 loc) · 1.45 KB
/
index.html
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
---
title: Ogre, a Clojure library for querying TinkerPop-enabled graphs
layout: default
---
<div class='headline'>
<h1>Ogre</h1>
<div class='clear' style=''></div>
<p style=''>
Clojure library for querying
<a href="https://tinkerpop.apache.org/">Apache TinkerPop-enabled
graphs</a> via <a href="https://tinkerpop.apache.org/gremlin.html">Gremlin</a>.
</p>
<a class='btn btn-primary btn-large' href='/articles/getting_started.html'>Get Started! »</a>
<a class='btn btn-large' href='https://groups.google.com/forum/?fromgroups#!forum/clojure-titanium'>Join the Mailing List »</a>
<a class='btn btn-large' href='https://github.com/clojurewerkz/ogre'>Contribute »</a>
</div>
<div class='row-fluid'>
<div class='span4'>
<h2>TinkerPop 3.x</h2>
<p>TinkerPop 3.x is in wide use across many open source and commerical graph databases. Ogre compatibility with 3.x makes it straightforward for any Clojure project to work with those systems.</p>
</div>
<div class='span4'>
<h2>Idiomatic</h2>
<p>Java interop with Clojure, especially with the Gremlin traversal language is clunky. Ogre smooths those rough edges for a better way to work with Apache TinkerPop-enabled graphs.</p>
</div>
<div class='span4'>
<h2>User Focused</h2>
<p>Apache TinkerPop has an extensive public API, but Ogre focuses on wrapping the Gremlin traversal language, which is the primary way users interact with TinkerPop-enabled Graphs.</p>
</div>
</div>