pg_paxos is a PostgreSQL-based implementation of the well known Paxos consensus algorithm.
This repository contains the source code to run the technology evaluation that 8Kdata has performed of pg_paxos. This work is sponsored by Citus Data.
This evaluation consists on simulating a distribitued job execution queue on top of pg_paxos. By its nature, this queue is conflict-free. The results are published on Citus Data's blog.