Reader small image

You're reading from  Graph Data Science with Neo4j

Product typeBook
Published inJan 2023
Reading LevelIntermediate
PublisherPackt
ISBN-139781804612743
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Estelle Scifo
Estelle Scifo
author image
Estelle Scifo

Estelle Scifo possesses over 7 years experience as a data scientist, after receiving her PhD from the Laboratoire de lAcclrateur Linaire, Orsay (affiliated to CERN in Geneva). As a Neo4j certified professional, she uses graph databases on a daily basis and takes full advantage of its features to build efficient machine learning models out of this data. In addition, she is also a data science mentor to guide newcomers into the field. Her domain expertise and deep insight into the perspective of the beginners needs make her an excellent teacher.
Read more about Estelle Scifo

Right arrow

Exercises

To make sure you fully understand the content described in this chapter, you are encouraged to think about the following exercises before moving on:

  1. Which information do you need to define a graph?
  2. Do you need a graph dataset to start using a graph database?
  3. True or false:
    1. Neo4j can only be started with Neo4j Desktop.
    2. The application to use to create dashboards from Neo4j data is Neo4j Browser.
    3. Graph data science is supported by default by Neo4j.
  4. Are the following Cypher syntaxes valid, and why/why not? What are they doing?
    1. MATCH (x:User) RETURN x.name
    2. MATCH (x:User) RETURN x
    3. MATCH (:User) RETURN x.name
    4. MATCH (x:User)-[k:KNOWS]->(y:User) RETURN x, k, y
    5. MATCH (x:User)-[:KNOWS]-(y) RETURN x, y
  5. Create more data (other node labels/relationship types) and queries.
Previous PageNext Chapter
You have been reading a chapter from
Graph Data Science with Neo4j
Published in: Jan 2023Publisher: PacktISBN-13: 9781804612743
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime

Author (1)

author image
Estelle Scifo

Estelle Scifo possesses over 7 years experience as a data scientist, after receiving her PhD from the Laboratoire de lAcclrateur Linaire, Orsay (affiliated to CERN in Geneva). As a Neo4j certified professional, she uses graph databases on a daily basis and takes full advantage of its features to build efficient machine learning models out of this data. In addition, she is also a data science mentor to guide newcomers into the field. Her domain expertise and deep insight into the perspective of the beginners needs make her an excellent teacher.
Read more about Estelle Scifo