apache / arrow-adbc

Database connectivity API standard and libraries for Apache Arrow
https://arrow.apache.org/adbc/
Apache License 2.0
357 stars 86 forks source link

java/core: Support for Project Reactor #547

Open CoderYellow opened 1 year ago

CoderYellow commented 1 year ago

Something like https://r2dbc.io/spec/0.8.0.RELEASE/spec/html/

lidavidm commented 1 year ago

Oops, I missed this. Is the main request here for a nonblocking Java API?

CoderYellow commented 1 year ago

Oops, I missed this. Is the main request here for a nonblocking Java API?

yes,you might need this for implentation https://github.com/salesforce/reactive-grpc

conjurernix commented 1 month ago

Something along the lines of R2DBC for subscribing to query's changes would be really useful