/py2neo

practice and examples of using py2neo (a client library and toolkit for working with neo4j from within py applications and from command line) with live project of ticket analysis :bar_chart:

Primary LanguagePythonMIT LicenseMIT

py2neo

practice and examples of using py2neo (a client library and toolkit for working with neo4j from within py applications and from command line) with live project of ticket analysis 📊

  • Requirements

  • Neo4j, Py2neo
    neo4j can be installed from official website
    py2neo can be installed using $ pip install py2neo from commandline terminal.