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

TinkerGraphComputer VertexProgramInterceptors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.0-incubating
    • 3.2.4
    • process, tinkergraph
    • None

    Description

      Create TinkerGraphInterceptorStrategy for TinkerGraphComputer and grow it starting with the two simple patterns below:

      g.V().count() -> tinkerGraph.vertices.size()
      g.E().count() -> tinkerGraph.edges.size()
      

      In fact, perhaps even create TinkerGraphCountStep for OLTP as well that does the above.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: