Graph Databases NoSQL & Neo4j

Hi everyone,
I was wondering if we could get plugins for these databases let me know how to approach this. Do I need to get a freelance to take an api from these applications to get this to work or what?

1 Like

I’m pretty sure you can go straight through the API. Don’t know whether making a plugin would have any trade-offs to that.

I do know that going through the API and/or using the plugin for the MySQL Database is much slower than using Bubble’s built in database. I’m pretty sure the vast majority of the performance cost is from passing the data back and forth (not the DB queries themselves). I suspect you’d face the same challenge. Just FYI.

1 Like

So I suppose the bast way to be able to work with NoSQL or Neo4j would be to export the data and insert it just like it’s backup storage and the app isn’t functioning from it!

Thanks for your advice mate!

1 Like