GraphScope VS janusgraph

Compare GraphScope vs janusgraph and see what are their differences.

GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统 (by alibaba)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
GraphScope janusgraph
10 6
3,101 5,090
0.8% 0.9%
9.7 9.2
1 day ago 3 days ago
C++ Java
Apache License 2.0 GNU General Public License v3.0 or later
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.

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 :)

janusgraph

Posts with mentions or reviews of janusgraph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-29.
  • Graph Databases vs Relational Databases: What and why?
    6 projects | dev.to | 29 Mar 2023
    First, you need to choose a specific graph database platform to work with, such as Neo4j, OrientDB, JanusGraph, Arangodb or Amazon Neptune. Once you have selected a platform, you can then start working with graph data using the platform's query language.
  • Getting Started with Redis and RedisGraph
    13 projects | dev.to | 21 Oct 2021
    JanusGraph
  • JanusGraph: an open-source, distributed graph database
    1 project | /r/java | 7 Jul 2021
  • JanusGraph – Distributed, open source, scalable graph database
    1 project | news.ycombinator.com | 7 Jul 2021
    There were a couple years where it was mostly abandoned. Good to see this solid graph database being well maintained. the milestones[1] mostly show a lot of upgrading libraries, some enhancements/features sprinkled in, but for a while Janus was nearly abandoned.

    Maintenance re-started in 2017, with IBM & Google stepping up to back it[2].

    [1] https://github.com/JanusGraph/janusgraph/milestones?state=cl...

    [2] https://architecht.io/google-ibm-back-new-open-source-graph-...

  • QOMPLX: Using Scylla with JanusGraph for Cybersecurity
    1 project | /r/nosql | 11 Mar 2021
    QOMPLX partnered with the graph database experts at Expero to implement their system with JanusGraph, which uses Scylla as an underlying fast and scalable storage layer. We had the privilege to learn from their use case at Scylla Summit this January, which we share with you today.
  • Installing Apache Cassandra for JanusGraph
    1 project | dev.to | 10 Jan 2021
    At the time of writing this article, JanusGraph's latest release page on GitHub says that JanusGraph is compatible with Cassandra 3.11.0. So I will get this version's download link from the Apache Cassandra archive, and I will use the wget shell command to download it to my /opt directory. Then I will use the tar command to extract the contents of the downloaded archive.

What are some alternatives?

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

indradb - A graph database written in rust

Neo4j - Graphs for Everyone

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

Apache AGE - Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. [Moved to: https://github.com/apache/age]

euler - A distributed graph deep learning framework.

PostgreSQL - Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

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.

RedisGraph - A graph database as a Redis module

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

spring-content - Cloud-Native Storage and Enterprise Content Services (ECMS) for Spring

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

gremlin-scala - Scala wrapper for Apache TinkerPop 3 Graph DSL