Viewing profile — janl
janl
HN member- Joined
- Mon, Nov 26, 2007, 9:04 AM UTC
- HN karma
- 409
- Public activity
- 208 items
- HN profile
- View on Hacker News ↗
About janl
Recent public activity
-
comment
Comment #43471473
Thanks Paul, I’ve updated the post to clarify: https://neighbourhood.ie/blog/2025/02/26/how-couchdb-prevent...
-
comment
Comment #41671079
I would still recommend you give CouchDB and PouchDB a fair shot. They are used successfully by many folks.
-
comment
Comment #41670904
No offence taken, SQLite is great technology :) — My company makes a (commercial) CouchDB add-on based on SQLite to add SQL queries to CouchDB (link provided for informational purp…
-
comment
Comment #41670686
fixed, thanks
-
comment
Comment #41670398
it _supports_ one for a specific legacy users, the default is more modern.
-
comment
Comment #41670391
Yeah we are working on that. Sometimes it is hard to get public info out of private projects, but there’s going to be a bit more on that in the not so distant future :)
-
comment
Comment #41670103
The Mac version is probably closest to what you mean, but yeah, an “Access/FileMaker“ type of app, most easily realised by bundling CouchDB and Electron probably, would go a long w…
-
comment
Comment #41670038
still does (in a limited capacity :)
-
comment
Comment #41670035
CouchDB dev here. 2.x only added new features, not sure what you’re referring to that was removed. The only on incompatibility was the changes feed ids moving from numbers to strin…
-
comment
Comment #41670012
CouchDB dev here. While that was our idea early on for a while, we have loooong (10+ years) moved away from this narrative. CouchDB is a document database that can be essentially i…
-
comment
Comment #34414632
I’m the author and this is the correct reference.
-
comment
Comment #30672175
Good observations, let me add the current state to that: > Querying in a more ad-hoc way (vs. building indexes ahead of time and querying by key, etc) is a bit janky / not 1st clas…
-
comment
Comment #30672143
not really, no.
-
comment
Comment #30672129
the difficulty starts happening when something goes wrong. FDB has a lot of moving parts (for good reasons, this is not to speak ill of FDB), and that conceptual complexity is a lo…
-
comment
Comment #30672100
the work is all open source on the CouchDB main git repo.
-
comment
Comment #29027714
sure, changing defaults for different use-cases is totally normal for any database. Best thing: CouchDB 3.x comes with shard splitting and default shard factor of 2 (previously 8),…
-
comment
Comment #29027688
the ASF switched binary hosting providers, the COuchDB docs have the up to date links: https://docs.couchdb.org/en/stable/install/unix.html
-
comment
Comment #29001253
CouchDB is a lot more scalable than SQL databases because it has a distributed scaling model built in (just add nodes), no need to mess with read-replicate and finicky hot-failover…
-
comment
Comment #29001206
CouchDB docs have you covered: https://docs.couchdb.org/en/stable/replication/intro.html
-
comment
Comment #29001179
syncing between clients requires a network between clients and normally, clients only have connections to servers. But if you are in a situation where clients can open TCP connecti…
-
comment
Comment #29001164
CouchDB dev here, I can confirm that CouchDB is very much not on life support. Active work goes into PouchDB and CouchDB, some of which is addressing the issues brought up here. No…
-
comment
Comment #22432132
Yup, works with clustering and everything: https://blog.couchdb.org/2020/02/26/the-road-to-couchdb-3-0-...
-
comment
Comment #22432126
You can replicate all per-user DBs into a central database today. We are working on per-document-access-control at the moment, to support this use-case out of the box
-
comment
Comment #22432120
We use https://github.com/jo/couchdb-bootstrap successfully. CouchDB does SSL natively, but we do recommend HAProxy.
-
comment
Comment #22432114
I sadly can’t name names, but rest assured the fortune 500 is heavily involved. OTOH, publicly known big companies using CouchDB include Apple and IBM. And I worked on a team that …