mongo-express is a web-based MongoDB admin interface written with Node.js, Express and Bootstrap3. It has support to work with multiple database, GridFS support, Replication etc.
https://github.com/mongo-express/mongo-expressTags | mongodb gui express-middleware admin administration collection database manage manage-mongo mongo phpmyadmin mongodb-admin mongodb-management |
Implementation | Javascript |
License | MIT |
Platform | NodeJS |
Mongotron is cross platform Mongo DB management. A Mongo DB GUI built using Electron, and Angular Js.
mongo mongodb-gui mongodb-admin mongodb-management electronRobomongo is a shell-centric cross-platform open source MongoDB management tool (i.e. Admin GUI). Robomongo embeds the same JavaScript engine that powers MongoDB's mongo shell. Everything you can write in mongo shell — you can write in Robomongo. It also provides you with syntax highlighting, autocompletion, different view modes (text, tree, custom) and more.
mongodb-tool mongodb-admin mongodb-shell db-toolsThis is a full stack webapp boilerplate project with VueJS + ExpressJS + MongoDB. It is NOT an out-of-box project. I make it in order to create an up-to-date starter repo which contains all important functions (user signup, login, oauth, profile, ...etc) except the business-logic. So when neccessary I can create a new webapp and only need to develop the business logic.
vue nodejs express boilerplate mongo webpack vuejs graphql fullstack fullstack-boilerplate mongodb hackaton bootstrap starterWeb-based MongoDB admin interface, written with Node.js and express
This is a brief introduction of Mongo-Shake, please visit english wiki or chinese wiki if you want to see more details including architecture, data flow, performance test, business showcase and so on. Mongo-Shake is developed and maintained by Nosql Team in Alibaba-Cloud. Mongo-Shake is a universal platform for services based on MongoDB's oplog. It fetches oplog from source mongo database, and replays in the target mongo database or sends to other ends in different tunnels. If the target side is mongo database which means replay oplog directly, it's like a syncing tool that used to copy data from source MongoDB to another MongoDB to build redundant replication or active-active replication. Except for this direct way, there are others tunnel types such like rpc, file, tcp, kafka. Receivers wrote by users must define their own interfaces to connecting to these tunnels respectively. Users can also define there own tunnel type which is pluggable. If connecting to a third-party message middleware like kafka, the consumer can get the subscriber data in an asynchronous way in pub/sub module flexibly. Here comes general data flow, The source can be either single mongod, replica set or sharding while target can be mongod or mongos. If the source is replica set, we suggest fetching data from secondary/hidden to ease the primary pressure. If the source is sharding, every shard should connect to Mongo-Shake. There can be several mongos on the target side to keep high availability, and different data will be hashed and written to different mongos.
replication mongodb-oplog active-active mongo-database mongoshakeRobo 3T (formerly Robomongo *) is a shell-centric cross-platform MongoDB management tool. Unlike most other MongoDB admin UI tools, Robo 3T embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI interaction.Starting from version 1.1, Robo 3T embeds the MongoDB 3.4 shell.
mongodb-gui mongodb-admin mongodb-managementNote: Agendash requires mongodb version >2.6.0 to perform the needed aggregate queries. This is your mongo database version, not your node package version! To check your database version, connect to mongo and run db.version().Agendash provides Express middleware you can use at a specified path, for example this will make Agendash available on your site at the /dash path. Note: Do not try to mount Agendash at the root level like app.use('/', Agendash(agenda)).
agendaDbGate is cross-platform database manager. It's designed to be simple to use and effective, when working with more databases simultaneously. But there are also many advanced features like schema compare, visual query designer, chart visualisation or batch export and import. It supports MySQL, PostgreSQL ,SQL Server, MongoDB, Redis, SQLite, Amazon Redshift, CockroachDB, and MariaDB.
electron mysql sql sql-server mongodb sqlite postgresql database-gui database-manager database-toolsadminMongo is a Web based user interface (GUI) to handle all your MongoDB connections/databases needs. It is fully responsive and should work on a range of devices.
mongodb database mongodb-connection adminmongo admin-tool mongodb-gui mongodb-admin mongodb-managementCreate-graphql-server is a scaffolding tool that lets you generate a new Mongo/Express/Node.js GraphQL server project from the command line. After generating the project you can also generate code to support your GraphQL schema directly from the schema files. Basic authentication support is included via Passport Local with JWTs. If you set up a username, password or a different port for Mongo, or are accessing Mongo through a service such as mLab, correct the MONGO_URL above to reflect that.
graphql graphql-server codegeneration mongodbThis is a REST server for MongoDB using Node, using the native node.js MongoDB driver. Using Express, it can now start in any folder and will happily server any files a public folder. Installation is now via npm: npm install mongodb-rest. After that you can just issue mongodb-rest on the command line and the server should start.
mongodb mongo db web rest restfulCasbah is an interface for MongoDB designed to provide more flexible access from both Java and Scala. The core focus is on providing a Scala oriented wrapper interface around the Java mongo driver. For the Scala side, contains series of wrappers and DSL-like functionality for utilizing MongoDB from within Scala. This currently utilises the very Java-oriented Mongo Java driver, and attempts to provide more scala-like functionality on top of it. This has been tested with MongoDB 1.2.x+ and 2.x of the Mongo java driver.
mongodb-client mongodb-driver mongodb-libraryThe Mongo PHP Adapter is a userland library designed to act as an adapter between applications relying on ext-mongo and the new driver (ext-mongodb). It provides the API of ext-mongo built on top of mongo-php-library, thus being compatible with PHP 7.
mongodb adapterJongo helps to query in Java as in Mongo shell. Mongo query language isn't available in Java, Jongo fixes that. Copy/paste your queries to string. It provides support to save and find objects into and from collections. You can use embedded Jackson marshalling or create your own.
mongodb-driver mongodb-library mongodb-client library database-driverMEAN started out as a combination of MongoDB, ExpressJS, AngularJS and Node.js. With MEAN2 we are providing the ability to mix and match additional frontend frameworks, databases and technologies. We aim to create a robust, flexible and scalable full-stack javascript solution.The default MEAN stack you get out of the box can work with either Angular or React and is built with the following technologies...
stack angular mongodb express node graphql angular2 angular4 webpack typescript angularjs angular-componentThe mongo-connector project originated as a MongoDB mongo-labs project and is now community-maintained under the custody of YouGov, Plc. For complete documentation, check out the Mongo Connector Wiki.
A MongoDB compatible embeddable database and toolkit for Go. This example shows a basic usage of the mongo compatible API.
mongo database mongodb bsonSails.js/Waterline adapter for MongoDB.Provides easy access to MongoDB from Sails.js & Waterline. This module is a Sails/Waterline adapter maintained by the core team. Its goal is to provide robust, easy-to-use access to MongoDB from Sails.js and Waterline.
mongo mongodb adapter sails sails.js waterline orm database-adaptermongo-connector is not currently supported by MongoDB, Inc. If any community members would like to take over maintenance, please contact seth.payne@mongodb.com. For complete documentation, check out the Mongo Connector Wiki.
Fang of Mongo - web based user interface for MongoDB build with django and jquery. It will allow you to explore content of mongodb with simple but (hopefully) pleasant user interface.
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.