问题描述
除了安装Couchbase时提供的官方界面以外,没有人知道其他Couchbase用户界面吗?
我正在寻找类似MySQL的PhpMyAdmin之类的东西,
Couchbase的默认Web界面几乎提供了管理数据库所需的所有功能:创建数据库(又名存储桶),创建文档,编辑文档,编辑和测试视图。它不能提供与phpmyadmin相同的功能,因为couchbase属于不同的数据库类...
而且沙发床是开源的,因此您可以下载或分叉Sofabase的源代码和在标准网络界面中添加/编辑任何内容。
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.
这篇关于备用Couchbase UI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!