duckdb / duckdb-web

DuckDB website and documentation
https://duckdb.org
MIT License
179 stars 330 forks source link

bundle interfaces under a new category 'data sources' #2915

Open tonne1 opened 6 months ago

tonne1 commented 6 months ago

One of the outstanding features of duckdb is its interfaces to other data sources. So far, data sources supported by duckdb are scattered around the docs under "data import", "guides/file formats" and "extensions". If there was a top-level category "data sources", one could get a quick overview of which sources are currently supported, if natively or through extensions, and perhaps if (more or less) stable or experimental:

That could also be a good place to document small examples of reading from/writing to each of them. Plus links to the corresponding sections within the docs for details. Each of them should have its options documented too.

'Interfaces' could be another name for 'data sources', but is probably too general.

szarnyasg commented 1 month ago

@tonne1 thanks, this is a great suggestion. I just drafted it before the summer holidays and I didn't pick it up since... I'm merging it now!

tonne1 commented 3 weeks ago

@szarnyasg thanks for improving the docs. Would you consider including text and blob sources?

szarnyasg commented 3 weeks ago

Sure!