Durchsuchen nach
Schlagwort: experts

MongoDB Export a collection (general)

MongoDB Export a collection (general)

MongoDB is a NoSQL database, that stores information in documents instead of tables, and it can store a lot of information. It looks like that: test> db.test.find()[ { _id: ObjectId(’69edadcfb6b4cff75744ba89′), name: ‚Morgentest‘ } ] You see MongoDB follows the JSON standard for documents. Ok, MongoDB stores this for human-readable information in special format that is called BSON, but this is not the subject of this blog entry. If you have a full database (or an important database) for example my…

Weiterlesen Weiterlesen