This is a proof-of-concept for a PostgreSQL logical+phsyical sharding strategy. This utilizes the Citus Community software.
Usage: TODO Requirements:
Usage:
- Start up the Docker stack:
$ docker-compose up -d
-
Wait until you see the
Listening on port 5555...
message in theserver
container logs -
Kick off fake data population:
$ curl http://localhost:5555/populate
-
Wait until you see the
Done populating DB!
message in theserver
container logs (this will take a while) -
Browse the DB via:
$ docker-compose exec master psql -U postgres