klequis' blog

This chapter/section is part of a future book on full-stack MERN (MongoDB, Express, React & Node) development. For the full table of contents with links to all completed chapters see Full-stack Mern Development.

Installing MongoDB Compass on Ubuntu

December 21, 2019

MongoDB Compass is the official GUI for MongoDB. With it you can perform CRUD operations and much more. Compass comes in a variety of editions. We will be using the ‘community edition’. A comparison of the editions, currently four of them, can be found at: Capabilities of Compass Editions.

As with MongoDB itself, the best installation instructions are in the MongodDB documentation: Download and Install Compass. Do be sure to select the ‘community edition’ as shown below.

select community edition

References

All done!

klequis

Technical blog by klequis