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 1sHKhC-0069l8-Rs for pgsql-announce@arkaria.postgresql.org; Wed, 12 Jun 2024 09:55:12 +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 1sHKhA-00Fk0j-Nf for pgsql-announce@arkaria.postgresql.org; Wed, 12 Jun 2024 09:55:09 +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 1sHKh9-00FjVY-No for pgsql-announce@lists.postgresql.org; Wed, 12 Jun 2024 09:55:08 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHKh7-000vzP-M6 for pgsql-announce@lists.postgresql.org; Wed, 12 Jun 2024 09:55:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=llMlMVfWWacyCh4vGMA1gbhIYFY23E6YrrWZdZ7uW3M=; b=DW5DThijsqiI/+ExHyvqTzjvBX 13y2eRVZ7gbv3g8dL5PQKzkgqiZ/6faIkTOYAzCfAFK1/eYgelhTyIrXElkU0CMFc1nzzzJXluII5 pipHIfsLYm4eEersNVhA309G2bcetckgu9EMdzd2JgAE0ew7L8C82BaApwG/5DNa4ZxAAt5wrYdxv MkXwIwjfhC15fmJlXzdNdebYkhqXZC0Tz9gMdRMIUKaucknlkNBkBV3Tr6oq9rKTj1UErlnQfNT0y wk2m6cctAA9bLer0yhs3pjJZ6m555v4ysc3COz9LGlkJWEDjy2h+nJGEjB2Wl0r5YdmTroGI2XABe jEvTWRag==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sHKh6-002z6f-LP for pgsql-announce@lists.postgresql.org; Wed, 12 Jun 2024 09:55:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sHKh4-002Hy0-B7 for pgsql-announce@lists.postgresql.org; Wed, 12 Jun 2024 09:55:03 +0000 Content-Type: multipart/mixed; boundary="===============0785416230557378065==" MIME-Version: 1.0 Subject: wal2mongo v1.0.7 is released To: PostgreSQL Announce From: Highgo Software via PostgreSQL Announce Reply-To: grantzhou@highgo.ca Date: Wed, 12 Jun 2024 09:54:14 +0000 Message-ID: <171818605496.20944.18287039751470777781@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: ecac4a1e108bc8ca79abc038950ce91748a1714a6866bbed391d89ea2c6a6a8e List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============0785416230557378065== Content-Type: multipart/alternative; boundary="===============6906613379246281773==" MIME-Version: 1.0 --===============6906613379246281773== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable HighGo Software is pleased to announce the first GitHub community release o= f wal2mongo v1.0.7, which can be used to replicate PostgreSQL database chan= ges to an output format that can be directly fed into the mongo client tool= to achieve logical replication between PostgreSQl and MongoDB. Wal2mongo p= lugin is useful for a case where PostgreSQL is used as the main raw data so= urce to collect data from outside world but MongoDB is used internally for = data analytics purposes. Manual data migration between PostgreSQL and Mongo= DB poses a lot of potential problem and having a logical decoding plugin li= ke wal2mongo can help reduce the data migration complexity between the two = databases. =20 ## Source Code on GitHub The source code releases of wal2mongo plugin can be found [here](https://gi= thub.com/HighgoSoftware/wal2mongo/releases/tag/v1.0.7) ## Project Home on GitHub https://github.com/HighgoSoftware/wal2mongo=20 ## About wal2mongo wal2mongo is a PostgreSQL logical decoding output plugin designed to simpli= fy logical replication from PostgreSQL to MongoDB by formatting the output = into a JSON-like format accepted by MongoDB. For detailed information on ho= w to use it, you can find it [here](https://github.com/HighgoSoftware/wal2m= ongo) The logical replication application project that can be used with wal2mongo= to achieve a fully automatic logical replication setup with enhanced contr= ol, security and performance in mind. We will continue to improve the logic= al decoding performance and enhance wal2mongo functionalities based on comm= unity feedback. --===============6906613379246281773== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable wal2mongo v1.0.7 is released
 

wal2mongo v1.0.7 is released

HighGo Software is pleased to announce the = first GitHub community release of wal2mongo v1.0.7, which can be used to re= plicate PostgreSQL database changes to an output format that can be directl= y fed into the mongo client tool to achieve logical replication between Pos= tgreSQl and MongoDB. Wal2mongo plugin is useful for a case where PostgreSQL= is used as the main raw data source to collect data from outside world but= MongoDB is used internally for data analytics purposes. Manual data migrat= ion between PostgreSQL and MongoDB poses a lot of potential problem and hav= ing a logical decoding plugin like wal2mongo can help reduce the data migra= tion complexity between the two databases.

Source Code on GitHub

The source code releases of wal2mongo plugi= n can be found here

Project Home on GitHub

https://github.com/HighgoSoftware/wal2mongo=

About wal2mongo

wal2mongo is a PostgreSQL logical decoding = output plugin designed to simplify logical replication from PostgreSQL to M= ongoDB by formatting the output into a JSON-like format accepted by MongoDB= . For detailed information on how to use it, you can find it here

The logical replication application project= that can be used with wal2mongo to achieve a fully automatic logical repli= cation setup with enhanced control, security and performance in mind. We wi= ll continue to improve the logical decoding performance and enhance wal2mon= go functionalities based on community feedback.

This email was sent to you from Highgo Software. It was delivered on their = behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to Highgo Software.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============6906613379246281773==-- --===============0785416230557378065==--