YugabyteDB
YugabyteDB REST and MCP with pREST β connect via YSQL PostgreSQL wire protocol, with co-location and support matrix guidance.
Last updated
docker network create yb-net
docker run -d --hostname yb-tserver-n1 -p 7000:7000 \
--network yb-net yugabytedb/yugabyte:latest \
yugabyted start --daemon false --listen yb-tserver-n1
docker run -d -p 3001:3000 --network yb-net \
-e PREST_VERSION=2 \
-e PREST_PG_URL=postgres://yugabyte:yugabyte@yb-tserver-n1:5433/yugabyte \
-e PREST_DEBUG=true \
prest/prest:v2.4.2