Getting started with Cypher and RedisGraph / Part III

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • redisgraph-demo

    redisgraph demo

  • git clone https://github.com/gfabrizi/redisgraph-demo.git

  • redis-datasets

    A Curated List of Sample Redis Datasets

  • we used a script (bulk_insert.py) from the awesome repository redis-dataset: https://github.com/redis-developer/redis-datasets The script is used to import nodes (-n parameter) and relationships (-r parameter). You can specify more than one nodes and relationships file. We imported nodes representing cities (City.csv) and relations (ROUTE.csv); the import script uses the csv filenames to give name to nodes and relations. So now we have our graph "Routes" filled with 19 cities and 1786 routes.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts