Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gremlin OLAP queries on AWS Neptune

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?

like image 347
onurmatik Avatar asked Dec 20 '17 21:12

onurmatik


1 Answers

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.

like image 105
David Welch Avatar answered Oct 09 '22 20:10

David Welch