storskegg / tinkerpop

Apache TinkerPop - a graph computing framework

Home Page:https://tinkerpop.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://tinkerpop.apache.org/

License:Apache License 2.0


Languages

Language:Java 77.3%Language:C# 10.3%Language:Python 3.8%Language:Gherkin 2.7%Language:Groovy 2.4%Language:JavaScript 1.5%Language:TypeScript 1.1%Language:Shell 0.4%Language:ANTLR 0.3%Language:Dockerfile 0.0%Language:Batchfile 0.0%Language:Awk 0.0%Language:XSLT 0.0%