Skip to content

CrystallineCat/projx

 
 

Repository files navigation

projx - Graph transformations in Python

pre-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.

Demo Notebook with NetworkX DSL

Thanks to @versae for inspiring this project and @davebshow for the original implementation.

Post-fork changes

  • Ported everything needed for Demo Notebook to Python 3.6 and NetworkX 2.2

To port

About

Graph transformations in Python. Official documentation: http://davebshow.github.io/projx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.3%
  • HTML 3.5%
  • Python 3.3%
  • CSS 1.8%
  • JavaScript 0.1%