finos / tracdap

A next-generation data and analytics platform for use in highly regulated environments
Apache License 2.0
43 stars 12 forks source link

Feature/ Generic runtime data protocols #462

Closed martin-traverse closed 4 weeks ago

martin-traverse commented 4 weeks ago

Make DATA_API a generic type (e.g. pandas, polars etc.) Encapsulate logic for each data API into a single converter class Allow TRAC to run when some data modules are missing

Pandas is still a hard dependency for now, but it doesn't have to be, this could be changed in the next major release