linkml / linkml-owl

Extension of LinkML runtime for converting instances of LinkML classes to OWL (classes or instances)
https://linkml.io/linkml-owl
11 stars 1 forks source link

Proposal: pure duckdb implementation #45

Open cmungall opened 1 month ago

cmungall commented 1 month ago

duckdb is incredibly fast and efficient for ETL operations. It allows for nested structures. A decent amount of logic can be implemented directly in the duckdb extension to SQL, which is nice and functional.

This opens up the possibility of compiling linkml-owl specifications directly into SQL.