A new universe for your graph data.Meet Galactus DB
GET STARTED

Let’s get your graph running.

Use Docker Compose to start Galactus DB and Explorer. Then connect your app or open Explorer and try your first Cypher query.

2

Choose your database password

Create a .env file beside compose.yaml. Replace the example value with a password of at least 12 characters.

GDB_INITIAL_PASSWORD=replace-with-your-password
3

Start the database and Explorer

Run this in the same directory, then open Explorer at http://127.0.0.1:7474.

docker compose up -d