ceramicnetwork / ceramic-sdk

Other
3 stars 0 forks source link

Ceramic SDK can query data via flight sql #28

Open nathanielc opened 2 weeks ago

nathanielc commented 2 weeks ago

Ceramic-one now exposes all pipeline tables via FlightSQL. We want to expose querying this data via the SDK.

DOD

mzkrasner commented 2 weeks ago

Re-posting your separate message - InfluxDB uses grpc-web directly https://github.com/InfluxCommunity/influxdb3-js/tree/main/packages/client

I'll start looking through to see what adding flight SQL logic on top would entail