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

GraphML serialization shall by default be ordered and have an improved ordering

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Do
    • 3.3.3
    • None
    • io
    • None

    Description

      To ease readability and regression tests based on GraphML files (especially used for loading Graphs into Gephi) I suggest to

      a) order (or normalize) the GraphML by default (e.g. from Gremlin console)

      b) improve the ordering if numbers are involved, oppose to String only:

      Currently, in the reference test file for normalized GraphML "tinkerpop-classic-normalized.xml", the ordering of edge IDs goes like

      10  
      11
      12
      7
      8
      9
      instead of 

      7
      8
      9
      10   
      11
      12

      It goes even jumpier if hundred or thousand of edges are involved.

       

      I am going to provide a GitHub pull request.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              svanteschubert Svante Schubert
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: