All Projects → DrMongo → Drmongo

DrMongo / Drmongo

Licence: mit
MongoDB admin app built on MeteorJs.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Drmongo

Meteor Peerdb
Reactive database layer with references, generators, triggers, migrations, etc.
Stars: ✭ 128 (-54.77%)
Mutual labels:  database, mongodb, meteor
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-33.57%)
Mutual labels:  database, mongodb
Space Cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,323 (+1074.2%)
Mutual labels:  database, mongodb
Mongoke
Instant Graphql for MongoDb (active branch is golang, rewrite in process)
Stars: ✭ 203 (-28.27%)
Mutual labels:  database, mongodb
Mongodb For Python Developers
MongoDB for Python developers course handouts from Talk Python Training
Stars: ✭ 141 (-50.18%)
Mutual labels:  database, mongodb
Mongo Hacker
MongoDB Shell Enhancements for Hackers
Stars: ✭ 1,786 (+531.1%)
Mutual labels:  database, mongodb
Arctic
High performance datastore for time series and tick data
Stars: ✭ 2,525 (+792.23%)
Mutual labels:  database, mongodb
Laravel Log To Db
Custom Laravel and Lumen 5.6+ Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel/Monolog native logging functionality.
Stars: ✭ 76 (-73.14%)
Mutual labels:  database, mongodb
Endb
Key-value storage for multiple databases. Supports MongoDB, MySQL, Postgres, Redis, and SQLite.
Stars: ✭ 208 (-26.5%)
Mutual labels:  database, mongodb
Db
Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.
Stars: ✭ 2,832 (+900.71%)
Mutual labels:  database, mongodb
Widestage
Lightweight Open Source Business Intelligence and reporting tool for mongodb, postgresql, Mysql, MS sql, oracle, & google bigQuery allow users create their own reports just dragging and dropping, widestage also has a data governance layer AKA semantic layer
Stars: ✭ 246 (-13.07%)
Mutual labels:  database, mongodb
Android Ddp
[UNMAINTAINED] Meteor's Distributed Data Protocol (DDP) for clients on Android
Stars: ✭ 271 (-4.24%)
Mutual labels:  database, meteor
Databazel
The analytical and reporting solution for MongoDB
Stars: ✭ 118 (-58.3%)
Mutual labels:  database, mongodb
Vscode
Connect to MongoDB and Atlas and directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.
Stars: ✭ 161 (-43.11%)
Mutual labels:  database, mongodb
Liiptestfixturesbundle
This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications
Stars: ✭ 92 (-67.49%)
Mutual labels:  database, mongodb
Obevo
Obevo is a database deployment tool that handles enterprise scale schemas and complexity
Stars: ✭ 192 (-32.16%)
Mutual labels:  database, mongodb
Mongoaudit
🔥 A powerful MongoDB auditing and pentesting tool 🔥
Stars: ✭ 1,174 (+314.84%)
Mutual labels:  database, mongodb
Lxhive
A lightweight Experience API Learning Record Store (LRS)
Stars: ✭ 73 (-74.2%)
Mutual labels:  database, mongodb
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 2,315 (+718.02%)
Mutual labels:  database, mongodb
Mikro Orm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Stars: ✭ 3,874 (+1268.9%)
Mutual labels:  database, mongodb

Stories in Ready

Dr. Mongo is deprecated. Please visit our new desktop app Dr. Mingo.

Dr. Mongo

MongoDB admin app built on MeteorJs.

Dr. Mongo is a stand-alone application allowing you to connect to several Mongo DB simultaneously. This means you only have to have one instance running to connect to any of your databases.

Follow us on twitter @drmongoapp

Help needed

We would like to have a new logo for Dr. Mongo and would appreciate any designer's help. Credits will be given :) Thanks. Details here: https://github.com/DrMongo/DrMongo/issues/149

Installation

Dr. Mongo runs as a Meteor application, so you need to have Meteor installed, first.

curl https://install.meteor.com/ | sh

More info about installing meteor: https://www.meteor.com/install

Then clone and run Dr. Mongo:

$ git clone https://github.com/DrMongo/DrMongo.git
$ cd DrMongo
$ meteor npm install
$ meteor --port 3040

Your Dr. Mongo instance has to be running along with your other Meteor apps, so we use port 3040, but you are free to use any port.

Once your app is running, go to: http://127.0.0.1:3040

Connecting to Meteor database

If your meteor running on port 3000 use port 3001 in connection as Meteor always creates its mongodb on a port of app + 1. So mongo URI will be mongodb://localhost:3001/meteor

Update

Navigate to your root directory of Dr. Mongo and run $ git pull

FAQ

Can be Dr. Mongo installed as meteor package?

Not yet. We are planning on building Dr. Mongo as a OSX/Win/Linux application and as a Meteor package, also.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].