Skip to content

Cannot access overflowdb.Graph, driver.getWholeGraph(); #214

Answered by MaikkiaM
MaikkiaM asked this question in Q&A
Discussion options

You must be logged in to vote
        Workaround with a reimport works: 

        System.out.println("Projecting graph");
        extractor.project();
        driver.exportGraph("./graph.xml");

        TinkerGraph graph = TinkerGraph.open();
        graph.io(graphml()).readGraph("./graph.xml");
        

        System.out.println("Done!");

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MaikkiaM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant