1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-22 10:25:48 +01:00
Super fast and super simple MongoDB administration tool for Windows, macOS and Linux. https://garraflavatra.github.io/rolens/
Go to file
2023-06-06 21:52:02 +02:00
.github Extract CI scripts to files. macOS: generate DMG 2023-06-04 17:11:13 +02:00
.vscode Housekeeping 2023-02-15 19:27:51 +01:00
build Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
docs Added Wails to credits section of readme and colophon 2023-06-03 18:51:05 +02:00
frontend Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
internal Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
website Added Fosstodon link to website and readme 2023-06-02 20:58:04 +02:00
.gitattributes Marked WailsJS as generated 2023-05-26 17:25:18 +02:00
.gitignore Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
CHANGELOG.md Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
go.mod Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
go.sum Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
INSTALL.md It isn't necessary to install frontend dependencies manually, as Wails does it 2023-06-03 09:54:51 +02:00
LICENSE Added license 2023-05-29 17:21:16 +02:00
main.go Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00
Makefile Added some documentation 2023-05-31 16:07:57 +02:00
README.md Added Wails to credits section of readme and colophon 2023-06-03 18:51:05 +02:00
wails.json Show version number in about dialog (#28) 2023-06-06 21:52:02 +02:00

Rolens: intuitive MongoDB administration tool

Robust, blazing-fast, comprehensive, yet simple MongoDB administration tool for Windows, macOS and Linux.

CI Documentation Fosstodon

Why another MongoDB client?

This project arose from all flaws of similar tools many of which are slow, complicated, heavy, and fairly unwieldy. They mostly require a reasonably high level of knowledge on how to operate the program.

Rolens aims to be the intuitive, lightweight counterpart of these overengineered tools.

  • Lightweight: Rolens weighs about 15 MB.
  • Open source: You know what's inside!
  • Low overhead: Typical query results against a local database are returned whithin milliseconds.
  • Intuitive interface: You know MongoDB? You know Rolens.

Impression of Rolens's interface

This project is heavily inspired by the excellent MongoHub application, which sadly has not been updated since 2011.

Download and installation

Rolens can run on the following operating systems:

  • Windows 10/11 amd64/arm64
  • Linux amd64/arm64
  • macOS 10.13+ amd64 (Intel)
  • macOS 11.0+ arm64 (Apple Silicon)

Pre-compiled binaries

You can obtain a pre-compiled Rolens binary for macOS or installer for Windows from the release page.

Compiling from source

Please refer to the documentation for detailed compilation instructions.

User guide

Rolens is designed to be as intuitive as possible. But if something is unclear nevertheless, you can consult the user manual to learn how to use the program.

Questions and bugs

Feel free to contact me if you have questions! Send an e-mail.

Author and license

© Romein van Buren 2023. The source code and compiled binaries are released under the GNU GPLv3 license — see LICENSE for the full license text.

Credits