Thread: Re: Custom logical replication client

Re: Custom logical replication client

From
Christophe Pettus
Date:
> On May 23, 2025, at 11:36, Edson Carlos Ericksson Richter <richter@simkorp.com.br> wrote:
>
> Dear Community,
> I'm starting a project where I would like to write an application to decode the logical replication protocol to save
datainto an analytics streaming system. 
> Is there a starting guide or similar project that can help me to educate myself on how to accomplish this task?

You might start here:

    https://github.com/eulerto/wal2json




Re: Custom logical replication client

From
Edson Carlos Ericksson Richter
Date:
On May 23, 2025, at 11:36, Edson Carlos Ericksson Richter <richter@simkorp.com.br> wrote:

Dear Community,
I'm starting a project where I would like to write an application to decode the logical replication protocol to save data into an analytics streaming system.
Is there a starting guide or similar project that can help me to educate myself on how to accomplish this task?
You might start here:
	https://github.com/eulerto/wal2json


Thanks!

ER