wal2mongo v1.0.7 is released

From: Highgo Software via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: wal2mongo v1.0.7 is released
Date: 2024-06-12 09:54:14
Message-ID: 171818605496.20944.18287039751470777781@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

HighGo Software is pleased to announce the first GitHub community release of wal2mongo v1.0.7, which can be used to replicate PostgreSQL database changes to an output format that can be directly fed into the mongo client tool to achieve logical replication between PostgreSQl 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 migration between PostgreSQL and MongoDB poses a lot of potential problem and having a logical decoding plugin like wal2mongo can help reduce the data migration complexity between the two databases.

## Source Code on GitHub
The source code releases of wal2mongo plugin can be found [here](https://github.com/HighgoSoftware/wal2mongo/releases/tag/v1.0.7)

## 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 MongoDB 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](https://github.com/HighgoSoftware/wal2mongo)

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

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Europe via PostgreSQL Announce 2024-06-12 17:43:06 Registration open for PGDay UK 2024, September 11th, London, England
Previous Message Dalibo via PostgreSQL Announce 2024-06-10 06:52:58 ldap2pg 6.1: Postgres 16 unprivileged, hooks and more