arangodb-tinkerpop-provider
arangodb-tinkerpop-provider copied to clipboard
Configuration should support GraphCreateOptions configurations
The Graph configuration should support additional options to create a graph and/or to reuse an existing one.
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?
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.