Tinkerpop

Apache TinkerPop - a graph computing framework
Alternatives To Tinkerpop
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tinkerpop1,722146722 days ago50July 21, 202125apache-2.0Java
Apache TinkerPop - a graph computing framework
Graph749
2 months ago83apache-2.0Ruby
Practical Gremlin - An Apache TinkerPop Tutorial
Graph Notebook532
4 days ago55June 11, 202230apache-2.0Jupyter Notebook
Library extending Jupyter notebooks to integrate with Apache TinkerPop, openCypher, and RDF SPARQL.
Rexster43668173 years ago6September 17, 201414otherJava
A Graph Server (no longer active - see Apache TinkerPop)
Morpheus307173 years ago33June 03, 201929apache-2.0Scala
Morpheus brings the leading graph query language, Cypher, onto the leading distributed processing platform, Spark.
Goldenorb295
4 years agoapache-2.0Java
GoldenOrb is an open-source implementation of Pregel, Google's graph processing framework
Neo4j Spark Connector293
a month ago14September 06, 202225apache-2.0Scala
Neo4j Connector for Apache Spark, which provides bi-directional read/write access to Neo4j from Spark, using the Spark DataSource APIs
Sparkflow290
2 years ago13May 18, 20198mitPython
Easy to use library to bring Tensorflow on Apache Spark
Gradoop23472a month ago14March 29, 202182apache-2.0Java
Distributed Graph Analytics with Apache Flink
Gremlin Javascript212565 years ago12November 04, 201528mitJavaScript
JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
Alternatives To Tinkerpop
Select To Compare


Alternative Project Comparisons
Readme

TinkerPop3

gremlin driver?color=brightgreen Gremlin gremlinpython?color=brightgreen gremlin?color=brightgreen github.com%2Fapache%2Ftinkerpop%2Fgremlin go%2Fv3

badge

TinkerPop3

Documentation

Apache TinkerPop provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP).

Building and Testing

TinkerPop uses Maven and requires Java 11 for proper building and proper operations. To build, execute unit tests and package Gremlin Console/Server run:

mvn clean install

Please see the Building on Windows section for Windows specific build instructions.

The zip distributions can be found in the following directories:

  1. gremlin-server/target

  2. gremlin-console/target

Please see the CONTRIBUTING.asciidoc file for more detailed information and options for building, test running and developing TinkerPop.

Get Started

Download Gremlin Console (compatible with Java 8/11) and unzip to a directory, then:

$ bin/gremlin.sh

         \,,,/
         (o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> graph = TinkerFactory.createModern()
==>tinkergraph[vertices:6 edges:6]
gremlin> g = traversal().withEmbedded(graph)
==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
gremlin> g.V().has('name','vadas').valueMap()
==>[name:[vadas], age:[27]]
Popular Graph Projects
Popular Apache Projects
Popular Computer Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Graph
Apache
Graph Database
Graphdb
Gremlin
Tinkerpop