Data loaders?
#2485
Replies: 1 comment 7 replies
-
You can also load data outside of SQL eg via APIs if you build a custom data source. There are some examples (e.g. Stripe API) in https://github.com/archiewood/evidence-connector-stripe |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am wondering how something like Observable Framework style "data loaders" fit into the design of Evidence.dev?
Put differently, what are the advantages of loading data only through SQL queries?
What problem would this solve?
It would allow a user to load data using a dataframe library like
polars
ordpylr
, instead of DuckDB+SQL alone.How should it work?
(I don't have good ideas on this yet, I am not even sure if the idea aligns well with Evidence's design/direction.)
Beta Was this translation helpful? Give feedback.
All reactions