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

151 udt to json string conversion during the migration process #152

Closed nwheeler81 closed 2 months ago

nwheeler81 commented 2 months ago

Issue #, if available:

151

Description of changes: 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"]} }}'

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