
Explore Neo4j fundamentals through four parts, from graph thinking to basic queries, with hands-on practice. Prepare tools and follow along to build your graph database.
Install Neo4j desktop, set up a local graph database, and open the browser to begin practicing queries.
Explore Neo4j fundamentals by practicing node creation, labels, and properties in a labeled property graph, using Cypher queries to model graphs and data relationships.
Master Neo4j basics by creating and updating person and company nodes with labels and properties, correcting typos in Cypher queries, and using merge and set to assign the employee role.
Explore how to model data in Neo4j by creating directed relationships between nodes, using match and merge, and implementing one-way and two-way relationships such as works at and founded in.
Explore how to model graphs in Neo4j by creating properties for nodes and relationships, using set, match, and return operations to build a functional graph database.
Explore thinking in graphs and ontology-based database types, comparing NoSQL graph databases like Neo4j with relational systems, and learn how graph emphasizes relationships and Cypher pattern matching.
Explore how graphs power data analysis with a Neo4j knowledge graph demo, creating nodes, relationships, and queries to model articles, people, companies, locations, and routing patterns.
Learn how to read graphs in Neo4j using Cypher to explore a movie graph from TMDB, perform pattern matching, and understand nodes, relationships, and basic queries in the sandbox.
Learn pattern matching in Neo4j with Cypher, using nodes, relationships, and variables to query movies and actors. Use match, where, and return to filter and retrieve results.
Learn how to create graphs in Neo4j using merge to safely avoid duplicates, create nodes and relationships with properties, and query patterns to build connected movie and user graphs.
Explore Neo4j databases and practice reading, querying, and creating graphs with Cypher across desktop, cloud, and docker setups, and preview Cypher foundation.
In this course you will learn about graph databases and the underlying principles of Neo4j.
You will learn about graph theory, the elements of a graph database, and when Neo4j is a good choice for your use case.
You will explore a Neo4j database, learn the basics of the query language Cypher, and use Cypher to read and write data in Neo4j.
This course will set you on your way to becoming a Neo4j expert.
I've learnt Neo4j for transforming some of my architectural modeling repository into graph database for more attractive analysis, that can bring the more insights for providing analytical result.
Nowadays, the graph - knowledge graph - becomes more and more popular, especially when Generative AI is involved, so, any technical expert and architect, you neeed to equip yourself to be graph ready and then graph AI ready.
The course is based on Neo4j Foundamentals material on-line, and explain every detail steps as well as providing you the practical demo, follow the course, you'll be quickly adopting the Neo4j Desktop and use that directly as your hands-on tool to practice the graph database create, explore and query.
Three parts are included:
1. Graph Thinking
2. Querying Graphs
3. Exploring Neo4j