Durchsuchen nach
Autor: Sven Krämer

Ich bin Jahrgang 1978, bin Deutscher und wohne im Ruhrgebiet, in Essen. Neben Linux bin ich als Introvertierter (ein ruhiger Mensch) auch gerne in Kleinstädten, in der Natur. Ich filme meine Fahrten, dokumentiere diese hier im Blog. Wenn Sie mich gerne unterstützen wollt, freue ich mich über eine Spende. Es ist mein Lebensunterhalt, denn ich habe meinen alten Job gekündigt und hier mein Herzensprojekt zu machen.
Osnabrück in Niedersachsen

Osnabrück in Niedersachsen

Auch Selbstständige brauchen mal eine kleine Verschnaufpause vom Arbeiten, den Kopf freimachen. Aber nichtsdestotrotz habe ich am frühen Morgen etwas auf Instagram und Facebook hochgeladen und über den Tag verteilt veröffentlicht (über die Meta Business Suite). Heute war es noch einmal recht warm, aber nicht so warm und es bot sich die Stadt des Westfälischen Friedens von 1648 zu fahren – mit dem Deutschlandticket. Anfahrt Ich bin um 8.41 Uhr mit dem RE2, die übliche Verspätung erwähne ich schon nicht…

Weiterlesen Weiterlesen

MongoDB in general

MongoDB in general

General information about MongoDB What is MongoDB? MongoDB is a document-oriented NoSQL database that stores data in flexible, JSON-like documents, allowing for easy storage and retrieval of structured, semi-structured, and unstructured data. Unlike traditional relational databases that use tables and rows, MongoDB uses collections and documents, making it more adaptable to changing data structures. It was designed to handle large volumes of data and is known for its scalability, flexibility, and ease of use.  On Linux, you can check the status of the server…

Weiterlesen Weiterlesen

MongoDB – Queries with Python

MongoDB – Queries with Python

This is an article for people who have already installed MongoDB on their pc and want to do more with a Python script and the database. Installed version of MongoDB What is Pymongo? Pymongo is like a toolbox that allows your Python programme to communicate with the MongoDB database. Think of it this way: MongoDB is the large chest of drawers containing your data, and Pymongo is the set of tools your Python programme needs to open drawers, insert new…

Weiterlesen Weiterlesen

MongoDB – simple queries in the Mongoshell

MongoDB – simple queries in the Mongoshell

What is MongoDB? MongoDB is a document-oriented NoSQL database that stores data in flexible, JSON-like documents, allowing for easy storage and retrieval of structured, semi-structured, and unstructured data. Unlike traditional relational databases that use tables and rows, MongoDB uses collections and documents, making it more adaptable to changing data structures. It was designed to handle large volumes of data and is known for its scalability, flexibility, and ease of use.  What is Mongoshell? The MongoShell is an interactive command window for the MongoDB database….

Weiterlesen Weiterlesen

My best articles about MongoDB

My best articles about MongoDB

Here is a little collection of articles about MongoDB Fedora 42 Backup script for MongoDB database In this article, I show you a modern version of a backup for a MongoDB database Linux (Fedora 41) Bash Script to do a backup for MongoDB This is the original version of the back about the modern version of a backup for a MongoDB database. MongoDB in Fedora Linux – how is the configuration of the server I show in this article how…

Weiterlesen Weiterlesen