smart-on-fhir / cumulus-library

https://docs.smarthealthit.org/cumulus/library/
Apache License 2.0
2 stars 0 forks source link

Research Spike: DuckDB #130

Closed dogversioning closed 7 months ago

dogversioning commented 8 months ago

If you want to just run the library on some NDJSON, DuckDB may have enough SQL syntax compatibility with Amazon Athena that it would just be a question of passing a different cursor object in.

The scope of this ticket is to kick the tires on the real complexity of this and see if queries would need additional tuning to support.

dogversioning commented 7 months ago

Address by @mikix via #144