Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 5 years ago.
Improve this question
Does anybody know if are there any alternative Couchbase user interfaces other than the official one provided when installing Couchbase ?
I'm looking for something like PhpMyAdmin for MySQL, which does NOT have to look like it or to have the same functionalities but to be open source and be different than the default one.
Couchbase default web interface provides almost all functions that are needed to administrate database: create databases (aka buckets), create documents, edit documents, edit and test views. It can't provide "same functionalities" as phpmyadmin because couchbase belongs to different database class...
Also couchbase is opensource, so you can download or fork couchbase sources and add/edit whatever you want into standard web interface.
If you are looking for a DML like tool for retrieving docs from couchbase, this tool works pretty good.
https://github.com/rrutt/cb-bread