Skip to content

A curated list of resources for graph-related topics, including graph databases, analytics and science

Notifications You must be signed in to change notification settings

paulwilton/awesome-graph-universe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Awesome Graph Universe 🌐

Welcome to Awesome Graph Universe, a curated list of resources, tools, libraries, and applications for working with graphs and networks. This repository covers everything from Graph Databases and Knowledge Graphs to Graph Analytics, Graph Computing, and beyond.

Graphs and networks are essential in fields like data science, knowledge representation, machine learning, and computational biology. Our goal is to provide a comprehensive resource that helps researchers, developers, and enthusiasts explore and utilize graph-based technologies.

Feel free to contribute by submitting pull requests! 🚀

Table of Contents


Graph Databases

Graph databases are designed to store, manage, and query graph-structured data. They come in two main categories: Property Graphs and Triple Stores. Below are some key tools and their respective languages.

Property Graph Databases

Property graphs allow nodes and edges to have associated properties, making them useful for more detailed graph representations.

  • Amazon Neptune Status Language - A managed graph database service that supports both RDF graphs (Triple Store) and property graphs.
  • ArangoDB Status Language - Multi-model database supporting graphs, documents, and key-value pairs.
  • JanusGraph Status Language - A scalable, distributed property graph database optimized for querying massive graphs.
  • KuzuDB Status - A highly scalable, extremely fast, easy-to-use embeddedable graph database.
  • Memgraph Status Language - Open-source in-memory graph database, tuned for dynamic analytics environments.
  • Neo4j Status Language - A leading native graph database with high-performance queries for large datasets.
  • OrientDB Status Language - A multi-model database supporting graphs and documents.
  • TigerGraph Status Language - A fast, scalable graph database for enterprise applications and analytics.

Triple Stores (RDF Databases)

Triple stores are designed to store and query RDF (Resource Description Framework) data, which represents information in triples: subject-predicate-object.

  • Amazon Neptune Status Language - A managed graph database service that supports both RDF graphs (Triple Store) and property graphs.
  • Blazegraph Status Language - A high-performance triple store used for RDF data.
  • GraphDB Status Language - An RDF database that helps create and query linked data.
  • Stardog Status Language - An enterprise knowledge graph platform, fully compliant with RDF and SPARQL.

Graph Engines

Graph engines are optimized systems for performing queries, computations, and analytics on large graph datasets, leveraging both hardware and software efficiencies.

  • AnzoGraph Status Language - A massively parallel, in-memory graph database engine for advanced analytics.
  • Dgraph Status Language - A fast, distributed graph database system designed for real-time query execution.
  • GunDB Status Language - A decentralized graph database engine designed for distributed systems.
  • KuzuDB Status - A highly scalable, extremely fast, easy-to-use embeddedable graph database.
  • Memgraph Status Language - Open-source in-memory graph database, tuned for dynamic analytics environments.
  • PuppyGraph Status - Seamlessly query one or multiple data stores as a unified graph model.
  • TigerGraph Status Language - A real-time graph analytics platform that supports massive datasets and deep link analytics.

Knowledge Graphs

Knowledge graphs connect data points into a rich semantic web of entities and relationships. They are often used in AI applications, search engines, and data integration platforms.

  • DBpedia Status Language - A project aimed at extracting structured content from Wikipedia.
  • Google Knowledge Graph Status - Powering Google's search engine with structured knowledge representation.
  • Wikidata Status Language - A free and open knowledge graph that can be queried and used in various applications.
  • YAGO Status Language - A huge semantic knowledge base derived from Wikipedia, WordNet, and GeoNames.

Graph Data Science and Analytics

Graph data science focuses on analyzing the structure and patterns in graphs to solve complex problems in domains like recommendation systems, fraud detection, and social network analysis.

  • GraphTool Status Language - An efficient Python module for manipulation and statistical analysis of graphs.
  • GraphX (Apache Spark) Status Language - A component of Apache Spark for graph-parallel computation.
  • MAGE - Memgraph Advanced Graph Extensions is an open-source graph algorithms library written in C++, Python and Rust.
  • Neo4j Graph Data Science Status Language - A comprehensive library for graph algorithms and machine learning models.
  • NetworkX Status Language - A Python library for creating, manipulating, and studying complex networks.
  • TigerGraph Graph Studio Status Language - Powerful tools for exploring and analyzing graph data.

Graph Computing

Graph computing refers to the infrastructure and platforms that handle large-scale graph processing, often distributed across multiple machines for speed and scalability.

  • Apache Giraph Status Language - A scalable graph processing system used by Facebook for social graph analysis.
  • GraphFrames (Apache Spark) Status Language - Combines the benefits of GraphX and DataFrames for scalable graph processing.
  • GraphLab Status Language - A high-performance, graph-based computation engine for machine learning applications.
  • Pregel Status Language - Google's graph processing model, inspired by Bulk Synchronous Parallel (BSP) systems.
  • thatDot Streaming Graph Status Language - Built on top of Quine, Streaming Graph is a high-performance stream processor designed for real-time, massively parallel, graph data processing and analytics, capable of ingesting millions of events per second.

Graph Visualization

Graph visualization refers to the tools that can be used to visualize graphs and in that way help detect important patterns in the data.

  • Orb - Open-source graph visualization library. Status Language
  • GraphXR - Web app for visual graph analytics

GraphRAG Infrastructure

GraphRAG refers to using knowledge graphs for the basis of RAG (Retrieval-Augmented Generation) to improve the accuracy of Generative AI responses.

  • GraphRAG Status Language - Microsoft's open source project to deploy a GraphRAG solution
  • TrustGraph Status Language - Full end-to-end and open source GraphRAG solution that deploys in minutes with a single line of code.

Graph Stream Processors

Graph stream processors enable real-time graph computations within event-stream processing systems. They integrate seamlessly into ETL pipelines or event streams, allowing graph operations to be performed on incoming data streams. These tools consume events, apply graph-based transformations or analyses, and emit processed events, facilitating dynamic graph processing as data flows through the system.

  • Quine Status Language - Quine allows developers to combine multiple event streams into a single graph, query for complex event relationships to identify high value patterns, and take an action in real time.

Contributing

Contributions are welcome! If you know of any valuable graph-related resources, tools, or libraries that should be included, feel free to submit a pull request or open an issue.

Please follow the contribution guidelines to maintain the quality and consistency of Awesome Graph Universe.


License

CC0

This repository is licensed under CC0 1.0 Universal, which means you can freely use and contribute to this project.


Happy Graphing! 😊


Inspired by the work of Jean-Baptiste Musso - which is currently inactive.

About

A curated list of resources for graph-related topics, including graph databases, analytics and science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published