Introduction to RedisGraph

Go to class
Write Review

Free Online Course: Introduction to RedisGraph provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Introduction to RedisGraph is taught by Ayaka Shinozaki.

Overview
  • Learn how to model, populate, and query large amounts of complex relational data, using RedisGraph, the knowledge graph database built on Redis.

Syllabus
  • Introduction

    • Learn RedisGraph
    • What you should know
    1. Introduction to Knowledge Graphs and RedisGraph
    • What is a knowledge graph?
    • Reading Cypher
    • RedisGraph
    2. Populating Your Own Knowledge Graph
    • Adding nodes and edges
    • Connecting nodes and edges
    • How to check your graph and troubleshoot
    • Fixing the graph with a DELETE operation
    • Updating the graph with a SET operation
    3. Query Your Knowledge Graph
    • Using the RETURN operation to get specific information
    • Further specifications on the RETURN operation
    • Part one: Using the WHERE clause to filter the results
    • Part two: Using the WHERE clause to filter the results
    4. Full-Text Search
    • Introduction to indexes and full-text search
    • Interleaving CALL clause and other Cypher clauses
    Conclusion
    • Your knowledge graph journey