aws-samples / cql-replicator

CQLReplicator is a migration tool that helps you to replicate data from Cassandra to AWS Services
Apache License 2.0
15 stars 8 forks source link

117 migrate uncompressed data from cassandrakeyspaces to compressed keyspaces #122

Closed nwheeler81 closed 7 months ago

nwheeler81 commented 7 months ago

Issue #, if available:

117 #95 #87 #70

Description of changes:

  1. Added the ledger cleanup
  2. Now you can stop and start the single tile
  3. Moved the large object offloading feature to the JSON mapping
  4. Added the custom data serialization
  5. Added compression with lz4 fast
  6. Added support for the cross-account replication between Amazon Keyspaces tables
  7. Now you can select replicated columns between the source and the target
  8. Added support for materialized views (as primary key source)
  9. Added support for the repaying failed retries

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.