Software Alternatives & Reviews

Getting Started with Redis and RedisGraph

Apache TinkerPop Redis RedisGraph neo4j JanusGraph Blazegraph
  1. Apache TinkerPop is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP).
    Property Graph, mainly represented as node and relationship in which they can have properties. The database for this kind of data is usually called Graph Database. Gremlin - by TinkerPop project and Cypher - by Neo4J are their query language (also AQL - Arango Query Language - by ArangoDB, but AQL does not only provides graph query language).

    #Graph Databases #NoSQL Databases #Databases 3 social mentions

  2. 2
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    Redis module for graph - RedisGraph. RedisGraph uses Cypher for its query language.

    #Key-Value Database #NoSQL Databases #Databases 183 social mentions

  3. A high-performance graph database implemented as a Redis module.
    Redis module for graph - RedisGraph. RedisGraph uses Cypher for its query language.

    #Graph Databases #NoSQL Databases #Databases 2 social mentions

  4. 4
    Meet Neo4j: The graph database platform powering today's mission-critical enterprise applications, including artificial intelligence, fraud detection and recommendations.
    Pricing:
    • Open Source

    #Graph Databases #Big Data #Databases 27 social mentions

  5. JanusGraph is a scalable graph database optimized for storing and querying graphs.
    Pricing:
    • Open Source

    #Graph Databases #NoSQL Databases #Databases 2 social mentions

  6. Blazegraph is a scalable, high-performance graph database with support for the Blueprints and RDF/SPARQL APIs.
    Triple, mainly represented by RDF with SPARQL as its query language. In TripleStore, data is represented as Subject-Predicate-Object. The database for this kind of data is usually called TripleStore. An example of TripleStore is BlazeGraph.

    #Graph Databases #Databases #NoSQL Databases 2 social mentions

Discuss: Getting Started with Redis and RedisGraph

Log in or Post with