Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uIZLY-007N1h-RB for pgsql-general@arkaria.postgresql.org; Fri, 23 May 2025 20:50:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1uIZLY-0064da-1h for pgsql-general@arkaria.postgresql.org; Fri, 23 May 2025 20:50:27 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1uIZLX-0064dS-NY for pgsql-general@lists.postgresql.org; Fri, 23 May 2025 20:50:27 +0000 Received: from mta.simkorp.com.br ([187.95.147.222]) by makus.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1uIZLU-000ZZY-06 for pgsql-general@lists.postgresql.org; Fri, 23 May 2025 20:50:26 +0000 Received: from [192.168.2.30] (rs0b03.simfrete.com [200.155.136.51]) by mta.simkorp.com.br (Postfix) with ESMTPSA id 55A48180B3B for ; Fri, 23 May 2025 17:50:21 -0300 (-03) Content-Type: multipart/alternative; boundary="------------aPXWHY097AoqKG4JZHjdgfzJ" Message-ID: <67011386-0e42-412c-8ce1-153a56b4e35b@simkorp.com.br> Date: Fri, 23 May 2025 17:50:13 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Custom logical replication client Content-Language: pt-BR To: pgsql-general@lists.postgresql.org References: <8f20f76a-e526-4a6f-9c72-1e8532c3abed@simkorp.com.br> From: Edson Carlos Ericksson Richter Organization: Simkorp Informatica Ltda In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------aPXWHY097AoqKG4JZHjdgfzJ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit >> On May 23, 2025, at 11:36, Edson Carlos Ericksson Richter 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 --------------aPXWHY097AoqKG4JZHjdgfzJ Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
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


--------------aPXWHY097AoqKG4JZHjdgfzJ--