Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternate Couchbase UI [closed]

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.

like image 337
Catalin Enache Avatar asked Aug 28 '13 09:08

Catalin Enache


2 Answers

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

like image 140
QADeveloper Avatar answered Oct 06 '22 18:10

QADeveloper


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.

like image 23
m03geek Avatar answered Oct 06 '22 16:10

m03geek