Skip to content
#

couchdb

Here are 617 public repositories matching this topic...

dalu
dalu commented Mar 21, 2020

I'm probably missing something obvious, but neither the website nor this repo has any documentation.

Is this a markdown editor I can embed in my "classic" rendered (html rendered by server) websites?

Do I have to build my own version?
Can I use npm to import it?
Is there any documentation?

janl
janl commented Mar 4, 2020

Summary

CouchDB keeps a list of purge infos to ensure that purges can be applied on a cluster without purged documents being re-introduced by internal replication.

It would be useful to make this list available for replication clients like PouchDB, who then could apply local purges on their own. I know PouchDB doesn’t implement purge just yet, but it’s something that folks will need befor

yrimal
yrimal commented Apr 20, 2020

Describe the bug
There is inconsistency in the way latest_replication_date or initial_replication_date field is written in info doc. In some of the documents, it's written in full Date/Time format while other documents have it written in unix stamp.

To Reproduce
It was difficult to reproduce the scenario. But, for sms projects deployed with version 3.7.1 or above, `latest_repli

popojargo
popojargo commented Jan 1, 2020

Expected Behavior

Right now, when we edit a document, it brings us back to the document listing page. I sometime need to test some application change by modifying a document re

deviousasti
deviousasti commented Jul 27, 2018

Basic authentication is okay, but it isn't really recommended.
From the docs:

The main drawback is the need to send user credentials with each request which may be insecure and could hurt operation performance (since CouchDB must compute the password hash with every request)

If cookie authentication isn't alre

iivvoo
iivvoo commented May 2, 2020

I'm using Kivik v4.0.0-20200429204048-e9102bc78740 and having some issues with the example code in the wiki.

Possibly the issues below are because of changes in version 4? Perhaps it's safer to use version 3 in stead though the project's README.md is unclear about which version is stable, v2 or v3

  1. Error handling is really unclear / undocumented until you stumble upon the wiki main page.
nolanlawson
nolanlawson commented Nov 15, 2015

Cool project! 😃 Thought I would give you some pointers about how to run and pass the PouchDB test suite, since it's a pretty good way to determine whether or not you fully implement the CouchDB API. (For the record, Cloudant and PouchDB Server are passing, and Couchbase Sync Gateway passes most of it. Not sure about rsync or Drupal Relaxed Web Services.)

To run the test suite:

git clo
motin
motin commented Sep 20, 2018

Adding Envoy to one's stack requires deployment and maintenance of one more service. Revamped and extended deployment docs would make it easier to understand what the true cost of Envoy is, compared to the cost of maintaining one or more databases per user with Cloudant.

Wishlist:

  • More details on how to get Envoy running reliably in IBM Cloud (The [Deploy-to-bluemix button is currently brok

Improve this page

Add a description, image, and links to the couchdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the couchdb topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.