Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.21 KB

projx - Graph transformations in Python.

alpha

projx provides a simple and extensible API for interacting with graphs in Python. Its core functionality is built around making graph transformations using the NetworkX module and a DSL based on Neo4j's Cypher query language. It also provides an extensible ETL pipeline that uses JSON configuration (roughly modeled after orientdb-etl) to translate graph data between various persistent and in-memory representations.

Official Documentation

projx on PyPI

Demo Notebook with NetworkX DSL

Demo Notebook with Neo4j2NetworkX

Demo Notebook: Loading the Flickr group graph to Neo4j

Thanks to @versae for inspiring this project.

TODO:

  • Start writing tests!!!
  • Support for tinkerpop.