GQLDB is Ultipa's high-performance graph database. This Quick Start walks you from an empty machine to a working graph you can query, analyze, and explore with an AI agent, in about 15 minutes.
By the end of this guide you will have:
Every chapter uses the same small social graph of users who follow one another.
User entities, each with properties name, age, and city.Follows relationships, each recording the year the follow started in a since property.This is enough to demonstrate loading, pattern matching, path finding, and a centrality algorithm, while staying small enough to read the whole result set.
The chapters are meant to be read in order:
Ready? Head to Install & Connect.