Load Data from a Jupyter Notebook to Amazon Neptune and Run Queries with Gremlin
In this lab, you'll practice using the Gremlin language to insert and query data in an Amazon Neptune database. When you're finished, you'll have the beginnings of a company organization chart.
Terms and conditions apply.
Lab info
Lab author
Challenge
Create the Vertices of the Gremlin Graph
You'll begin creating your graph by first creating some vertices using the Gremlin traversal language.
Challenge
Connect the Vertices with Edges
Now that the graph model contains some vertices, you'll connect these vertices by creating edges.
Challenge
Visualize the Graph Model
Now that the graph model contains vertices and edges, you'll create visualizations based on those relationships.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Familiarity with coding, including chaining
- Jupyter Notebooks
- Graph Database Fundamentals