How to connect a bubble.io app with Datastax AstraDB?

83 Views Asked by At

I am trying to connect to my DataStax AstraDB using a Bubble.io app. I am not able to do so, can someone please help me figure this out? I read through the docs and I could not find anything.

1

There are 1 best solutions below

0
Madhavan On

Thanks for the question. I am seeing an HTTP request/raw API plugin availability with Bubble.io that could be used here with Astra DB's Data APIs to fetch data from an external API.

Please be aware that, according to Bubble's documentation, I'm seeing the following API connector hard limit,

There's a hard limit of 50 MB for responses to an outgoing API call made with the API Connector or a plugin. Exceeding the limit will generate an error in the logs: "response too large".

My bubble API Connector will look like this and I can use it as Data / Action as per my needs: enter image description here