quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
39 stars 9 forks source link

Extract datasource query processing #84

Closed ddelemeny closed 5 months ago

ddelemeny commented 5 months ago

This PR extracts some of the query/response processing logic from the datasource.ts file.

The idea is to keep datasource/index.ts as a bare implementation of the DatasourceAPI, and implement composable bits of logic in their own feature-scoped files.

Also :