Skip to content

Conversation

@irina-loghin-neo4j
Copy link
Contributor

Choose a Pull Request Template

Please choose the appropriate template for your PR:

  • [General Update Template] (continue with this template)

General Update PR

Description

Fix image paths, added newlines, made the storyline about implying the learner is part of a movie studio consistent accros lessons, fixed question not being marked correct - it had the same title as a lesson section

Related Issues

  • Closes #[issue number]

Testing

  • [ x ] Tested locally
  • [ x ] All existing tests pass

You will explore the Dashboards interface, learn about different visualization options for data representation, and discover the built-in tools for data exploration and visualization.

This course will prepare you to visualize and understand the Neo4j databases in the cloud with confidence.
This course will prepare you to visualize and understand Neo4j databases with confidence. While the examples use Neo4j Aura for ease of access, the same features are available in Neo4j Enterprise Edition on-premises.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... understand Neo4j databases with confidence? I'm not sure what that means

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all the same features available with Neo4j enterprise edition?

@@ -1,30 +1,37 @@
= Building Dashboards in Neo4j Aura
= Building Dashboards in Neo4j
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be Building Dashboards with Neo4j rather than in Neo4j?

* **Neo4j Enterprise Edition on-premises** - If you already have access

Create an account and an instance by following these instructions:
The rest of this lesson focuses on setting up Neo4j Aura. If you're using on-premises, skip to **Step 4** to learn how to connect.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're using a Self-Managed version of Neo4j


To do this, you can use natural language to ask questions about your data, and Aura Dashboards will generate the necessary visualisations for you.
Writing Cypher queries is not required, although you can use them if you prefer.
To do this, you can use natural language to ask questions about your data, and Neo4j Dashboards will generate the necessary visualizations for you.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To do this, You can use the Ask With AI feature to ask questions about your data and generate complete dashboard visualisations

== Dashboard page limits

* Free tier: 3 dashboard pages available. If you have already created a free tier instance, you can access upgrade at any time to access more dashboards.
The number of dashboard pages you can create depends on your platform:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We call these tiers, don't we?


image::images/ee-dashboards.png[Enterprise tier dashboards,width=600,align=center]

**For on-premises Enterprise Edition users:**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-Managed

Comment on lines +83 to 85
Prior to using the AI tool, ensure that you have read the AI disclaimer available in the Dashboards interface:

image::images/genai-disclaimer.png[AI disclaimer dialog,width=600,align=center]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary to state?

You will learn how to:

* Connect to your Aura instance using the integrated Query tool.
* Connect to your Neo4j database using the integrated Query tool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Connect to your Neo4j database instance using the integrated Query tool

Comment on lines +5 to +19
In the previous lessons, you learned how to create, customize, and share dashboards.

In this section, you will learn about additional resources and next steps to continue your journey with Neo4j Aura.
In this section, you will learn about additional resources and next steps to continue your journey with Neo4j Dashboards.

Feel free to ask any questions in the chat!


== Final Project: Build Your Stakeholders Dashboard

Now it's time to apply everything you've learned by creating a comprehensive, production-ready dashboard.


=== Project Overview

**Scenario:** Design a dashboard for a streaming service to support content acquisition decisions. The dashboard will serve three stakeholder groups: executives, marketing team, and content acquisition team.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would call the lesson "Final Project..." and put a read button at the bottom so it triggers the completion modal. Otherwise it seems a bit disjointed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make it a :type: challenge too

Copy link
Contributor

@martinohanlon martinohanlon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary:

  • There are some challenges around flow in the course. There is a lesson about "create your first card", in previous lessons they create a card.
  • Importing data process is confusing, I wasnt sure what the learner was meant to do. I would strongly suggest picking 1 approach and being consistent. Cater for the majority not the minority.
  • The Aura / Enterprise notes created confusion for me.
  • There are options to simplify the language and lower the cognitive load.
  • Some of the questions arent covered by the lesson content.

In this course you will learn about Aura Dashboards, a feature for visualising and exploring graph data directly within the Aura environment.
You will learn how to access Aura Dashboards, import and visualize data, create interactive dashboards using AI and Cypher queries, and share dashboards with others.
In this course you will learn about Neo4j Dashboards, a feature for visualizing and exploring graph data directly within Neo4j.
You will learn how to access Dashboards, import and visualize data, create interactive dashboards using AI and Cypher queries, and share dashboards with others.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe bullet point this list to make it easier to read

You will explore the Dashboards interface, learn about different visualization options for data representation, and discover the built-in tools for data exploration and visualization.

This course will prepare you to visualize and understand the Neo4j databases in the cloud with confidence.
This course will prepare you to visualize and understand Neo4j databases with confidence. While the examples use Neo4j Aura for ease of access, the same features are available in Neo4j Enterprise Edition on-premises.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are all the same features available with Neo4j enterprise edition?

* A basic understanding of graph databases and Neo4j
* Access to a Neo4j database - either:
** Neo4j Aura (free tier available) - recommended for new users
** Neo4j Enterprise Edition on-premises with Dashboards enabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe link out to the docs where they can find how to enable dashboards on enterprise

** Neo4j Aura (free tier available) - recommended for new users
** Neo4j Enterprise Edition on-premises with Dashboards enabled

If you are new to Neo4j, you can familiarize yourself with the database using the link:/courses/neo4j-fundamentals/[Neo4j Fundamentals course^], the link:/courses/aura-fundamentals/[Aura Fundamentals course^] and the link:/courses/cypher-fundamentals/[Cypher Fundamentals course^].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe bullet point this and provide the course caption so people know what the courses are.

* link:/courses/neo4j-fundamentals/[Neo4j Fundamentals course^] - Learn about Graph databases and get started with Neo4j

Ever wondered how movie recommendation systems work, or how studios track which genres are trending?

Representing data in a visual format can help uncover patterns that might be missed otherwise.
Representing data in a visual format can help uncover patterns that might be missed otherwise.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could lose otherwise - "otherwise what?"

Suggested change
Representing data in a visual format can help uncover patterns that might be missed otherwise.
Representing data in a visual format can help uncover patterns that might be missed.


== Sharing your dashboards
* Share dashboards based on your Neo4j user management system
* Consult your database administrator for user access procedures
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comments as below - they might not had a database admin


image::images/1-invite-users-2.png[Email address added to the invite users field]

[start=5]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this now be 3?


image::images/1-users-roles.png[Project role drop down showing the different roles available]

[start=6]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4?

. Click **Send Invites** to send the invitations
. Click **Send Invites** to send the invitations.

[start=7]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5?

You can format the asciidoc so you dont need to specify starts.

Comment on lines +5 to +19
In the previous lessons, you learned how to create, customize, and share dashboards.

In this section, you will learn about additional resources and next steps to continue your journey with Neo4j Aura.
In this section, you will learn about additional resources and next steps to continue your journey with Neo4j Dashboards.

Feel free to ask any questions in the chat!


== Final Project: Build Your Stakeholders Dashboard

Now it's time to apply everything you've learned by creating a comprehensive, production-ready dashboard.


=== Project Overview

**Scenario:** Design a dashboard for a streaming service to support content acquisition decisions. The dashboard will serve three stakeholder groups: executives, marketing team, and content acquisition team.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make it a :type: challenge too

Copy link
Contributor

@martinohanlon martinohanlon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary:

  • There are some challenges around flow in the course. There is a lesson about "create your first card", in previous lessons they create a card.
  • Importing data process is confusing, I wasnt sure what the learner was meant to do. I would strongly suggest picking 1 approach and being consistent. Cater for the majority not the minority.
  • The Aura / Enterprise notes created confusion for me.
  • There are options to simplify the language and lower the cognitive load.
  • Some of the questions arent covered by the lesson content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants