pouchdb-server icon indicating copy to clipboard operation
pouchdb-server copied to clipboard

Is this repo dead?

Open bdombro opened this issue 1 year ago • 8 comments

There haven't been any releases in over a year and PRs are not being reviewed. Should this repo be archived?

bdombro avatar Nov 01 '23 17:11 bdombro

As long as it's useful it should remain. I think the real question is does anyone actually use it?

garethbowen avatar Nov 01 '23 20:11 garethbowen

Good question! I have asperations to possibly use it in the far future in hobby projects -- but nothing concrete. I feel like it could be useful if someone wanted to fork or extend a JS flavor of couch bc they like JS.

bdombro avatar Nov 01 '23 20:11 bdombro

As the README says...

PouchDB Server is much less battle-tested than CouchDB

I would warn against using this for the server for anything that matters. It's really useful for testing or prototyping though...

garethbowen avatar Nov 01 '23 20:11 garethbowen

I am considering an app that would have an Electron "server" app but the main interface would be a web page available on the local network. The app would never have more than a couple of users at a time. Would this be an appropriate use case?

respectTheCode avatar Mar 13 '24 22:03 respectTheCode

Hi @respectTheCode, prefer CouchDB even for local applications.

PouchDB is (like Gareth highlighted) less battle-tested. This is a rewording of: "you can't rely on it".

The benefit of pouchdb-server is it's capability of running as a "throw-away" server to test your app or expectations against a CouchDB api (and even in this field: it isn't feature complete to CouchDB v3).

SourceR85 avatar Mar 14 '24 14:03 SourceR85

I ended up building something custom around SQLite. PouchDB was great but requiring end users to install CouchDB was just not realistic.

respectTheCode avatar May 05 '24 18:05 respectTheCode

Hi @respectTheCode, you're welcome to contribute to PouchDB-Server if your customers rely on it.

SourceR85 avatar May 05 '24 20:05 SourceR85

As the README says...

PouchDB Server is much less battle-tested than CouchDB

I would warn against using this for the server for anything that matters. It's really useful for testing or prototyping though...

@garethbowen I believe such a message must be a bit clear and more visible. However, by looking at the latest release date one may assume of the risks using it in prod

kuncevic avatar Jul 15 '24 12:07 kuncevic