Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
Request object in validate_doc_update By: Luca Matteis I have a scenario where I'm building a CouchApp that needs to deny
certain behavior from happening based on the user's IP address.
However, the request object isn't available in validate_doc_update()
functions. Would it be good to consider this as…
|
1 | May 25 2012 06:44 |
May 25 2012 06:49 |
|
|
FW: Am I doing something fundamentally wrong? By: Mike Kimber Didn't seem to get there first time so having another go Mike From:
Mike Kimber Sent: 23 May 2012 12:08 To: us### @couchdb.apache.org
Subject: Am I doing something fundamentally wrong??!! I have been
working with Couchdb for a short while now (I'm…
|
16 | May 24 2012 01:33 |
May 25 2012 05:29 |
|
|
Trouble building from source on CentOS 5.6 By: Michael Parker Hi all, I'm having trouble installing CouchDB 1.2 from source as
described at http://wiki.apache.org/couchdb/Installing_SpiderMonkey.
All the header files can be found in /usr/local/include/js/, and
/usr/local/lib looks correct: $ ls…
|
4 | May 24 2012 17:29 |
May 25 2012 04:49 |
|
|
RE: Replication Configuration By: Googcheng Is it necessary? Why, i don't understand. Ajay Pawaskar
<APawa### @genesisinfo.com>编写: >Thx jens, > I am
going with keeping one couch DB server for write operation and at the
same time replicating updated documents for read on other…
|
0 | May 23 2012 19:27 |
May 23 2012 19:27 |
|
|
Replication Configuration By: Ajay Pawaskar Hi, I have one question regarding Replication. I am using Couch DB
with .net web application. I have two web servers (A & B) managed
by load balancer I have installed Couch DB on Both of them (AC &
BC) Now I want to start Replication…
|
2 | May 22 2012 17:45 |
May 23 2012 15:49 |
|
|
authentication: signed in as user1 (cookie), but sending request as user2? By: Gregor Martynus Hey couch folks, let's say there is a database "user2", which has
Readers: ["user2"] in its security settings. Now let's say user1 is
logged in, with cookie authentication and he has the password of
user2. Is there any way he can make an…
|
5 | May 23 2012 12:27 |
May 23 2012 14:11 |
|
|
Latest Items in Categories By: Zdravko Gligic Hi folks, I have a use case where youtube videos and other articles
are placed in lots of different categories and I am OK with building
the various views with the various sort combinations. However, on the
menu itself, beside each category I…
|
1 | May 23 2012 10:41 |
May 23 2012 14:04 |
|
|
per-user databases & collaboration problem By: Gregor Martynus Hey everyone, Imagine the following setup: 3 databases with 2 cont.
replications: "user/joe" || || cont. replication
(filtered) || \/ "shared/123" || || cont.
replication || \/ "user/sarah" Joe…
|
7 | May 22 2012 10:19 |
May 23 2012 13:03 |
|
|
Am I doing something fundamentally wrong??!! By: Mike Kimber I have been working with Couchdb for a short while now (I'm a
traditionally DBA and inherited this Couchdb project and yes I know
its not SQL!!!). We use Couchdb to store Maven Build Statistics. Every
time a build is run a Statistics report is…
|
1 | May 23 2012 06:09 |
May 23 2012 06:58 |
|
|
couchdb 1.2 on RHEL6 :: OS reboots under load By: Daniel Myung Hi folks, I built couchdb 1.2.0 from source on our RHEL6 machine.
We're looking to transition our production environment to this new
machine once it's fully setup. However we're running into serious
stability issues with the setup. When under…
|
3 | May 22 2012 16:26 |
May 22 2012 23:43 |
|
|
Problem with installing couched or cuchdb By: Student vid Yrkeshögskola C3L Hello, My name is Shakib and I'm studying app development in Sweden,
stockholm. I'm trying to install couched but it doesn't work, please
gave me some advice what to do. Sincerely Shakib
|
0 | May 22 2012 21:00 |
May 22 2012 21:00 |
|
|
oops! cancel temporary view creation? By: Tim Tisdall I went to
http://localhost:5984/_utils/database.html?my_database/_temp_view<h
ttp://localhost:5984/_utils/database.html?app_stats/_temp_view> and
hit "Run" with the default code in there. This normally wouldn't be a
big deal, but my database…
|
4 | May 21 2012 11:46 |
May 22 2012 09:01 |
|
|
why is couch stealing all my resources? By: Cory Zue Hi folks, I have a production app deployed on couchdb and it's been
going great for a while. However recently it has started to hog lots
of the CPU cycles on our machine. Also, view rebuilds seem to be
happening at a crawl (maybe just because the…
|
2 | May 22 2012 01:35 |
May 22 2012 06:28 |
|
|
Applying a custom patch when building with build-couchdb By: Paul Hirst I have a custom patch with increases the javascript stack quota (from
20M to 200M). I need this to process some of the ridiculously large
documents I have in my database. Without it the view build fails. I've
been using it since Couch 0.10. I…
|
4 | May 21 2012 10:55 |
May 22 2012 05:24 |
|
|
New Cloudant site By: Jason Smith Wow, not only does it look great, but it *works* fabulously as well.
Bravo! Migrating my account closer to home, "back East" as I like to
say when I'm in the Boston area :)
|
0 | May 22 2012 03:21 |
May 22 2012 03:21 |
|
|
How does OAuth support, or custom headers, work in the replicator? By: Jens Alfke There's a small bit in the wiki* that hints at a replication JSON
parameter to set custom headers. One of the examples of a _replicate
request shows the body: >
{"source":{"url":"https://example.net:5984/db","headers":{"Authorizati
on":"Basic…
|
9 | May 18 2012 19:55 |
May 21 2012 19:58 |
|
|
purging documents? By: Tim Tisdall I accidentally created several million documents in my DB which I'd
like to undo. ^_^ I know I can query each document to get the
revision and then issue a DELETE, but that seems like a lot of
additional work. Also, the wiki says "Deleted…
|
6 | May 18 2012 11:13 |
May 21 2012 12:01 |
|
|
manipulating .couch files By: Tim Tisdall I want to temporarily open the port for couchdb so I can access
futon. However, I have a large database already in there that I don't
want accessible by the public. If I temporarily move the
database_name.couch file from the var/lib/couchdb/…
|
4 | May 17 2012 13:58 |
May 20 2012 23:03 |
|
|
Review of CouchDB 1.2.0 By: Miles Pomeroy I wrote a post about the new features in 1.2.0. Check it out and let
me know if there are any inaccuracies.
http://nonsensequel.com/posts/couchdb-1-2-0/ Miles.
|
2 | May 20 2012 15:27 |
May 20 2012 18:05 |
|
|
Why is the _id called id in the response from a put request? By: Alexander Gabriel I am using jquery.couch.js. In a openDoc() the return key for the _id
is named "_id". In a saveDoc() the return key for the _id is named
"id". Looking in Firebug at the get and put requests that are beeing
sent the reason seems to be the answer of…
|
4 | May 20 2012 05:17 |
May 20 2012 09:02 |