I’m trying to run some analyses against my Dgraph database. For example, I would like to find important nodes (centrality). I’m currently trying to load Dgraph data into Spark jobs, but am running in to Spark-specific issues. I’m hoping there’s a better way.
For those of you that are doing similar calculations, what is your approach? Do you load your data into some graph processing systems manually? Do you use a library? What are your results? Do you have any code you can share?
I’ve searched and have found a few real old discussions about this sort of thing, but I haven’t found any specifics or example implementations.
(FWIW, I don’t mean to ask for Spark support here. I just mention it as it’s something I’m trying to use.)