0

Does DataStax Enterprise Graph support directed acyclic graphs (DAGs)? I have searched but cannot find confirmation. My assumption is yes.

If so, what limitations around the graph structure are there?

DarrellNorton
  • 3,901
  • 2
  • 21
  • 21

1 Answers1

0

Yes, DES Graph supports the DAG implementation. It is the responsibility of the developer to ensure edges are properly established to meet the DAG requirements of the Graph. DSE Graph does not support any features to enforce acyclicness.

jlacefie
  • 614
  • 3
  • 5