Open tonne1 opened 6 months 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!
@szarnyasg thanks for improving the docs. Would you consider including text and blob sources?
Sure!
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.