xtdb/core2

By xtdb

Updated over 2 years ago

XTDB ‘Core2’ is an experimental, SQL-first, immutable database concept.

Image
1

516

XTDB 'Core2' Research 🧪

Welcome to the XTDB research repository!

XTDB 'Core2' is an experimental, SQL-first, immutable database concept.

Quickstart

docker pull xtdb/core2
docker run -p 5432:5432 xtdb/core2

Core2 supports the Postgres Wire Protocol. Connect to Core2 using any Postgres client:

psql -h localhost

More examples are available in the Core2 Playground.

Documentation

Preliminary documentation is available at core2docs.xtdb.com.

Docker Pull Command

docker pull xtdb/core2