Skip to content

giovibal/postgres-client-tester

Repository files navigation

Postgres Client Tester

A postgres client to test connectivity and query execution against a postgres server.

Use to evaluate ha of writers and readers.

Quick start

  1. Clone this repo
git clone ...
  1. start a local postgres with doker
./start-postgres.sh
  1. start inserting records ...
./run-insert-loop.sh
  1. start reading records ...
./run-select-loop.sh

Docker

Build image

Docker image defaults to giovibal group, you can choose whatever prefer changing .sh scripts

./build-docker-image.sh

Run Image

./run-docker.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published