Skip to content

Releases: HighgoSoftware/wal2mongo

v1.0.7

07 Jun 18:37
Compare
Choose a tag to compare

Fixed Issues

  • Fixed Issue 1 and Issue 2 and verified on PostgreSQL 13, 14, 15 and 16.

Note

  • Moving forward, the source code will only be released in tar.gz and zip formats, no specific build release for any OS platform. User can compile and test it by following the instruction here.

v1.0.6

29 May 21:35
Compare
Choose a tag to compare

Feature Highlight

  • Rich support in data type translation between PostgreSQL and MongoDB
  • Support complex data type translation such as arrays, XML, JSON, timestamp …etc
  • Support database WAL changes caused by INSERT, UPDATE, and DELETE clauses.
  • Support 2 output modes: regular output mode and transaction output mode (for multi-document transaction control)
  • Support MongoDB version 3.6, 4.0 and above
  • Support multi-publisher translation mode
  • Support change stream identification using a combination of cluster name, database name and replication slot name such * that when multiple PostgreSQL servers using the same decoding plugin, the destination MongoDB server is able to distinguish the source of the change stream
  • Simple, lightweight and feature-rich.
  • Can be paired with HighGo replication application to achieve a full automatic replication setup.

Note

  • Integration testing against real MongoDB application is done via pg2mongo
  • Wal2mongo release package is built and tested with PostgreSQL version 12.3.
  • The plugin may work with older or newer versions of PostgreSQL but it is not tested.
  • Comaptibility support with older or newer versions of PostgreSQL will be introduced in later releases.

wal2mongo release

12 May 23:11
Compare
Choose a tag to compare
wal2mongo release Pre-release
Pre-release

Feature Highlight

  • Rich support in data type translation between PostgreSQL and MongoDB
  • Support complex data type translation such as arrays, XML, JSON, timestamp …etc
  • Support database WAL changes caused by INSERT, UPDATE, and DELETE clauses.
  • Support 2 output modes: regular output mode and transaction output mode (for multi-document transaction control)
  • Support MongoDB version 3.6, 4.0 and above
  • Support multi-publisher translation mode
  • Support change stream identification using a combination of cluster name, database name and replication slot name such * that when multiple PostgreSQL servers using the same decoding plugin, the destination MongoDB server is able to distinguish the source of the change stream
  • Simple, lightweight and feature-rich.
  • Can be paired with HighGo replication application to achieve a full automatic replication setup.

Note

  • Integration testing against real MongoDB application is done via pg2mongo
  • Wal2mongo release package is built and tested with PostgreSQL version 12.2.
  • The plugin may work with older or newer versions of PostgreSQL but it is not tested.
  • Comaptibility support with older or newer versions of PostgreSQL will be introduced in later releases.

Binary Release Pakcages

wal2mongo_centos_7_binary.tar.gz
wal2mongo_centos_6_binary.tar.gz
windows2019.zip
windows10.zip
windows7.zip

v1.0.3

12 May 17:07
Compare
Choose a tag to compare

v1.0.2

11 May 21:41
Compare
Choose a tag to compare