Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 997 Bytes

File metadata and controls

26 lines (18 loc) · 997 Bytes

The official Docker image for Gel

This repository contains the officially maintained Docker image packaging Gel and the Gel CLI.

When to use this image

This image is intended for use in production, or as part of a development setup that involves multiple containers orchestrated by Docker Compose or a similar tool. Otherwise, we recommend using the Gel CLI to install Gel and manage local instances.

What is Gel?

Gel is an open-source object-relational database built on top of PostgreSQL, featuring:

  • strict, object-oriented typed schema;
  • powerful and expressive query language;
  • rich standard library;
  • built-in support for schema migrations;
  • native GraphQL support.

Try the quickstart or jump into the docs to get started with Gel.