Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What database viewer to use for CouchDB? [closed]

I'm pretty new to CouchDB. I have googled without finding a database viewer for CouchDB. How do you view a CouchDB database without manipulating the raw HTTP messages ?

Ideally, the tool would meet the following requirements :

  • Cross-platform (Windows or Linux mainly)
  • Desktop application or Web application
  • Allow editing of documents, databases etc
like image 846
Stephan Avatar asked Aug 12 '11 10:08

Stephan


People also ask

How do I open a CouchDB file?

After installation, open built-in web interface of CouchDB by visiting the following link: http://127.0.0.1:5984/. If everything goes fine, this will give you a web page, which have the following output. This shows you the index page of Futon, which is the web interface of CouchDB.

How do I access CouchDB remotely?

To connect to CouchDB from a different machine, you must open port 5984 for remote access. Refer to the FAQ for more information on this. IMPORTANT: Making this application's network ports public is a significant security risk. You are strongly advised to only allow access to those ports from trusted networks.

What is a view in CouchDB?

Views are the primary tool used for querying and reporting on CouchDB documents. There you'll learn how they work and how to use them to build effective applications with CouchDB.

How do I know if CouchDB is running?

In case you want to check the status of CouchDB, you can do so using the following command: sudo status couchdb.


1 Answers

There is built-in web application that allows you to manage CouchDB instance -- http://guide.couchdb.org/draft/tour.html#welcome

And your question is very ambiguous. You ask for the web application as option but without "a classic browser" you cannot use it.

like image 177
Alex Koshelev Avatar answered Sep 21 '22 20:09

Alex Koshelev