What you'll learn:
- Graph Database Neo4j (NoSQL)
- Node and Relationship In Neo4j
- Create, Read, Update and Delete (CRUD) Operations with Neo4j and Spring Boot
- AND, OR, IN Queries with Neo4j and Spring Boot
- Set up Neo4j on a Windows
- Constraints In Neo4j
- Aggregate Functions In Neo4j
- Contains, Starts with Queries In Neo4j
- Pagination & Sorting In Neo4j
***** Some Reviews From Students *****
This is a very good step-by-step tutorial. I like that it uses Maven, Postman and Intellij IDEA. The instructor explicitly tells you all the steps to set up your environment so you don't waste a lot of time. It is easy to skip over the stuff I already know and get to the material I need. The code is clearly legible on the screen (no squinting required; full screen mode is not necessary). The instructor is easily understood even at 1.5x speed. Once I got into the Spring Boot section I was quickly running a working application and adding to it. This is the best Udemy course I've ever taken.
Good course. It is quite comprehensive and covers good examples.
wanted to learn graph database Neo4j and this course covers what I was looking for.
This course is all about Neo4j which is Graph Database and it is type of NoSQL.
In this course you will learn Neo4j in detail and also you will learn How to use Neo4j with Spring Boot ?
Below are topics that this course covers :-
What is Graph, Node and Property ?
Neo4j Installation
Create & Drop Database
Create, Read, Update and Delete (CRUD) Operations in Neo4j.
Cypher Query Language (CQL)
AND, OR and IN Queries In Neo4j.
Relationship between Nodes
Relationship Properties
Constraints in Neo4j - Unique Constraint, Property Existence Constraint & Node Key Constraint
Neo4j with Spring Boot using Spring Data Neo4j
Create, Read, Update and Delete (CRUD) Operations using Spring Data Neo4j
AND, OR and IN Queries using Spring Data Neo4j
Optional Match and Detach Delete
May be you are thinking why to learn Neo4j ?
The answer is when you have complex relations in your SQL database then if you try with query which has lot of JOINS in it then it will slow down the performance where as Neo4j is faster as compared to SQL databases.
Neo4j is being used by companies like Airbus, Walmart, eBay, Adobe etc.
By end of the course you will be able to manage data in Neo4j Graph Database along with your Spring Boot Application. You will be able to execute CQLs to perform different operations in Neo4j.
This course covers Neo4j with Spring Boot because Spring Framework is widely used among Java Developers.