문제

I am looking for a way to persist jung graphs in a database or datastore. Is there a functionality in jung that I could use for this purpose? Maybe there is a library I could use?

도움이 되었습니까?

해결책

What JUNG provides as of now is just the ability to save to GraphML, or to persist graphs to object files.

You could use JUNGs GraphML capabilities to write the graph out to an XML file and then have that read in to a database of your choice.

다른 팁

I persist SparseMultigraph structure in OrientDB

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top