You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "im-aditya30 (via GitHub)" <gi...@apache.org> on 2023/03/31 20:41:39 UTC

[GitHub] [age] im-aditya30 commented on issue #745: Research about similarities and differences in NetworkX and AGE

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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org