mpc-bioinformatics / ProtGraph

ProtGraph - A Graph-Generator for Proteins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export: JanusGraph

Luxxii opened this issue · comments

We currently only have exports to files and databases (redis and Postgres).

Those are not well suited to traverse and process graphs (postgres is actually very perfromant if the rec. depth is not large).

We need to use some dedicated graph processing algorithms/databases for such large graphs. Here JanusGraph is tested

Export it via Gremlin?

Export via Gremlin (experimental) is available and should also work for JanusGraph. However, keep in mind that this export is slow.