Apache TinkerPop :: Gremlin Groovy Test

A Graph Computing Framework

Лицензия

Лицензия

Категории

Категории

Groovy Языки программирования
Группа

Группа

org.apache.tinkerpop
Идентификатор

Идентификатор

gremlin-groovy-test
Последняя версия

Последняя версия

3.2.11
Дата

Дата

Тип

Тип

jar
Описание

Описание

Apache TinkerPop :: Gremlin Groovy Test
A Graph Computing Framework
Организация-разработчик

Организация-разработчик

Apache Software Foundation

Скачать gremlin-groovy-test

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.apache.tinkerpop/gremlin-groovy-test/ -->
<dependency>
    <groupId>org.apache.tinkerpop</groupId>
    <artifactId>gremlin-groovy-test</artifactId>
    <version>3.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tinkerpop/gremlin-groovy-test/
implementation 'org.apache.tinkerpop:gremlin-groovy-test:3.2.11'
// https://jarcasting.com/artifacts/org.apache.tinkerpop/gremlin-groovy-test/
implementation ("org.apache.tinkerpop:gremlin-groovy-test:3.2.11")
'org.apache.tinkerpop:gremlin-groovy-test:jar:3.2.11'
<dependency org="org.apache.tinkerpop" name="gremlin-groovy-test" rev="3.2.11">
  <artifact name="gremlin-groovy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tinkerpop', module='gremlin-groovy-test', version='3.2.11')
)
libraryDependencies += "org.apache.tinkerpop" % "gremlin-groovy-test" % "3.2.11"
[org.apache.tinkerpop/gremlin-groovy-test "3.2.11"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.tinkerpop : gremlin-test jar 3.2.11
org.apache.tinkerpop : gremlin-groovy jar 3.2.11

Модули Проекта

Данный проект не имеет модулей.

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]]
org.apache.tinkerpop

The Apache Software Foundation

Версии библиотеки

Версия
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0-incubating
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2-incubating
3.1.1-incubating
3.1.0-incubating
3.0.2-incubating
3.0.1-incubating
3.0.0-incubating
3.0.0.M9-incubating
3.0.0.M8-incubating