testing logo Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/29123dff Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/29123dff Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/29123dff
Branch: refs/heads/TINKERPOP-1878 Commit: 29123dffde0699074e1ddc40d9a998c48035fce7 Parents: 0388a79 Author: Harsh Thakkar <[email protected]> Authored: Wed Mar 28 10:29:43 2018 +0200 Committer: Stephen Mallette <[email protected]> Committed: Mon Apr 23 14:21:49 2018 -0400 ---------------------------------------------------------------------- docs/src/reference/transpilers.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/29123dff/docs/src/reference/transpilers.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/transpilers.asciidoc b/docs/src/reference/transpilers.asciidoc index 305e3dc..9100f84 100644 --- a/docs/src/reference/transpilers.asciidoc +++ b/docs/src/reference/transpilers.asciidoc @@ -17,6 +17,10 @@ limitations under the License. [[transpilers]] = Gremlin Transpilers +![gremlinator][SPARQL-Gremlin] + +[SPARQL-Gremlin]: https://raw.githubusercontent.com/LITMUS-Benchmark-Suite/sparql-to-gremlin/master/docs/images/sparql-gremlin-logo.png + There are many languages built to query data. SQL is typically used to query relational data. There is SPARQL for RDF data. Cypher is used to do pattern matching in graph data. The list could go on. Transpilers convert languages like these to Gremlin so that it becomes possible to use them in any context that Gremlin is used. In other words, a
