Running Large-Scale Graph Analytics with Memgraph and NVIDIA cuGraph Algorithms

Originally published at: https://developer.nvidia.com/blog/running-large-scale-graph-analytics-with-memgraph-and-nvidia-cugraph-algorithms/

Learn how to use PageRank graph analysis and Louvain community detection to analyze a Facebook dataset containing 1.3 million relationships.

What is the location of the docker image?

The docker image is available at the official docker repository and you can get it by running the command listed at Step3 in the post.

This is the command:

docker run -it -p 7687:7687 -p 7444:7444 --volume /data/facebook_clean_data/:/samples mage-cugraph

If you get stuck just reach Memgraph at one of their support channels.