I have a result of a query to graphDB which returns GraphTraversal<Vertex, Map<Object, List>> values. By using the default methods values.iterate().toStream() it should return a Stream of Stream<Map<Object, List>> which I can handle as a Java8 stream, but for some reason, it does not work, repeat, by using the default methods from gemlin API to get the stream. Note: By
Tag: graph-databases
Limit number of requests(read, update, delete) if it exceeds the capacity of AWS Neptune Server?
I’m trying to implement some limits on the database requests made to the Neptune Server. The problem is: Multiple scheduled jobs that do analytics, logs, updates, deletions User activity, anything related to users: read, write, update, delete All of these request depending on when they occur can impact the performance of the database and the availability, so we get sudden