/partiql-neo4j

Simple implementation for accessing Neo4j using PartiQL

Primary LanguagePython

PartiQL-Neo4j

Overview

Environments

  • Neo4j 3.5.18
  • Neo4j Bolt Driver 1.7.1 for Python
  • neobolt 1.7.17

Restriction of PartiQL

  • many!

Usage

  • Please check example.py
  • Passed samples of PartiQL, AST, and Cypher are in test_pariql_neo4j.py
  • Neo4j database for above examples can be created by executing cypher queries in sample_db.cypher.