问题
In the AWS Neptune documentation it says it is Apache TinkerPop Gremlin compatible but it only refers to online transaction processing (OLTP) type of graph traversal queries. I haven't seen anything about long-running online analytical processing (OLAP) GraphComputer queries.
Is it possible to execute OLAP queries on graphs stored in AWS Neptune graph database service?
回答1:
I was at ReInvent and had a chance to talk to Brad about it. For the immediate future it’s all OLTP. only one query per transaction (I.e no semi colons) and must begin with “g.” For your implicit graph.
Update: Since GA (June 2018), Neptune supports multiple queries in a single request/transaction.
来源:https://stackoverflow.com/questions/47914938/gremlin-olap-queries-on-aws-neptune