You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2018/03/07 15:48:32 UTC

[38/50] tinkerpop git commit: TINKERPOP-1885 Add Gremlin.Net to Query Languages section CTR

TINKERPOP-1885 Add Gremlin.Net to Query Languages section CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5914aa11
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5914aa11
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5914aa11

Branch: refs/heads/TINKERPOP-1522
Commit: 5914aa11bf85f8ed7d3d125af596bf15d812ad07
Parents: 512a4b8
Author: Florian Hockmann <fh...@florian-hockmann.de>
Authored: Tue Mar 6 19:46:57 2018 +0100
Committer: Florian Hockmann <fh...@florian-hockmann.de>
Committed: Tue Mar 6 19:46:57 2018 +0100

----------------------------------------------------------------------
 .../site/home/images/logos/gremlin-dotnet-logo.png | Bin 0 -> 73325 bytes
 docs/site/home/providers.html                      |  16 ++++++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5914aa11/docs/site/home/images/logos/gremlin-dotnet-logo.png
----------------------------------------------------------------------
diff --git a/docs/site/home/images/logos/gremlin-dotnet-logo.png b/docs/site/home/images/logos/gremlin-dotnet-logo.png
new file mode 100644
index 0000000..967b36b
Binary files /dev/null and b/docs/site/home/images/logos/gremlin-dotnet-logo.png differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5914aa11/docs/site/home/providers.html
----------------------------------------------------------------------
diff --git a/docs/site/home/providers.html b/docs/site/home/providers.html
index 8de28ff..269b07d 100644
--- a/docs/site/home/providers.html
+++ b/docs/site/home/providers.html
@@ -301,23 +301,27 @@ WHERE(Created.by(Friends.of("gremlin")))</code></pre>
             <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 for RemoteConnection execution (e.g. Gremlin Server).
          </div>
          <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 convenient DSL to create vertices and edges, ensures type safe traversals, and incurrs minimal runtime overhead by only allocating instances if absolutely necessary.
+            <a href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet"><img src="images/logos/gremlin-dotnet-logo.png" style="padding-right:20px;float:left;width:35%;"></a>
+            <a href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet">Gremlin.Net</a> represents Gremlin inside the C# language and can be used by any .NET-based project. Gremlin.Net traversals translate to Gremlin bytecode for RemoteConnection execution (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 convenient DSL to create vertices and edges, ensures type safe traversals, and incurrs minimal runtime overhead by only allocating instances if absolutely necessary.
+         </div>
+         <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>         
+      </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