TechnologyApril 26, 2016

The Mechanics of Gremlin OLAP

Marko A. Rodriguez
Marko A. Rodriguez
The Mechanics of Gremlin OLAP
g.V().hasLabel("person").
  out("knows").label().
  groupCount()
g = graph.traversal()                // OLTP
g = graph.traversal().withComputer() // OLAP
Share

One-stop Data API for Production GenAI

Astra DB gives JavaScript developers a complete data API and out-of-the-box integrations that make it easier to build production RAG apps with high relevancy and low latency.