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

Update the Parquet connector #123

Closed nwheeler81 closed 7 months ago

nwheeler81 commented 7 months ago
  1. [x] - Add the json mapping with an extra option s3: {targetBucket: "", maxFileSizeMb: 32}
  2. [x] - Add the cleanup of the ledger
  3. [x] - Add support for MV
  4. [x] - Add ttlAddOn "ttlAddOn": { "enabled": true, "predicateOp": "equal|greaterThan|lessThan", "predicateVal": 900000 }
    1. [x] - Add "pointInTimeReplicationConfig": { "predicateOp": "greaterThan|lessThan|equal" }