graphscope/graphscope-dev

Sponsored OSS

By Alibaba Group(GraphScope)

Updated about 1 year ago

Dev and builder image with all dependencies for GraphScope.

Image
Data Science
Languages & Frameworks
Integration & Delivery
0

91

GraphScope

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 GRAPEMaxGraph, 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.

Getting Started

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.

Dockerfile

The container is built according to the instructions here: https://github.com/alibaba/GraphScope/blob/main/k8s/dockerfiles/graphscope-dev.Dockerfile.

Contact

Feel free to contact us through the following community channels:

Slack: http://slack.graphscope.io Github: https://github.com/alibaba/GraphScope

License

This program is under the terms of the Apache License v2.0.

Authors

GraphScope is maintained by the GraphScope Team

Docker Pull Command

docker pull graphscope/graphscope-dev