sergeyksv / tingodb

Embedded Node.js database upward compatible with MongoDB
www.tingodb.com
1.16k stars 105 forks source link

Question Regarding Compatibility with Spring JDBC Mongo Driver #186

Open aamoyg opened 3 years ago

aamoyg commented 3 years ago

I have a Spring Boot CRUD application that is currently connected to MongoDB. TingoDB has many significant advantages over MongoDB, so we want to consider it for our use case. We were thinking of setting up a TingoDB and getting out Spring Boot application to connect to it. I understand that Tingo is compatible with the Node Mongo driver (is my understanding correct?). I was wondering if anyone had tried connecting to it using the JDBC Mongo Driver with success (I am assuming it should be okay, but I wasn't sure if there were any caveats to watch out for).

If no one has tried it, I can try it and see if I run into any issues (my gut feeling is that it will be fine), and report back here. I would greatly appreciate any advisement you could provide!