Re: Setting up smoosh for database compaction

2021-08-18 Thread Paul Milner
Hi Adam Thanks for the feedback. I was actually struggling with which options to set per channel and what to set them to. Anyway after more thought, I’ve decided on a manual approach as I need it to be more custom than automatic. But thanks again I appreciate it. Best regards Paul Sent

Re: CouchDB host

2021-08-18 Thread Martin Broerse
Hi Tim, OpenWhisk can run your node.js scripts. (https://www.ibm.com/cloud/functions ) CloudStation can host your app via the default CouchDB vhost like this https://bloggr.exmer.com/ CloudStation is using no static file server and only OpenWhisk and CouchDB to run the App and databases. -

CouchDB host

2021-08-18 Thread Tim Black
Hi, Can anyone recommend a host which would work well for the following use case? I'd like to develop apps using an architecture like Hoodie (which requires one CouchDB server instance, one Node.js app, and a static file server).  I might use https://github.com/sl-nx/superlogin-next.  This

Re: Setting up smoosh for database compaction

2021-08-18 Thread Adam Kocoloski
Hi Paul, sorry to hear you’re finding it a challenge to configure. The default configuration described in the documentation does give you an example of how things are set up: https://docs.couchdb.org/en/3.1.1/maintenance/compaction.html#channel-configuration Cross-referenced from that section

Setting up smoosh for database compaction

2021-08-18 Thread Paul Milner
Hello I'm looking at the maintenance of my databases and how I could implement tools to do that. Smoosh seems to be the main option, but I'm struggling to set it up as the documentation seems a bit limited. I have only really found this: 5.1. Compaction — Apache CouchDB® 3.1 Documentation