GithubHelp home page GithubHelp logo

jbmusso / awesome-graph Goto Github PK

View Code? Open in Web Editor NEW
1.1K 56.0 116.0 43 KB

A curated list of resources for graph databases and graph computing tools

graph-database graph-computing oltp olap graph graphdb

awesome-graph's Introduction

awesome-graph

A curated list of resources for graph databases and graph computing tools

Graph databases

  • AgensGraph - multi-model graph database with SQL and Cypher support
  • AnzoGraph - Massively parallel graph database with advanced analytics (SPARQL, Cypher, OWL/RDFS+, LPG)
  • Atomic-Server - open-source type-safe graph database server with GUI, written in rust. Supports Atomic Data, JSON & RDF.
  • ArangoDB - highly available Multi-Model NoSQL database
  • Blazegraph - GPU accelerated graph database
  • Cayley - open source database written in Go
  • CosmosDB - cloud-based multi-model database with support for TinkerPop3
  • Dgraph - Fast, Transactional, Distributed Graph Database (open source, written in Go)
  • DSE Graph - Graph layer on top of DataStax Enterprise (Cassandra, SolR, Spark)
  • Grafito - Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
  • Grakn.AI - a distributed hyper-relational database for knowledge-oriented systems, i.e. a distributed knowledge base
  • Graphd - the Metaweb/Freebase Graph Repository
  • JanusGraph - an open-source, distributed graph database with pluggable storage and indexing backends
  • Memgraph - High Performance, In-Memory, Transactional Graph Database
  • Neo4j - OLTP graph database
  • Nebula Graph - A distributed, fast open-source graph database featuring horizontal scalability and high availability
  • RedisGraph - Property graph database, based on linear algebra constructs (GraphBLAS)
  • Sparksee - makes space and performance compatible with a small footprint and a fast analysis of large networks
  • Stardog - RDF graph database with OLTP and OLAP support
  • OrientDB - Distributed Multi-Model NoSQL Database with a Graph Database Engine
  • TerminusDB is an open source graph database and document store. It is designed for collaboratively building data-intensive applications and knowledge graphs.
  • TigerGraph - The First Native Parallel Graph capable of real-time analytics on web-scale data
  • Weaviate - Weaviate is a cloud-native, modular, real-time vector search engine with a graph data model (GraphQL interface) built to scale your machine learning models.

Triple stores

  • Akutan - Akutan is a distributed knowledge graph store, sometimes called an RDF store or a triple store
  • AllegroGraph - high-performance, persistent graph database that scales to billions of quads
  • Apache Jena - open source Java framework for building Semantic Web and Linked Data applications
  • Dydra - Dydra is a cloud-based graph database. Dydra stores data is natively stored as a property graph, directly representing the relationships in the underlying data.
  • Eclipse RDF4J - (formerly known as Sesame) is an open source Java framework for processing RDF data. This includes parsing, storing, inferencing and querying of/over such data. It offers an easy-to-use API that can be connected to all leading RDF storage solutions. It allows you to connect with SPARQL endpoints and create applications that leverage the power of linked data and Semantic Web.
  • GraphDB - enterprise ready Semantic Graph Database, compliant with W3C Standards
  • Virtuoso - a "Data Junction Box" that drives enterprise and individual agility by deriving a Semantic Web of Linked Data from existing data silos
  • Hoply - explore bigger than RAM relational data in the comfort of Python.

Graph computing frameworks

  • Apache Giraph - an iterative graph processing system built for high scalability
  • Apache TinkerPop - a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP)
  • Apache Spark - GraphX - Apache Spark's API for graphs and graph-parallel computation
  • GraphScope - A one-stop large-scale graph computing system from Alibaba

Languages

Managed hosting services

Learning materials

Official documentations

  • Cypher - reference documentation
  • Gremlin - reference documentation

Community effort

Blogs

Conferences

License

CC0

To the extent possible under law, Jean-Baptiste Musso has waived all copyright and related or neighboring rights to this work.

awesome-graph's People

Contributors

bobvanluijt avatar drkameleon avatar ggerogiokas avatar jbmusso avatar jetztgradnet avatar joepio avatar keris avatar knightxun avatar luke-feeney avatar mbrukman avatar oising avatar sahuguet avatar singhj avatar swilly22 avatar tedmiston avatar yecol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-graph's Issues

Adding a new category of resources : Frameworks

Could be interesting not to just mention the stores, but also framweorks for visualization / app development, like (the list below is probably not complete! )

  • Graphileon ( that's us)
  • Structr
  • Linkurious
  • Keylines

Graph DB for 500M vertices and 2Bn edges labelled by 1M indices.

We are looking to use a graph DB. Our data set has about 500M vertices and 2Bn directed edges. Each edge has an index from 0 to 1M (i.e. on average 2000 edges share the same index). We can have parallel edges with different indices. We need to be able to query for a desired index range. Also, each edge has another value attribute, and each vertex has one scalar attribute. We would have to add more vertices and edges as time goes on. We would like to host this on a single server with large memory.

  • Which graph databases would scale for this data set?
  • How would you model such a data set in a graph DB? Should it be a one giant graph or maybe a series of 1M sub-graphs (e.g. one graph per each index value)?

Add Datalog as a query language

The group of graph databases that use datalog variants as query languages grows everyday - in fact, I would suggest that it is swiftly becoming the dominant query approach in the new generation of graphs dbs. These new superstars all use datalog:

TerminusDB
Grakn
Crux

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.