From the course: Vector, Graph, and DynamoDB
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Graph databases
From the course: Vector, Graph, and DynamoDB
Graph databases
- [Instructor] These are five key points to discover when you're thinking about a graph database. This is a Neptune database from Amazon, and you can see here that you have these relationships between these different cities, and this is a network tool that allows you to discover hidden patterns, like communities, or do recommendations or shortest path, et cetera. So if we look through some of the characteristics here that are most important, first up, we have storage data in a graph format. So this graph structure has nodes, it has edges, and it has properties. So you can do different kinds of descriptive statistics that are not available with traditional data. For example, centrality, for example, would be a great example. What is the most central component of this particular structure? Or what is the shortest path, or what is the page rank? Which is one of the algorithms that has typically been used for search engines. Next step, we have optimized for highly interconnected data and…
Contents
-
-
Picking a database3m 28s
-
Intro to Amazon Neptune2m 48s
-
(Locked)
Key Rust CLI1m 32s
-
(Locked)
Rust CLI Graph lab2m 41s
-
(Locked)
What is SQLite?: Key features1m 50s
-
(Locked)
ETL with SQLite2m 12s
-
(Locked)
ETL with SQLite: Demo3m 35s
-
(Locked)
What is DynamoDB?2m 29s
-
(Locked)
What are vector databases?2m 10s
-
(Locked)
Using CRUD with DynamoDB and the CLI3m 15s
-
(Locked)
Using CRUD with DynamoDB and Python3m 23s
-
(Locked)
Using CRUD with DynamoDB and Rust4m 18s
-
(Locked)
Learn AWS CloudShell: Demo4m 2s
-
(Locked)
Learn AWS CodeCatalyst: Demo5m 21s
-
(Locked)
Learn AWS CodeWhisperer: Demo4m 9s
-
(Locked)
Create a table with the CLI1m 22s
-
(Locked)
Populate table batch1m 24s
-
(Locked)
Query a table with values2m 2s
-
(Locked)
Project walkthrough2m 24s
-
(Locked)
Semantic search4m 33s
-
(Locked)
Quickstart Qdrant2m 9s
-
(Locked)
Qdrant Rust client3m 4s
-
(Locked)
Vector database architecture2m 5s
-
(Locked)
Enhance semantic search2m 56s
-
(Locked)
Graph databases2m 24s
-