1

Is there GUI for Couchbase to explore data (especially views), similar to PGAdmin 3 or MySQL Workbench or RoboMongo

EDIT: ah, I found the button mentioned by this link

enter image description here

Kokizzu
  • 1,403
  • 6
  • 18
  • 35

1 Answers1

3

Just in case someone else comes across this needing help... the Couchbase UI is both command line and web-based, the latter of which is typically running on port 8091.

So, for example, if you've installed it on your computer, it would be http://localhost:8091/

If Couchbase is installed elsewhere, say IP 192.168.1.101, it would be http://192.168.1.101:8091

This is covered in the Couchbase 3.x post-install tasks as well as the post-install tasks for Couchbase 4.x.

Couchbase 4 Web UI