Category Archives: other

Things that are not strictly connected with coding.

[Databases] MongoDB – document-oriented NoSQL storage

MongoDB is an open-source NoSQL database. It is written in C++. Manages collections of documents saved in BSON (Binary javaScript Object Notation, it extends JSON) format. In the article I want to show basic CRUD (Create, Remove, Update, Delete) operations … Continue reading

Leave a comment

[Databases] Who does use NoSQL?

I believe that you have heard many things about NoSQL databases, but you wonder if there is any project that uses it? The answer is: YES! There is a growing number of big projects using NoSQL as main data storage … Continue reading

Leave a comment