Skip to content

ihoro/tinkerpop

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

Folders and files

NameName
Last commit message
Last commit date
May 17, 2022
Apr 5, 2022
Jun 1, 2018
Apr 15, 2022
May 30, 2022
Apr 11, 2022
Apr 11, 2022
May 20, 2022
May 19, 2022
May 11, 2022
May 30, 2022
Apr 11, 2022
Jun 1, 2022
Apr 11, 2022
Apr 29, 2022
Apr 22, 2022
Apr 11, 2022
May 13, 2022
Apr 12, 2022
Apr 11, 2022
Apr 11, 2022
Oct 27, 2016
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 11, 2022
Apr 12, 2022
Jun 4, 2018
May 31, 2022
Sep 3, 2020
Apr 13, 2022
Apr 22, 2022
Sep 26, 2017
Oct 27, 2016
Jan 10, 2022
Sep 3, 2020
Apr 29, 2022
Apr 5, 2022

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

About

Apache TinkerPop - a graph computing framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 76.9%
  • C# 10.3%
  • Python 3.9%
  • Gherkin 3.0%
  • Groovy 2.4%
  • JavaScript 1.7%
  • Other 1.8%