CottageLabs / edges

Data query, manipulation, search and visualisation front-end library
MIT License
8 stars 7 forks source link

Better datasource abstraction #30

Open richard-jones opened 4 months ago

richard-jones commented 4 months ago

We want to be able to support multiple data sources, including:

Right now the code is capable of this to some degree, but a more coherent abstraction between the internal state and the queries to the datasources and back again with their result lists would be sensible.

Also, to be able to support multiple datasources in parallel.

Acceptance Criteria