TechnologyApril 10, 2017

Property Graph Algorithms

Marko A. Rodriguez
Marko A. Rodriguez
Property Graph Algorithms
// point #1 above
g.V().repeat(out().groupCount(m)).times(10)
// point #2 above
g.V().repeat(out("knows").groupCount(m)).times(10)
// point #3 above
g.V().repeat(???.groupCount(m)).times(10)
// point #1 below
out('works_for').in('works_for')
// point #2 below
out('works_for').has('name','ACME').in('works_for')
// point #3 below
where(out('develops').out('imports').has('name','Blueprints')).
  out('works_for').in('works_for').
where(out('develops').out('imports').has('name','Blueprints'))
Discover more
DSE Graph
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.