couchdb-futon Questions

2

Solved

want to connect to a CouchDb databse from asp.net core web api , but am having trouble finding the code to do so. Can anyone help me with the code to do that? What is the 'normal' way of doing tha...
Lombardi asked 13/12, 2017 at 13:19

1

Fauxton is nice and shiny, but it is missing at least one critical feature for working with CouchDB: browsing a document's revision history. The database permission interface also managed to create...
Oxonian asked 23/11, 2017 at 11:59

2

Solved

I've been using CouchDB for some time now, and I am currently testing CouchDB 2 and Fauxton on local env. One thing really disturbing compared to the good old Futon is that it is not possible with ...
Quelpart asked 4/1, 2017 at 12:56

1

Solved

I'm very confused about the CouchDB behaviour in terms of database file-size on disk. It seems like it doesn't matter what I do, the database-file only gets bigger and bigger (even on deleting/purg...
Limpkin asked 31/1, 2018 at 22:59

1

Solved

Would anyone be willing to provide a full documentation example on how to write a couchdb design document? I've never been able to find a proper documentation on that. I'm able to find a list of ...
Idealistic asked 16/1, 2018 at 12:45

5

I have configure and installed couchdb 1.6.1 on ubuntu 10.04. While configuring and installing it said successfully done. But when I start couchdb it gives me error. When start first.. Apache Co...
Jaejaeger asked 14/5, 2015 at 9:28

4

Solved

I have a bit of conceptual question regarding the structure of users and their documents. Is it a good practice to give each user within CouchDB their own database which hold their document? I ha...
Val asked 16/2, 2015 at 9:47

2

Solved

Unfortunately I forgot what my username and password is to login to CouchDB. Here is a similar question. I have looked within the local.ini file at C:\Program Files (x86)\Apache Software Foundati...
Cerebro asked 5/6, 2014 at 7:8

1

Solved

Is there a way to delete multiple databases in Futon? Instead of creating multiple documents in one database, by mistake I ran erlang query and created about 3000 databases. Can I delete them in bu...
Kuhns asked 20/11, 2013 at 20:9

3

Solved

I want to know how block the acess to futon (_utils) in couchdb for readers, allowing the access only for admins. I need to do this why if a reader user acess the futon he can see the name of all m...
Kreda asked 23/10, 2010 at 17:0

3

Solved

PROBLEM I want to be able to attach one/multiple attachment(s) as the document is created, through the command-line (see below). I can only get this to work in Futon (Couchbase), but only after a ...
Artificiality asked 20/10, 2011 at 10:12

1

Solved

I did read http://guide.couchdb.org/draft/security.html and and the previous question CouchDB Authorization on a Per-Database Basis and http://wiki.apache.org/couchdb/Security_Features_Overview ...
Limnetic asked 28/4, 2012 at 15:22

1

Solved

I'm new to CouchDB and document-oriented databases in general. I've been playing around with CouchDB, and was able to get familiar with creating documents (with perl) and using the Map/Reduce func...
Scarcity asked 27/1, 2012 at 18:43

1

Solved

I created a small test database in CouchDB and I'm creating a temporary view in Futon. I wrote the mapper and the reducer. The mapper works, but the check box for the reducer never shows up. I know...
Oakland asked 16/5, 2011 at 3:29

1

From http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views The couchdb reduce function is defined as function (key, values, rereduce) { return sum(values); } key will be an array who...
Lisandra asked 3/5, 2010 at 18:3
1

© 2022 - 2024 — McMap. All rights reserved.