Hacker News
- ToroDB: A MongoDB-compatible, document-oriented database on top of PostgreSQL http://www.8kdata.com/torodb/ 13 comments
- Document-level locking and compression come to MongoDB http://docs.mongodb.org/manual/release-notes/2.8/ 12 comments
- MongoDB 4.0 will add support for multi-document transactions https://www.mongodb.com/transactions 47 comments
- MongoDB gets support for multi-document ACID transactions https://techcrunch.com/2018/02/15/mongodb-gets-support-for-multi-document-acid-transactions/ 242 comments
- MongoDB queries don’t always return all matching documents https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827#.q6axvoryx 2 comments
- MongoDB queries don’t always return all matching documents https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827#.s3ko3vfnx 397 comments
- Comparing MongoDB, CosmosDB, DocumentDB, FerretDB as Document DB for Your Stack https://documentdatabase.org/event/comparing-cosmosdb-documentdb-and-ferretdb-as-document-database-for-your-stack/ 2 comments
- Show HN: Fawn – A Library for Multi-Document Transactions in MongoDB (Node.js) https://github.com/e-oj/Fawn 3 comments
Lobsters
- MongoDB queries don’t always return all matching documents https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827 4 comments databases
- Really struggling with unmarshalling a complex MongoDB document into a struct https://github.com/vanderaj/ed-pp-db 11 comments golang
- Resending updated mongodb document via socket.io https://stackoverflow.com/questions/77898886/resending-updated-mongodb-document-via-socket-io 4 comments node
- [MongoDB + Mongoose] Is it possible to copy a document from one collection into another collection in the same database? https://www.geeksforgeeks.org/mongodb-copyto-method/ 9 comments learnjavascript
- MongoDB & Mongoose: How to properly set up discriminators and query all documents in the collection in one request? None 3 comments node
- An in memory documents oriented reactive NoSQL database with MongoDB syntax https://www.npmjs.com/package/reactive-db-js 17 comments javascript
- When to use a relational database vs a document database (e.g. MongoDB)? https://www.reddit.com/r/learnprogramming/comments/8wb173/when_to_use_a_relational_database_vs_a_document/ 6 comments learnprogramming
- MongoDB 4.0 will add support for multi-document transactions https://www.mongodb.com/blog/post/multi-document-transactions-in-mongodb 166 comments programming
- MongoDB queries don’t always return all matching documents! https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827#.heow2f9hz 28 comments coding
- MongoDB queries don’t always return all matching documents! https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827#.6e8y22c68 746 comments programming
- MongoDB queries don't always return all matching documents! https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827#.g2rc6qn1s 11 comments webdev
- ToroDB | A MongoDB compatible document oriented database built on top of PostgreSQL http://www.8kdata.com/torodb/ 26 comments programming
- Mycelium 1.0 released: an open source scalable web crawler that saves documents in mongodb https://github.com/larroy/mycelium 13 comments programming
- "Inspiration" to model documents for MongoDB https://twitter.com/houlihan_rick/status/1641456586102022145 2 comments mongodb
- Use your MongoDB document _id as your created_at timestamp for date range queries and avoid creating an unnecessary index http://mauricio.github.io/2014/09/04/mongodb-ids-include-timestamps.html 6 comments ruby
- PostgreSQL 9.4 is now faster than MongoDB for storing JSON documents http://obartunov.livejournal.com/175235.html 445 comments programming
- MongoDb Update func does not update the documents slice field when a single element present in slice. What can be the reason here? https://www.reddit.com/r/golang/comments/lgu9l3/mongodb_update_func_does_not_update_the_documents/ 4 comments golang
- I built a different kind of DBMS think MongoDB x MySQL x Redis. CursusDB is an open-source secure distributed in-memory yet persisted document oriented database with real-time capabilities and it's own SQL like query language! https://github.com/cursusdb/cursusdb 20 comments programming
- If MongoDB and MySQL had a baby it would be CursusDB. All jokes aside CursusDB is an open-source distributed document oriented database with an SQL like query language written in pure GO and only 2 files under 4k Lines of code! https://github.com/cursusdb/cursusdb 48 comments golang