peerdb

Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage

OTHER License

Stars
1.8K
Committers
9

Bot releases are visible (Hide)

peerdb - v0.6.2

Published by github-actions[bot] over 1 year ago

peerdb - v0.6.0

Published by github-actions[bot] over 1 year ago

peerdb - v0.5.9

Published by github-actions[bot] over 1 year ago

peerdb - v0.5.8

Published by github-actions[bot] over 1 year ago

peerdb - v0.5.7

Published by github-actions[bot] over 1 year ago

peerdb - v0.5.6

Published by github-actions[bot] over 1 year ago

peerdb - v0.5.5

Published by github-actions[bot] over 1 year ago

peerdb - v0.5.4

Published by github-actions[bot] over 1 year ago

peerdb - v0.5.3

Published by github-actions[bot] over 1 year ago

peerdb - v0.5.2

Published by github-actions[bot] over 1 year ago

What's Changed

  1. 🚀 QueryReplication support for Postgres added by @iskakaushik (#136)
  2. 🎁 Upsert mode supported in Query Replication by @iskakaushik (#138)
  3. 🛠️ Fixes for the merge statement implemented by @iskakaushik (#140)
  4. 🔌 Wiring created for multi-table mirror by @heavycrystal (#137)
  5. 🗂️ Introduction of Snowflake Peer by @Amogh-Bharadwaj (#141)
  6. 🩹 Merge statement fixed to update if newer by @iskakaushik (#142)
  7. 🎯 Batch-sized partitions used by @iskakaushik (#146)
  8. 🔄 All partitions consolidated into one stage by @iskakaushik (#148)
  9. 🔌 Wiring for Qrep mirror creation by @heavycrystal (#147)
  10. 📚 README.md updated by @saisrirampur (#143)
  11. 🩺 Better use of health checks in docker compose by @iskakaushik (#158)
  12. 🐛 Issue with parsing upsert_key_columns from the Go side fixed by @heavycrystal (#154)
  13. 📝 PKey column not always ID clarified by @iskakaushik (#161)
  14. 🚩 Profiling enabled with a new flag by @iskakaushik (#162)
  15. 🛠️ Profiling wiring fixed by @iskakaushik (#165)

Full Changelog: https://github.com/PeerDB-io/peerdb/compare/v0.4.4...v0.5.2

peerdb - v0.5.0

Published by github-actions[bot] over 1 year ago

peerdb - v0.4.3

Published by github-actions[bot] over 1 year ago

peerdb - v0.4.2

Published by github-actions[bot] over 1 year ago

peerdb - v0.4.1

Published by github-actions[bot] over 1 year ago

peerdb - v0.4.0

Published by github-actions[bot] over 1 year ago

peerdb - v0.3.0

Published by github-actions[bot] over 1 year ago

PeerDB release (v0.3.0)

  • 🚀 30% faster than the older version: optimized wire protocol, query parsing, single hop routing.
  • 🧠 Significantly lesser memory footprint: streams are held through connections as opposed to aggressive fetching to memory.
  • 🛑 Improved error handling: More informative error messages and transparent error propagation.
  • ☑️ Array Support Improvements: Comprehensive ARRAY support in WHERE clause. ARRAY support as a part of function arguments
  • 🖥️ Deeper systemd integration: PeerDB deployment through linux service.
  • 🔒 Authentication Support Added: PeerDB now comes with basic password support for improved security.