<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MongoDB on SoloSoft</title><link>https://www.solosoft.dev/tags/mongodb/</link><description>Recent content in MongoDB on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/mongodb/index.xml" rel="self" type="application/rss+xml"/><item><title>Mongo-express: Web-Based MongoDB Admin Interface</title><link>https://www.solosoft.dev/post/mongo-express-admin-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/mongo-express-admin-2026/</guid><description>&lt;p&gt;MongoDB&amp;rsquo;s native command-line shell (mongosh) is powerful, but it is not the most approachable interface for everyday database administration. Developers frequently find themselves needing a visual tool for browsing collections, inspecting documents, running ad-hoc queries, and managing indexes &amp;ndash; tasks that are far more efficient with a graphical interface. While MongoDB Compass provides excellent desktop tools, there are situations where a web-based admin interface is more practical: headless servers, shared development environments, CI/CD pipelines, and deployments where installing desktop software is not an option.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mongo-express&lt;/strong&gt; is the most widely adopted open-source solution for this gap. Built with Express.js and Node.js, it is a lightweight, self-contained web application that connects to MongoDB and provides a comprehensive administration interface through any modern browser. With over 60 million npm downloads and 18 years of continuous development, it is one of the most battle-tested database admin tools in the open-source ecosystem.&lt;/p&gt;</description></item><item><title>MongoEngine: Python Object-Document Mapper for MongoDB</title><link>https://www.solosoft.dev/post/mongoengine-python-odm-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/mongoengine-python-odm-2026/</guid><description>&lt;p&gt;MongoDB is one of the most popular NoSQL databases, but working with raw PyMongo can be verbose and error-prone. You spend too much time writing boilerplate for document validation, field type checking, and relationship management. &lt;strong&gt;MongoEngine&lt;/strong&gt; solves this by bringing a declarative, Django-like abstraction layer to MongoDB that has stood the test of time across more than a decade of Python development.&lt;/p&gt;
&lt;p&gt;MongoEngine is a Python Object-Document Mapper (ODM) that provides a high-level, declarative API for interacting with MongoDB. It defines documents as Python classes with typed fields, supports validation, relationships, indexes, and querying through an expressive QuerySet API. The project at &lt;a href="https://github.com/MongoEngine/mongoengine"&gt;github.com/MongoEngine/mongoengine&lt;/a&gt; has been in active development since 2010 and continues to be maintained across MongoDB versions 4.4 through 8.0.&lt;/p&gt;</description></item></channel></rss>