openCypher TCK API

openCypher Technology Compatibility Kit API

Лицензия

Лицензия

Группа

Группа

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

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

tck-api
Последняя версия

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

1.0.0-M12
Дата

Дата

Тип

Тип

jar
Описание

Описание

openCypher TCK API
openCypher Technology Compatibility Kit API
Ссылка на сайт

Ссылка на сайт

http://opencypher.org

Скачать tck-api

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

<!-- https://jarcasting.com/artifacts/org.opencypher/tck-api/ -->
<dependency>
    <groupId>org.opencypher</groupId>
    <artifactId>tck-api</artifactId>
    <version>1.0.0-M12</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencypher/tck-api/
implementation 'org.opencypher:tck-api:1.0.0-M12'
// https://jarcasting.com/artifacts/org.opencypher/tck-api/
implementation ("org.opencypher:tck-api:1.0.0-M12")
'org.opencypher:tck-api:jar:1.0.0-M12'
<dependency org="org.opencypher" name="tck-api" rev="1.0.0-M12">
  <artifact name="tck-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencypher', module='tck-api', version='1.0.0-M12')
)
libraryDependencies += "org.opencypher" % "tck-api" % "1.0.0-M12"
[org.opencypher/tck-api "1.0.0-M12"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.11.7
org.opencypher : tck jar 1.0.0-M12
org.antlr : antlr4-runtime jar 4.7
org.junit.jupiter : junit-jupiter-api jar 5.0.2
io.cucumber : gherkin jar 5.0.0
org.apiguardian : apiguardian-api jar 1.0.0

test (4)

Идентификатор библиотеки Тип Версия
org.scalatest : scalatest_2.11 jar 2.2.6
org.scalacheck : scalacheck_2.11 jar 1.13.0
org.junit.platform : junit-platform-launcher jar 1.0.2
org.junit.jupiter : junit-jupiter-engine jar 5.0.2

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

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

The Cypher Property Graph Query Language

Build Status

This repository holds the specification of Cypher, a declarative property graph query language. Its purpose is to be central to the process of evolving the specification and standardisation of Cypher as a graph query language.

Overview of the process

Changes to openCypher are made through consensus in the openCypher Implementers Group (oCIG). The process for proposing changes, voting on proposals and measuring consensus is described in this set of slides.

Refer to the Cypher Improvement Process document for more details on CIPs, CIRs, their structure and lifecycle.

The structure of this repository

  • Cypher Improvement Proposals (CIP), /cip

    • Contains a list of accepted CIP documents.

  • Cypher grammar, /grammar

    • Contains the Cypher grammar specification, in XML source format.

    • A more readily consumable form of the grammar is generated as output from the build:

  • Cypher Technology Compatibility Kit (TCK), /tck

    • Contains a set of Cucumber features that define Cypher behaviour, and documentation on how to use it.

  • openCypher developer tools, /tools

    • Contains code that tests the integrity of the repository, generates release artifacts, and aids implementors of openCypher.

Contact us

There are several ways to get in touch with the openCypher project and its participants:

  • Are you interested in implementing openCypher for your platform, but you have general questions and want to reach out to other community members with similar interests? Post to our Google Groups mailing list: https://groups.google.com/forum/#!forum/opencypher

  • For specific feature requests or bug reports, please open an issue on this repository.

  • Do you have a particular contribution in mind, and concrete ideas on how to implement them? Open a pull request.

© Copyright 2015-2017 Neo Technology, Inc.

Feedback

Any feedback you provide to Neo Technology, Inc. through this repository shall be deemed to be non-confidential. You grant Neo Technology, Inc. a perpetual, irrevocable, worldwide, royalty-free license to use, reproduce, modify, publicly perform, publicly display and distribute such feedback on an unrestricted basis.

License

The openCypher project is licensed under the Apache license 2.0.

org.opencypher

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

Версия
1.0.0-M12
1.0.0-M11
1.0.0-M10
1.0.0-M09