arangodb-tinkerpop-provider icon indicating copy to clipboard operation
arangodb-tinkerpop-provider copied to clipboard

Configuration should support GraphCreateOptions configurations

Open arcanefoam opened this issue 5 years ago • 2 comments

The Graph configuration should support additional options to create a graph and/or to reuse an existing one.

arcanefoam avatar Jun 21 '19 15:06 arcanefoam

Just a note, that in #42 (more explained in https://github.com/ArangoDB-Community/arangodb-tinkerpop-provider/pull/42#issuecomment-458319412) there is some checking if Graph exists. If not it creates the graph and creates the collections. And if the graph exists, it uses it. So you would like that this config would create a graph with changed name if the same graph exists?

fdominik avatar Jun 26 '19 14:06 fdominik

This bug is more related to GraphCreateOptions supported by the Java driver. This options include shards and replication factor. I just want to make sure all existing configurations options are available.

arcanefoam avatar Jun 26 '19 15:06 arcanefoam