Applications using MongoDB must be very carefully while updating. An update caused data loss: scenario here is UPDATE of a document.I used MongoDB 2.4 for this and ran the example given at -a-simple-todo-application-using-javafx-java-and-mongodb-part-2/It is a simple MongoDB Java driver app but on UPDATE of document it (mongoDB) (maybe its the java driver) silently updates your document with a empty document!
-platform/nosql-benchmarking/according to this benchmark with YCSB (Yahoo Cloud Servicing Benchmark) mongodb, hbase and cassandra shows no problem with writing 50 million files. how hard are the benchmark you used in these tests? -minh
-platform/nosql-benchmarking/ according to this benchmark with YCSB (Yahoo Cloud Servicing Benchmark) mongodb, hbase and cassandra shows no problem with writing 50 million files. how hard are the benchmark you used in these tests?
Since this article is 2.5 years old and the search in google mongodb step down data loss' returns you as the 5th result would you mind either A posting a notice about how 2.6 (or 3 for that matter) handles this scenario?
To connect to a MongoDB database, select Add Connection and enter the connection details for the database then Connect, the default is a local MongoDB server at mongodb://127.0.0.1:27017. You can also enter a connection string, click the "connect with a connection string" link and paste the connection string.
Thank you for the tip. I was able to make it work using api connector and https endpoints on mongodb but now I face another issue. We have dev database and live database on bubble and I have the same on mongodb but how do I call the prod database from mongodb on bubble when I push main to live?