Is there a good way to implement graph algorithms?

Hmm… Thanks for the updated information. I don’t see many clients supporting Dgraph natively as an ingestion for their graph processing algorithms, and I do see a need for that. The Apache Spark GraphX which you pointed out was developed by our community.

We can look into extending support via such clients but that would take sometime before we can have a solution.

In the meanwhile, I see from the above algorithms which you mentioned, we can write some queries that can help you solve them natively in Dgraph.

Can you tell me:

  1. Data and Schema which you are looking at?
  2. Which exact queries you want to run (wrt your data)? eg. If you have a data of people and friends we can potentially run Community Detection using some queries.

Thanks!