Learn how to set up hgres
hgres is the multi-temporal graph engine that powers HASH — the type system and entity store, usable on its own without the rest of the application. To learn more about hgres and its unique capabilities, visit hgres.org
If you're looking for a headless, multi-temporal, SemType-compatible property graph… hgres is for you.
If you want a graphical user interface on top of hgres, a more fully-functional entity/type management experience, or the ability to integrate data seamlessly from external sources via ready-made integrations and AI extractors, use HASH instead.
Like HASH itself, hgres can be run locally on a single machine via Docker, enabled via a single Docker Compose file.
To get started, you'll need the following installed:
git clone https://github.com/hashintel/hash.git
cd hash/infra/compose
docker compose --profile hgres up -d
This starts hash-graph together with only its dependencies (Postgres and Temporal).
Previous