What is pgStreaming?

pgStreaming is a simple Java framework which aims to make building data streaming application with PostgreSQL easier.

pgStreaming enables you to build data streaming applications directly against PostgreSQL by utilising PostgreSQLs Logical Decoding (the underpinnings of Logical Replication) support to stream data events directly from the PostgreSQL WAL.

Status

At the moment, this project is very much an alhpa, the base concept has been demonstrated and it under active development.

Open Source

Best of all pgStreaming is licensed under a permissive Open Source license.

Interested?

Try it out

Try out our Getting Started Guide