Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-828

TinkerGraph can supportPersistence(), should we allow it.

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      We could support this:

      // configuration file
      graph.tinkergraph.graphLocation=/tmp/mygraph.xml
      graph.tinkergraph.graphFormat=graphml
      

      Then on GraphFactory.open(configuration) a TinkerGraph will be created and it will automagically graph.io(graphml()).readGraph(/tmp/mygraph.xml).

      Finally, and most importantly, on TinkerGraph.close(), graph.io(graphml()).writeGraph(/tmp/mygraph.xml).

      Stephen Mallette Had initial aprehensions about this idea (but he can't remember what they were). I will assign it to him so he can express his concerns.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            spmallette Stephen Mallette
            okram Marko A. Rodriguez
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment