[GSOC2015] Alternative backends for storing graph data
51 views
Skip to first unread message
Juan BC
unread,
Mar 6, 2015, 10:17:40 PM3/6/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to networkx...@googlegroups.com
Hi my name s Juan im from Argentina and i currently working through my PhD in machine learning and data mining.
Im interesting to do the GSOC in network-x by implementing Alternative backends for storing graph data t[0].
the main reason is because i already do this one time when i made a research project called Yaael[1] for a data mining group in my university. The project is actually functional and published in pypi.
We started this project for storage a relly big data inside a graph and for implement the analysis method described in this[2] paper. The last version is currently the third full rewrite when i finally use sqlalchemy (only the core) for storage and maintain the data.
In previous versions i use:
peewee: Fast but really unnatural when you want to do some dynamic tables. web2py dal: Is a little slow but the migrations are the best sqlalchemy: the most powerful and flexible, but don't has migrations on the core
Also i tray some proof of concepts with ZODB and django-orm
So my idea it's use all my experience in Yatel to implement this feature on network-x.