testing logo Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4e114bb2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4e114bb2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4e114bb2
Branch: refs/heads/TINKERPOP-1342 Commit: 4e114bb22b167c48260801d66bdda2b966fa7c2e Parents: 7343ca8 Author: Harsh Thakkar <[email protected]> Authored: Wed Mar 28 10:29:43 2018 +0200 Committer: Stephen Mallette <[email protected]> Committed: Mon Aug 13 14:39:23 2018 -0400 ---------------------------------------------------------------------- docs/src/reference/transpilers.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4e114bb2/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
