graphscope/graphscope-dev
Dev and builder image with all dependencies for GraphScope.
91
GraphScope is a unified distributed graph computing platform that provides a one-stop environment for performing diverse graph operations on a cluster of computers through a user-friendly Python interface. GraphScope makes multi-staged processing of large-scale graph data on compute clusters simply by combining several important pieces of Alibaba technology: including GRAPE, MaxGraph, and Graph-Learn (GL) for analytics, interactive, and graph neural networks (GNN) computation, respectively, and the Vineyard store that offers efficient in-memory data transfers.
Visit our website at graphscope.io to learn more.
Run this image as the develop environment and mount current working directory
docker run -it -v `pwd`:/work/ graphscope/graphscope-dev:latest
Or take advantage of Visual Studio Code to develop inside devcontainer by our devcontainer.json.
The container is built according to the instructions here: https://github.com/alibaba/GraphScope/blob/main/k8s/dockerfiles/graphscope-dev.Dockerfile.
Feel free to contact us through the following community channels:
Slack: http://slack.graphscope.io Github: https://github.com/alibaba/GraphScope
This program is under the terms of the Apache License v2.0.
GraphScope is maintained by the GraphScope Team
docker pull graphscope/graphscope-dev