Gel (formerly EdgeDB) Graph-Relational Database on PostgreSQL

AWS Databases

A graph, relational database with a typed schema and its own EdgeQL query language.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

Gel, formerly EdgeDB, is an open source graph, relational database that runs on top of PostgreSQL. You describe your data as typed object types with links and properties in a declarative schema, evolve it through versioned migrations, and query it with EdgeQL, a composable query language that returns rich nested results without hand written joins. A built in web interface gives you a schema browser, an interactive REPL and a data explorer, and client libraries cover the popular languages.

It suits any team that wants the safety of a typed relational core with the ergonomics of a modern query language, running inside their own cloud account rather than as a hosted service.

Why the cloudimg image

The cloudimg image installs Gel from the official package repository and runs a single node server under systemd, with the database bound to loopback behind an nginx reverse proxy so the built in web interface is reachable securely within minutes. Nothing sensitive is baked into the image: on the first boot of every virtual machine the server instance is created fresh, the superuser password is randomised, a per machine TLS certificate is generated, and the web interface is gated by a per machine reverse proxy password held only as a hash. A small demo schema and data set are seeded so the schema browser and data explorer are populated the moment you sign in. The paired deployment guide covers reading your credentials, exploring the schema, running EdgeQL, applying a migration and connecting a client, and every deployment carries 24/7 support.

Common uses

  • Typed application data models with links, properties and constraints
  • Schema first development with versioned migrations and EdgeQL
  • A self hosted graph, relational database you run in your own cloud account

Key features

  • Ready-to-use Gel database on first boot. Gel (formerly EdgeDB), the graph-relational database built on PostgreSQL, is installed from the official package repository and runs under systemd behind an nginx reverse proxy. A small demo schema and data set are seeded automatically, so the built-in Gel UI schema browser, interactive REPL and data explorer are populated the moment you sign in - no manual package install and no proxy configuration required.
  • Secure by default, with no baked credential. Every instance generates its own superuser password, its own self-signed TLS certificate and its own nginx reverse-proxy password on first boot - nothing is shared across instances. The database binds to the loopback interface only and is reachable solely through the authenticated nginx proxy on port 80, so it is never exposed unauthenticated and no two instances are alike.
  • Around-the-clock cloudimg support with a one-hour average response for critical issues. Engineers assist via email and live chat with deployment sizing, schema modelling and EdgeQL, applying migrations, connecting the official client libraries, TLS termination with your own domain and certificate, backups and Gel version upgrades.

See it running

Real screenshots taken while testing this image against its deployment guide.

Gel (formerly EdgeDB) Graph-Relational Database on PostgreSQL screenshot 1 Gel (formerly EdgeDB) Graph-Relational Database on PostgreSQL screenshot 2 Gel (formerly EdgeDB) Graph-Relational Database on PostgreSQL screenshot 3 Gel (formerly EdgeDB) Graph-Relational Database on PostgreSQL screenshot 4

Description

This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

## Why Gel on AWS Marketplace?

Backend engineers and data-modelling teams running workloads on AWS EC2 often face a choice: spend 30-60 minutes manually installing a database, configuring TLS, setting up a reverse proxy, and generating credentials - or use a managed service that limits control. This Gel AMI eliminates that trade-off. You get a fully configured graph-relational database that is query-ready on first boot, with production-grade security defaults and full administrative access.

## What Is Gel?

Gel (formerly EdgeDB) is an open source graph-relational database built on top of PostgreSQL. You describe your data as typed object types with links and properties in a declarative schema, evolve it through versioned migrations, and query it with EdgeQL - a composable query language that returns rich, deeply nested results without hand-written joins. Gel ships a built-in web admin interface (the Gel UI) with a schema browser, an interactive REPL, and a data explorer. Official client libraries cover popular languages.

## How This AMI Saves You Time

  • Boot to first query in minutes: Gel is installed from the official package repository and runs under systemd behind an nginx reverse proxy. No manual package installation, no proxy configuration, no credential setup.
  • Demo schema pre-seeded: A small schema and data set are loaded via a recorded migration on first boot, so the schema browser and data explorer are populated the moment you sign in.
  • Paired deployment guide included: Walk through reading your credentials, exploring the schema, running EdgeQL, applying a migration, and connecting a client library.

Compare this to a bare EC2 install where you would manually add the Gel repository, configure systemd units, generate TLS certificates, set up nginx, and create authentication credentials - steps that typically take 30-60 minutes and introduce configuration drift across instances.

## Security by Design

Unlike images that ship shared credentials, this AMI generates all secrets fresh on every first boot:

  • Unique superuser password - randomly generated per instance, never baked into the image
  • Unique self-signed TLS certificate - created during data directory initialisation
  • Unique nginx reverse-proxy password - no two instances share authentication material

The database process binds only to the loopback interface and is reachable solely through the authenticated nginx proxy on port 80. systemd manages the service for automatic restarts and clean logging. The image is captured with the data directory wiped and the server disabled, ensuring every launch starts clean.

## Example Use Case

Consider a SaaS product catalog with deeply nested categories, variant options, and cross-linked recommendations. In raw PostgreSQL you would write multi-level JOINs or recursive CTEs. With Gel, you model categories, products, and recommendations as typed object types with links, then retrieve an entire nested product tree in a single EdgeQL query - no ORM layer, no manual join assembly. The Gel UI lets you visually browse that schema and test queries interactively before wiring them into your Next.js or Python backend via the official client library.

## What Is Included

  • Gel 7 (current release) installed from the official repository
  • nginx reverse proxy with HTTP basic authentication on port 80
  • Self-signed TLS between proxy and database
  • systemd service management with automatic restart
  • Pre-seeded demo schema and data set
  • Deployment guide covering credentials, schema exploration, EdgeQL, migrations, and client connection
  • 24/7 cloudimg support via email and live chat

## Getting Started

Launch the AMI on your preferred EC2 instance type, wait for first-boot initialisation to complete, then retrieve your generated credentials from the instance. Sign into the Gel UI through your browser, explore the demo schema, run EdgeQL queries in the REPL, and connect your application using an official client library. The deployment guide walks you through each step.

Gel and EdgeDB are trademarks of their respective owner. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

Related technologies

graph databaserelational databasepostgresqledgeqltyped schemadatabase migrationsedgedbgraph relationalschema browserdata explorerdatabase guityped databasebackend database