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

UDT to JSON String conversion during the migration process #151

Closed nwheeler81 closed 2 months ago

nwheeler81 commented 3 months ago

This feature allows the CQLReplicator tool to automatically convert UDTs in C* to plain JSON strings. This enhancement provides a seamless way to transform UDTs into a more universal compatible JSON format, facilitating easier integration with other NoSQL databases. Usage: --json-mapping '{"keyspaces": { "udtConversion": {enabled: true, columns: ["col1", "col2"]} }}'