In the previous lesson, you learned how to import data into your Aura instance. In this lesson, you will learn how to:
-
Connect to your Aura instance using the integrated query tool
-
Execute Cypher queries to explore your data
-
Visualize query results using different formats
Conclusion
The Query Tool is a powerful interface for interacting with your Neo4j database. It allows you to run Cypher queries, visualize results, and explore your graph data.
-
Manage schema
-
Manage roles and permissions
-
Develop, test and troubleshooting queries
In the next lesson we take a look at an alternative way to explore the database!
Check your understanding
Purpose of the query tool
What is the purpose of the integrated query tool in the Aura console?
-
❏ The integrated query tool aims at the business user that doesn’t understand the Cypher syntax but does know the underlying model of the data.
-
❏ The integrated query tool has no aim at all. It’s just eye candy showing bubbles and arrows to draw people in.
-
✓ The integrated query tool aims at the database managing users (developers, DBAs) that are willing to learn the Cypher syntax. It’s their tool of choice to interact with the database.
Hint
Think about the purpose of the query tool and who it is designed for.
Solution
The integrated query tool aims at the database managing users (developers, DBAs) that are willing to learn the Cypher syntax. It’s their tool of choice to interact with the database.
Summary
=== In this lesson you learned how to use the integrated query tool in the Aura console to connect to your database instance, execute Cypher queries, and visualize the results.
In the next lesson, you will explore the dashboard tool to create visual representations of your data. ===