im-aditya30 commented on issue #745:
URL: https://github.com/apache/age/issues/745#issuecomment-1492585010

   NetworkX is a python package, which focuses on the study of complex networks 
using graphs and is mainly used for analysis. Its nodes can be any object that 
is hashable, meaning that its value never changes. These can be text strings, 
images, XML objects, entire graphs, and customized nodes. 
   
   AGE on the other hand uses query written in SQL and Cypher and provides 
graph database functionality, which means to provide graph data processing and 
analytics capability to all relational databases. It also provides access to 
graph query modeling within the existing relational database.


-- 
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]

Reply via email to