spring-data icon indicating copy to clipboard operation
spring-data copied to clipboard

Feature: support of named graphs

Open mvollmary opened this issue 7 years ago • 2 comments

https://docs.arangodb.com/3.3/Manual/Graphs/#named-graphs

mvollmary avatar Jun 15 '18 07:06 mvollmary

I think support of named graphs is useful.

NingLee avatar Jun 12 '19 09:06 NingLee

Since ArangoDB graphs API does not support overwriting (https://www.arangodb.com/docs/stable/http/gharial-edges.html#create-an-edge), it is not suitable for implementing save method in ArangoRepository, which requires insert/replace behavior. Therefore for the moment, support to named graphs API can only be implemented in the ArangoTemplate API.

rashtao avatar Sep 06 '21 07:09 rashtao