Open source Pregel+Dgraph implementations?

On the database comparison page[0], Pregel is described as something that can be run along side DGraph to perform certain heavy operations, presumably in batches or crons. Is there an existing open source Pregel implementation that already uses Dgraph? I’ve searched but haven’t found one, but I’m not sure if there’s another term I should be using (something other than “pregel”).

I’m working on a greenfield project and am evaluating options for working with large graphs. I’m considering Spark GraphX[1] but I’d like to see if there are other options before I go about implementing the Dgraph<->Spark bridge.

[0] https://docs.dgraph.io/dgraph-compared-to-other-databases/
[1] GraphX - Spark 3.1.1 Documentation

1 Like

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.