You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/10/19 16:08:25 UTC

svn commit: r1765671 - in /tinkerpop/site: images/logos/gremlin-groovy-logo.png providers.html

Author: okram
Date: Wed Oct 19 16:08:25 2016
New Revision: 1765671

URL: http://svn.apache.org/viewvc?rev=1765671&view=rev
Log:
added gremlin-groovy-logo.png and added Gremlin-Groovy as a Gremlin language variant in the providers.html listing.

Added:
    tinkerpop/site/images/logos/gremlin-groovy-logo.png   (with props)
Modified:
    tinkerpop/site/providers.html

Added: tinkerpop/site/images/logos/gremlin-groovy-logo.png
URL: http://svn.apache.org/viewvc/tinkerpop/site/images/logos/gremlin-groovy-logo.png?rev=1765671&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tinkerpop/site/images/logos/gremlin-groovy-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: tinkerpop/site/providers.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/providers.html?rev=1765671&r1=1765670&r2=1765671&view=diff
==============================================================================
--- tinkerpop/site/providers.html (original)
+++ tinkerpop/site/providers.html Wed Oct 19 16:08:25 2016
@@ -383,27 +383,32 @@
             <br/>
             <div class="row">
                <div class="col-sm-6 col-md-6">
+                  <a href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-console"><img src="images/logos/gremlin-groovy-logo.png" style="padding-right:20px;float:left;width:35%;"></a>
+                  <a href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-console">Gremlin-Groovy</a> represents Gremlin inside the Groovy language and can be used by by any JVM-based language
+                  either through gmaven or the JSR-223 ScriptEngine.
+               </div>
+               <div class="col-sm-6 col-md-6">
                   <a href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python"><img src="images/logos/gremlin-python-logo.png" style="padding-right:20px;float:left;width:35%;"></a>
                   <a href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python">Gremlin-Python</a> represents Gremlin inside the Python language and can be used by any Python virtual machine such as CPython and Jython. Gremlin-Python traversals translate to Gremlin bytecode and interact with a RemoteConnection (e.g. Gremlin Server).
                </div>
+            </div>
+            <br/>
+            <div class="row">
                <div class="col-sm-6 col-md-6">
                   <a href="https://github.com/mpollmeier/gremlin-scala"><img src="images/logos/gremlin-scala-logo.png" style="padding-right:20px;float:left;width:35%;"></a>
                   <a href="https://github.com/mpollmeier/gremlin-scala">Gremlin-Scala</a> is a Gremlin language variant that uses standard Scala functions, provides a beautiful DSL to create vertices and edges, ensures type safe traversals, and incurrs minimal runtime overhead by only allocating instances if absolutely necessary. Finally, because Gremlin-Scala is a JVM-based variant, it is easy to interact with TinkerPop's Java-based tools.
                </div>
-            </div>
-            <br/>
-            <div class="row">
                <div class="col-sm-6 col-md-6">
                   <a href="https://github.com/clojurewerkz/ogre"><img src="images/logos/ogre-logo.png" style="padding-right:20px;float:left;width:35%;"></a>
                   <a href="https://github.com/clojurewerkz/ogre">Ogre</a> is a Gremlin language variant for Clojure. It provides an API that enhances the expressivity of Gremlin within Clojure, it doesn't introduce any significant amount of performance overhead, and it can work with any TinkerPop-enabled graph database or analytic system.
                </div>
+            </div>
+            <br/>
+            <div class="row">
                <div class="col-sm-6 col-md-6">
                   <a href="https://github.com/dkuppitz/sparql-gremlin"><img src="images/logos/sparql-gremlin-logo.png" style="padding-right:20px;float:left;width:35%;"></a>
                   <a href="https://github.com/dkuppitz/sparql-gremlin">SPARQL-Gremlin</a> is a compiler used to transform SPARQL queries into Gremlin bytecode. It is based on the Apache Jena SPARQL processor ARQ, which provides access to a syntax tree of a SPARQL query.
                </div>
-            </div>
-            <br/>
-            <div class="row">
                <div class="col-sm-6 col-md-6">
                   <a href="https://github.com/twilmes/sql-gremlin"><img src="images/logos/sql-gremlin-logo.png" style="padding-right:20px;float:left;width:35%;"></a>
                   <a href="https://github.com/twilmes/sql-gremlin">SQL-Gremlin</a> compiles ANSI SQL to Gremlin bytecode and is useful for connecting JDBC reporting/business