Alternate Couchbase UI [closed]

我的梦境 提交于 2019-12-05 19:00:05

问题


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.


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/18484591/alternate-couchbase-ui

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!