7 ms·
GraphScope on Colab: Large-Scale Graph Computing from Notebooks to Kubernetes
- sighingnow 5y agoWe are glad to announce the landing of GraphScope on Colab: https://colab.research.google.com/github/alibaba/GraphScope https://colab.research.google.com/github/alibaba/GraphScope. GraphScope is a one-stop graph computing systems from Alibaba aimed to address challenges in large-scale graph computation in real production environments. GraphScope releases v0.9, enabling data scientists to develop graph computing workflows for analytical, interactive query and GNN workloads on small graphs in jupyter notebooks in a interactive manner. Once finishing the development and debugging, users can easily deployed their workflows to Kubernetes with one-line change! To try GraphScope, you could find it on Colab[1], Jupyter Hub[2], or install GraphScope to your environment using pip by: pip3 install graphscope For more details of our v0.9 release, please refer to https://github.com/alibaba/GraphScope/releases/tag/v0.9.0 https://github.com/alibaba/GraphScope/releases/tag/v0.9.0 [1]: https://colab.research.google.com/github/alibaba/GraphScope/blob/main/tutorials/1_node_classification_on_citation.ipynb https://colab.research.google.com/github/alibaba/GraphScope/... [2]: https://try.graphscope.app/ https://try.graphscope.app/