finos / morphir-dotnet

Apache License 2.0
12 stars 8 forks source link

Create a Morphir to ION Writer. #58

Open DamianReeves opened 1 year ago

DamianReeves commented 1 year ago

Is your feature request related to a problem? Please describe.

Amazon ION is a data format that is richly-typed and self describing. Many AWS tools including DynamoDb and Redshift target ION.

Being able to produce ION schemas from a Morphir model would be beneficial.

Describe the solution you'd like Provide a Writer like interface that allows taking a Morphir model and transforming it to ION.

Describe alternatives you've considered

Additional context

stephengoldbaum commented 1 year ago

This should go into the main morphir repo, not dotnet.