libvineyard VS GraphScope

Compare libvineyard vs GraphScope and see what are their differences.

libvineyard

vineyard (v6d): an in-memory immutable data manager. [Moved to: https://github.com/alibaba/v6d] (by alibaba)

GraphScope

๐Ÿ”จ ๐Ÿ‡ ๐Ÿ’ป ๐Ÿš€ GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | ไธ€็ซ™ๅผๅ›พ่ฎก็ฎ—็ณป็ปŸ (by alibaba)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
libvineyard GraphScope
4 10
403 3,101
- 0.8%
9.1 9.7
almost 3 years ago 6 days ago
C++ C++
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

libvineyard

Posts with mentions or reviews of libvineyard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-02.

GraphScope

Posts with mentions or reviews of GraphScope. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-15.
  • Show HN: Graphlearn-for-PyTorch, distributed graph learning on PyTorch
    2 projects | news.ycombinator.com | 15 May 2023
    Optimizing distributed sampling and feature lookup looks really attractive. It's really challenging to deploy GNN training at an industrial-scale for a large graph.

    Will GLT be part of graphscope[1] and replacing the current graphscope-for-learning implementation?

    [1]: https://github.com/alibaba/GraphScope

  • GitHub โ€œallowsโ€ unauthorized users โ€œmergingโ€ PRs, bypass write permission check
    2 projects | /r/github | 25 Aug 2022
  • GraphScope VS CXXGraph - a user suggested alternative
    2 projects | 17 Mar 2022
  • GraphScope on Colab: Large-Scale Graph Computing from Notebooks to Kubernetes
    1 project | news.ycombinator.com | 6 Dec 2021
    We are glad to announce the landing of GraphScope on Colab: 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

    [1]: https://colab.research.google.com/github/alibaba/GraphScope/...

  • GraphScope v0.6 Released: Code with Eager, Executive with Lazy
    1 project | news.ycombinator.com | 11 Aug 2021
  • GraphScope: A One-Stop Large-Scale Graph Computing System
    8 projects | news.ycombinator.com | 2 Feb 2021
    Thanks for you interests on GraphScope!

    We do have a concrete plan for k8s-less deployment and we already have an issue [1] to track that. That will be available before the end of March 2021.

    To simplify the environment setup process we will release a docker image for end-users, but without docker will be ok as well (requires building from sources).

    GraphScope use vineyard [2] as the storage layer for im-memory graph data structures. And current the graph type (aka. ArrowPropertyFragment in GraphScope) uses a set of arrow tables and arrays under the hood.

    GraphScope supports a `to_vineyard_dataframe` method on the computation context [3]. We also has a plan for integration between vineyard and dask (may could be delivered in March as well). At that time the interop between dask would be straightforward.

    [1]: https://github.com/alibaba/GraphScope/discussions/113

    [2]: https://github.com/alibaba/libvineyard

    [3]: https://graphscope.io/docs/reference/context.html#graphscope...

    2 projects | news.ycombinator.com | 2 Feb 2021
    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 simple by combining several important pieces of Alibaba technology for analytics, interactive, and graph neural networks (GNN) computation, respectively, and the vineyard store that offers efficient in-memory data transfers.

    We just released the version 0.2.0. And along with the release, we launched a public JupyterLab service where you can have a try in your browser: https://try.graphscope.app

    Github: https://github.com/alibaba/graphscope. (stars are welcome :)

What are some alternatives?

When comparing libvineyard and GraphScope you can also consider the following projects:

libgrape-lite - ๐Ÿ‡ A C++ library for parallel graph processing (GRAPE) ๐Ÿ‡

janusgraph - JanusGraph: an open-source, distributed graph database

euler - A distributed graph deep learning framework.

indradb - A graph database written in rust

feather - Feather: fast, interoperable binary data frame storage for Python, R, and more powered by Apache Arrow

MPAndroidChart - A powerful ๐Ÿš€ Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

sonic - ๐Ÿฆ” Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

parallel-disk-usage - Highly parallelized, blazing fast directory tree analyzer

Gephi - Gephi - The Open Graph Viz Platform

v6d - vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)