Google Pub/Sub subscription for inget

Can we have more integration for ingesting data to rockset like Google Pub/Sub Subscription.

We heavily use Google Cloud, And write api of Rockset has lots of rate limitation.

Thanks your suggestion! We actually have this on our roadmap to be released in the next 6-12 months.

In the meantime, I recommend batching your write requests to avoid hitting the write api limits. Instead of sending one request for every doc insert/update, send a batch of insert/updates per request.

1 Like