paradedb / pg_analytics

DuckDB-powered analytics for Postgres
https://paradedb.com
PostgreSQL License
347 stars 13 forks source link

Add JSON foreign data wrapper #94

Closed rebasedming closed 1 month ago

rebasedming commented 2 months ago

What feature are you requesting?

In addition to CSV and Parquet files, we should be able to read JSON.

Why are you requesting this feature?

Support for JSON format.

What is your proposed implementation for this feature?

The JSON FDW can be created exactly like the CSV/Parquet wrappers, as DuckDB has an API for reading JSON.

Full Name:

Ming

Affiliation:

ParadeDB

philippemnoel commented 2 months ago

This is a particularly good first issue as we have existing users requesting JSON support

pert5432 commented 1 month ago

I'll take this up!

philippemnoel commented 1 month ago

I'll take this up!

Thank you 🙏