Instantiate a new graph with storage. If the file already exists, this will deserialize the given file into memory. Graph.close will serialise graph to that given file (and override whatever was there before), unless you specify persistOnClose = false.
Instantiate a new graph with storage. If the file already exists, this will deserialize the given file into memory. Graph.close will serialise graph to that given file (and override whatever was there before), unless you specify persistOnClose = false.