phpMyAdmin for NoSQL?

1 replies
Is there any proven and actively maintained PHP frontend for a NoSQL database? Such as phpMyAdmin for MySQL? I've been using MySQL for database for many years and now want to try out NoSQL but is it convenient as having easy to use management programs such as phpMyAdmin for MySQL?

P.S. What's the most popular NoSQL database system right now?
#nosql #phpmyadmin
  • Profile picture of the author nimonogi
    MongoDB. As of February 2015, MongoDB is the fourth most popular type of database management system, and the most popular for document stores.

    MongoDB does not include a GUI-style administrative interface. Here is a third-party tools list you can use with MongoDB:

    Fluentd - an open source log management tool with MongoDB Integration.
    MongoVue – MongoVue is a desktop GUI for the windows platform.
    MongoHub - a native Mac GUI for MongoDB.
    RoboMongo - shell centric MongoDB GUI that supports the Windows, MacOS and linux platforms.
    3T MongoChef - a multi-platform, in-place data browser and editor
    {{ DiscussionBoard.errors[9919818].message }}

Trending Topics