Skip to content

Abhay22/tinkerpop

This branch is 5866 commits behind apache/tinkerpop:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2019
Jun 1, 2018
Apr 30, 2019
May 29, 2019
May 28, 2019
May 28, 2019
May 29, 2019
May 28, 2019
May 28, 2019
May 28, 2019
May 28, 2019
May 28, 2019
May 28, 2019
May 28, 2019
May 28, 2019
May 29, 2019
May 28, 2019
Oct 27, 2016
May 28, 2019
May 28, 2019
May 29, 2019
May 28, 2019
Jun 4, 2018
Sep 28, 2018
Dec 19, 2018
Apr 6, 2017
Jan 25, 2019
May 29, 2019
Sep 26, 2017
Oct 27, 2016
Feb 11, 2019
Oct 22, 2018
May 28, 2019
Jan 3, 2019

Repository files navigation

TinkerPop3

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 1.8.0_40+ for proper building and proper operations. To build, execute unit tests and package Gremlin Console/Server run:

mvn clean install

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

$ 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 = graph.traversal()
==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
gremlin> g.V().has('name','vadas').valueMap()
==>[name:[vadas], age:[27]]

About

Mirror of Apache TinkerPop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 82.1%
  • C# 6.6%
  • Python 4.1%
  • Gherkin 2.8%
  • Groovy 2.6%
  • JavaScript 1.4%
  • Other 0.4%