DavidGMdev commented on issue #745: URL: https://github.com/apache/age/issues/745#issuecomment-1528873374
Similarities : - Both are open-source projects - Both are Graph-oriented ( Graph analysis / visualization ) - Both provides python end-points to work with graphs **1. AGE or Advanced Graph Extension** - written in C language - it's a PostgreSQL extension - works on top of PostgreSQL not a fork from it. - used to provide multi-modal behavior on an already existing relational database. - aim to allow making use of the graph model features on this relational database. - it allows hybrid queries, which is Cypher inside SQL, or a SQL inside Cypher. - doesn't directly allow visualization but with its helper age-viewer it support visualization - we can implement custom graph algorithms to use ( no built-in supported ) **2. NetworkX :** - written in python language - it's a Python package - used for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. - used for graph analysis and visualization - support multiple graph algorithms ( built-in ) References : - [AGE](https://age.apache.org/) - [NetworkX](https://networkx.org/) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
