Alternate Couchbase UI [closed]

2020-07-06 04:41发布

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.

2条回答
Deceive 欺骗
2楼-- · 2020-07-06 05:09

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

查看更多
The star\"
3楼-- · 2020-07-06 05:13

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.

查看更多
登录 后发表回答