openCypher TCK Integrity Tests

openCypher Technology Compatibility Kit Integrity Tests

License

License

GroupId

GroupId

org.opencypher
ArtifactId

ArtifactId

tck-integrity-tests
Last Version

Last Version

1.0.0-M12
Release Date

Release Date

Type

Type

jar
Description

Description

openCypher TCK Integrity Tests
openCypher Technology Compatibility Kit Integrity Tests
Project URL

Project URL

http://opencypher.org

Download tck-integrity-tests

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
info.cukes : cucumber-scala_2.11 jar 1.2.4
info.cukes : cucumber-junit jar 1.2.4
org.scala-lang : scala-library jar 2.11.7
org.antlr : antlr4-runtime jar 4.7
org.opencypher : tck-api jar 1.0.0-M12

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.scalatest : scalatest_2.11 jar 2.2.6
org.scalacheck : scalacheck_2.11 jar 1.13.0
org.opencypher : grammar jar 1.0.0-M12
org.opencypher : grammar test-jar 1.0.0-M12

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0-M12
1.0.0-M11
1.0.0-M10
1.0.0-M09