paradedb / pg_analytics

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

feat: Json fdw #133

Closed pert5432 closed 1 month ago

pert5432 commented 1 month ago

Ticket(s) Closed

What

FDW to read JSON files

Why

See issue

How

Follow implementation of CSV FDW, use read_json function of DuckDB

Tests

Unit tests for generating CREATE VIEW statement

pert5432 commented 1 month ago

Should I add more tests and/or docs?

philippemnoel commented 1 month ago

@pert5432 I completely forgot... We need to document this in our paradedb/paradedb repository. Would you be willing to help us with that?

pert5432 commented 1 month ago

@pert5432 I completely forgot... We need to document this in our paradedb/paradedb repository. Would you be willing to help us with that?

I'll get to it later today