Mongomix MongoDB GUI Client 2.2.14

 Windows App »
 MacOS App »

About

MongoMix is a free MongoDB GUI client shell.
It provides an intuitive way to browse and edit you mongoDB data.

Screenshots

Screenshot
Main screen
Automatically displays query result with most significant fields and images if any.

Edit screen
Edit collection object field with most appropriate editor. Editors are configurable. Here is a multi label editor to edit a comma separated list.
Screenshot

Screenshot
Edit object reference
field object id may be selected with dynamic combo list fetched from the external collection reference.

About

This is a free MongoDb client for Windows and MacOs.

Features

  • Full text search engine.
  • Object editing.
  • Import export.
  • User editing.
  • Thumbnail image preview.
  • Also works on Cosmos DB.

Usage

  • Download the package for your plateform.
    Unzip and run the executable.
    Packages are portable and run without administrator priviledge.
  • Configure your MongoDB connection.
    Leave user and password blank if your connection doesn't require authentication.
    Leave password if you don't want Mongomix to store your password (will be asked at reconnection).
  • Mongomix includes four different search engines, named:
    • 'Plain Text' is by default , works out of the box, slowest since each records of a collection have to be scanned on client side.
    • 'Mongo Fields' generates MongoDB search filter based on tokenized input query. It works out of the box too, faster than previous since executes on server side. It gives less results than 'Fuzzy Plain Text' though, since it doesn't search into sub objects nor sub arrays.
    • 'MongoDB Text': uses mongoDB text indexes (that are not activated by default ).This is the fastest way of searching.
      Use embedded feature 'Add Index' in order to activate text index in all collection of a database.
      Query is being searched with OR on each tokens instead of AND.
      see this Youtube video for more details.
    • 'ObjectId': fast search objects by mongoId type id only.

Other Applications

    •  SellerProtect  shield yourself from unscrupulous and dishonest buyers on eBay.
    •  PowerSniper  automatic last-second bidding for eBay auctions within your web browser.
    •  PowerSearcher  add extra search filters directly to your eBay search page.