def _papyrus_export():
    g = Gitana(CONFIG)
    g.export_graph("db_papyrus", "./graph.json", "./graph.gexf")
    g.export_activity_report("db_papyrus", "./report.json", "./report.html")
Example #2
0
def _cesiumjs_export():
    g = Gitana(CONFIG)
    g.export_graph("db_cesium", "./graph-cesium.json", "./graph-cesium.gexf")
    g.export_activity_report("db_cesium", "./report-cesium.json", "./report-cesium.html")