Durchsuchen nach
Schlagwort: MongoDB

New MongoDB version on my computer

New MongoDB version on my computer

This morning I got updates on my AlmaLinux 9.8. I get the updates with an Update-Script where it checks everything on the computer. The Update script I start this script via Bash menu that I have written: The shut down script You see there are other scripts that I sometimes use of regularly (in order to shut down the computer). The shut-down script And we are the Updates of MongoDB. MongoDB Updates (with others) You see, that MongoDB comes from…

Weiterlesen Weiterlesen

How to update MongoDB Compass? (In my case: AlmaLinux)

How to update MongoDB Compass? (In my case: AlmaLinux)

What is MongoDB Compass GUI? MongoDB Compass is a free graphical tool for querying and managing your database. Under the hood, it is built with Electron—a framework that uses Chromium and Node.js. What is Electron? Electron allows developers to build desktop applications using web technologies like JavaScript, HTML, and CSS. The biggest advantage is that it is cross-platform, meaning it runs seamlessly on Windows, macOS, and Linux. Is MongoDB Compass in the official Linux repositories? No. Unlike the MongoDB database…

Weiterlesen Weiterlesen

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, but there is a special format that is called BSON that MongoDB uses, but this is not the subject of this blog entry. If you have a full database (or…

Weiterlesen Weiterlesen

Datenbankerfassung Spanien

Datenbankerfassung Spanien

Ich hatte ja vor einigen Tagen geschrieben, dass ich eine Datenbank erstelle. Daten zu erfassen, klingt für sehr viele nicht gerade attraktiv. Einen tollen Videoblog zu erstellen, ständig zu reisen sind für viele Leute viel attraktiver, aber sind sie auch persönlich nachhaltig? Ich möchte niemanden kritisieren, aber die Reise ist getan, man ist zurückgekehrt. Dann hat man zwar sehr viele Erinnerungen und Erfahrungen gesammelt, sich durch die Wildnis des fremden Landes durchgeschlagen, viele Fotos gemacht und gewiss darauf kann man…

Weiterlesen Weiterlesen

Las pistas largas de los aeropuertos en España

Las pistas largas de los aeropuertos en España

Aquí un resumen gráfico sobre los aeropuertos en España con las pistas muy largas. ¡Qué sorpresa! Madrid tiene más pistas largas de España donde la aerolínea estatal „Iberia“ tiene su base. Además, la aerolínea privada „Air Europa“ tiene su base aquí también. Zaragoza fue un aeropuerto alternativo para el aterrizaje de emergencia del transbordador espacial de la NASA. El código Aquí está el código por este diagrama. Es una conexión con una base de datos (MongoDB) donde guardo los datos.