You can edit almost every page by Creating an account. Otherwise, see the FAQ.

RedisGraph

From EverybodyWiki Bios & Wiki

RedisGraph
Developer(s)Redis Labs
Initial release1.0 / November 15, 2018; 5 years ago (2018-11-15)[1]
Written inC
Engine
    LicenseApache 2.0 with Commons Clause
    Websiteredisgraph.io

    Search RedisGraph on Amazon.

    RedisGraph is a Redis Module created by Redis Labs that adds graph database functionality to Redis. It is the first queryable property graph database to use sparse matrices to represent the adjacency matrix in graphs and to use linear algebra to query the graphs. RedisGraph is available under the Apache 2.0 license with Commons Clause.[2]

    Primary features:

    • A property graph model
      • Nodes (vertices) and relationships (edges) may have attributes
      • Nodes can be labeled
      • Relationships have a relationship type
    • Graphs represented as sparse adjacency matrices
    • Cypher query language (partially implemented to date)[3]
      • Cypher queries translated into linear algebra expressions

    References[edit]

    1. "Redis Labs Introduces RedisGraph and Streams to Support a Zero Latency Future". NBC Right Now. Retrieved 15 November 2018.
    2. "RedisGraph Licensing". GitHub. Retrieved 15 November 2018.
    3. "Cypher Coverage". Redis Labs. Retrieved 15 November 2018.

    External links[edit]


    This article "RedisGraph" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:RedisGraph. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.