
Document
A flexible way to store data, allowing for nested structures and relationships to be stored within a single document.

Graph
Store data as nodes and edges to query connected datasets like social networks, recommendation engines, or fraud detection graphs.

Vector
Store and query high-dimensional vectors generated from LLM models for AI applications.

Full-Text Search
Index and retrieve text-based data based on tokenized and modified text, rather than exact, literal matches.

Time Series
Optimized querying and managing time-stamped data over periods of time or via aggregated table views.

Geospatial
Store and query data related to the Earth's surface using objects including points, lines, polygons, and more.