ArangoDB-Community / arangodb-tinkerpop-provider

An implementation of the Tinkerpop OLTP Provider for ArangoDB
Apache License 2.0
84 stars 16 forks source link

Configuration should support GraphCreateOptions configurations #49

Open arcanefoam opened 5 years ago

arcanefoam commented 5 years ago

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

fdominik commented 5 years ago

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?

arcanefoam commented 5 years ago

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.