Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Database Design & Development Neo4j

Neo4j: GraphDB Foundations with Cypher

Learn what a graph database is, gain the fundamental skills to use Neo4j on your next project.
Bestseller
Rating: 4.4 out of 54.4 (2,586 ratings)
11,304 students
Created by Louis Sayers
Last updated 3/2020
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Explain graph database concepts
  • Set up Neo4j on a Windows or Mac machine
  • Retrieve real-time insights from application data
  • Create, update, and delete graph data via the Neo4j Browser
  • Join the Neo4j community
Curated for the Udemy for Business collection

Course content

12 sections • 76 lectures • 4h 42m total length

  • Preview01:00
  • Preview04:00
  • Preview03:57
  • Properties
    05:50
  • Neo4j Taster ("Recommendations" Dataset)
    19:56

  • Install and run Neo4j on Windows
    09:04
  • Install and run Neo4j on Mac
    08:54
  • Neo4j Editions
    03:36
  • Neo4j Desktop Command Bar
    00:51
  • Neo4j Bloom
    01:54
  • Neo4j Browser Overview (part 1)
    05:41
  • Neo4j Browser Overview (part 2)
    09:11
  • Neo4j Browser Overview (part 3)
    02:12
  • Neo4j Browser Overview (part 4)
    03:15
  • Course data setup
    02:28

  • MATCH - nodes
    06:36
  • Preview07:32
  • OPTIONAL MATCH
    05:51
  • Exercise #1
    00:39
  • Exercise #1 Answer
    02:04
  • Exercise #2
    00:30
  • Exercise #2 Answer
    02:35

  • Filter by properties
    03:31
  • WHERE clause
    01:54
  • Comparison Operators (<, =, <>, <=, >=)
    02:50
  • Boolean Operators (AND, OR, IN, NOT)
    04:40
  • Boolean Operators with paths
    04:58
  • String matching with regular expressions
    03:56
  • Transform results (ORDER BY, LIMIT, SKIP, AS)
    04:40
  • Exercise #1
    00:18
  • Exercise #1 Answer
    02:44
  • Exercise #2
    00:34
  • Exercise #2 Answer
    01:27

  • Removing Duplicates with DISTINCT
    02:45
  • Aggregation functions (COUNT, AVG, SUM, MIN, MAX)
    05:15
  • String functions
    07:19
  • Math functions
    04:30
  • Exercise #1
    00:44
  • Exercise #1 Answer
    03:47

  • Preview04:36
  • Relationships
    03:21
  • Adding to existing data
    06:13
  • Exercise #1
    00:11
  • Exercise #1 Answer
    03:39
  • Exercise #2
    00:38
  • Exercise #2 Answer
    04:32

  • Deleting nodes, relationships (part 1)
    04:02
  • Deleting nodes, relationships (part 2)
    03:38
  • Exercise #1
    00:21
  • Exercise #1 Answer
    02:19
  • Exercise #2
    00:28
  • Exercise #2 Answer
    02:33

  • SET properties, labels
    04:07
  • REMOVE properties, labels
    02:15
  • SET generated value
    02:53
  • Changing relationship types
    04:43
  • Exercise #1
    00:17
  • Exercise #1 Answer
    04:21
  • Exercise #2
    00:12
  • Exercise #2 Answer
    02:05

  • NULL values explained
    05:29
  • Boolean logic with NULL
    04:36
  • NULL Gotchas
    08:23
  • Working with NULL
    6 questions

  • MERGE
    04:58
  • ON CREATE SET
    02:26
  • ON MATCH SET
    03:33
  • Exercise #1
    00:26
  • Exercise #1 Answer
    03:17

Requirements

  • Must be proficient at using a computer, installing new applications
  • Have a general understanding of what a database is and how it can be used
  • Ideally have some previous experience using other types of databases

Description

Learn how some of the worlds top tech companies structure and query their data - using graph databases.

Through a series of tutorials, this course takes you through the fundamentals of using Neo4j - the world's leading Graph Database, and its query language Cypher. You'll learn graph database concepts, and gain practical skills in using Neo4j. 

By the end of the course, you'll be able to confidently run numerous queries, and understand what a graph database is.

Here's an outline of what you'll learn in the course:

  • What is a Graph Database
  • Neo4j installation process
  • Query for Nodes and Relationships
  • Create, Update, Delete data
  • How Null works in Neo4j
  • How to work with Paths in Neo4j


In addition to learning the basics of Neo4j, you'll find a number of video exercises that help you practice everything you learn along the way.

If you've ever wondered What's the best graph database? or How do Graph Databases compare to SQL databases? then you really can't go wrong with Neo4j. Voker Pacher, a senior developer at Ebay has been quoted as saying:

"We found Neo4j to be literally thousands of times faster than our prior MySQL solution, with queries that require 10 to 100 times less code. Today Neo4j provides Ebay with functionality that was previously impossible"

Neo4j as ranked by site db-engines, is also the most popular of all graph databases on the market today.



So if you're looking at progressing your career, keeping up with the latest in database technology, and gaining a new skill in a simple, easy to understand, yet powerful way then you should take this course.

Who this course is for:

  • Software developers that are sick of complex join queries, and are looking to simplify their architecture
  • Innovators that want to create the next social network, real-time recommendation engine, or other product that involves retrieving information from highly connected data points
  • Business analysts / marketers that wish to gain insights from in-house data

Featured review

Conrad Taylor
Conrad Taylor
18 courses
10 reviews
Rating: 5.0 out of 5a year ago
A great introduction to Neo4j and the Cypher query language. The structure of the course was presented in an easy to follow manner because the instructor had great attention to detail, always started by introducing the concept, followed by an exercise or quiz to reinforce concepts, and would finally present the answer(s) for the given exercise. Louis, thanks so much for taking the time in putting together is course!!!! 🙏🏾🙌🏾🙏🏾🙌🏾

Instructor

Louis Sayers
Continuous Innovator
Louis Sayers
  • 4.4 Instructor Rating
  • 2,586 Reviews
  • 11,302 Students
  • 1 Course

Louis Sayers
BSc Computer Science, Master of Engineering Management.

Globe trotter, full-stack web developer, continuous innovator. Previous experience includes being a university computer science tutor, ThoughtWorks consultant, Ruby on Rails contractor, growth hacker, startup founder.

Winner of Beta Pitch Vienna, TechPeaks startup accelerator participant, winner of Entre 75k entrepreneurship competition, winner of Microsoft Imagine Cup NZ.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.