HackerTrans
TopNewTrendsCommentsPastAskShowJobs

janl

no profile record

comments

janl
·पिछला वर्ष·discuss
Thanks Paul, I’ve updated the post to clarify: https://neighbourhood.ie/blog/2025/02/26/how-couchdb-prevent...
janl
·2 वर्ष पहले·discuss
I would still recommend you give CouchDB and PouchDB a fair shot. They are used successfully by many folks.
janl
·2 वर्ष पहले·discuss
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 purposes): https://neighbourhood.ie/products-and-services/structured-qu...
janl
·2 वर्ष पहले·discuss
fixed, thanks
janl
·2 वर्ष पहले·discuss
it _supports_ one for a specific legacy users, the default is more modern.
janl
·2 वर्ष पहले·discuss
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 :)
janl
·2 वर्ष पहले·discuss
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 way. If anyone needs a project ;)
janl
·2 वर्ष पहले·discuss
still does (in a limited capacity :)
janl
·2 वर्ष पहले·discuss
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 strings, which is hardly a huge migration :)
janl
·2 वर्ष पहले·discuss
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 indefinitely clustered to grow and shrink with your application / traffic demands.

It also comes with a unique replication protocol that allows you to synchronise casually connected instances (say offices around the world, or mobile devices and a cloud) much more like git uses push & pull. No other database really puts that into an open source / open government project.

There’s tons more cool stuff that CouchDB does and its being used in mission critical infrastructure that you’re relying on every day :)