Bart Louwers · @bart
67 followers · 297 posts · Server floss.social

Fleshing out a design for a tiny web app to track my workouts. Using (@excalidraw), it's "forever open source" and has gotten really quite good.

The app I am making uses Vue and , a database running in the browser, with seamless sync to a server. The frontend can be hosted on a dumb CDN (or sightly less dumb serverless platform) while the data is stored on a server the user controls.

It is a so it even fully works offline. Really like this kind of setup.

#Excalidraw #PouchDB #couchdb #PWA

Last updated 1 year ago

eklem · @eklem
118 followers · 549 posts · Server social.vivaldi.net

Anyone tested PouchDB in the browser and set it up so it syncs with CouchDB? I'm trying to make a minimal thing and was wondering if it could sync a blob/attachment. That way I could get away with some html/css/javascript on github.io and only CouchDB as a webserver.

#offlinefirst #sync #javascript #browser #db #dev #pouchdb #couchdb

Last updated 1 year ago

Bart Louwers · @bart
59 followers · 252 posts · Server floss.social

Is still lovable? Going through the docs right now. Seems more fun than using a corporate (and proprietary) Document DB like , or . Also looks more fun than using the weird JSON syntax of .

#couchdb #MongoDB #dynamodb #firebase #PostgreSQL

Last updated 1 year ago

Archimage · @SergKoren
211 followers · 5958 posts · Server writing.exchange

I guess I could work around the CouchDB issue by connecting to the instance I do have running remotely, but that will introduce latency. I wonder if I could just copy the files across and see if I can start the instance.

I guess I could also just fall back to SQLite.

#raspberrypi #couchdb

Last updated 1 year ago

Archimage · @SergKoren
211 followers · 5958 posts · Server writing.exchange

Grr. Can’t install CouchDB on Raspberry Pi 4 now. libmozjs185-dev can’t be found.

#raspberrypi #couchdb

Last updated 1 year ago

Jake · @jakesmolka
517 followers · 632 posts · Server hachyderm.io

Log: "Apache CouchDB has started. Time to relax."

*throws super weird memory related kernel error

Thanks and

#couchdb #erlang

Last updated 1 year ago

Jan Lehnardt :couchdb: · @janl
2616 followers · 4114 posts · Server narrativ.es

I got nerdsniped by @tef & @sushee to demonstrate how relatively easy it is to build a CRAQ (timilearning.com/posts/mit-6.8) system atop @couchdb — Showing that as much as CouchDB is a distributed database in itself, it is also a very nice toolkit to build other kinds of distributed databases with it :)

The demo is in Node.js with some private JS/HTTP API glue that is not relevant to the demo: gist.github.com/janl/d0ba35446

Let me know if you ahave any questions.

#couchdb #distsys #databases #nosql #craq

Last updated 1 year ago

Diabolic Preacher ♒ · @dpreacher
70 followers · 4163 posts · Server freeradical.zone

could someone please explain how to set the COUCHDB_QUERY_SERVER_JAVASCRIPT environment variable persistently? should it be done as root? where should it be written and saved and how to check after reboot the variable's effective?

i want to increase the stack size so i need to modify this. I had put it in /etc/profile.d/couchdb.sh but that did not take effect.

thank you.

#couchdb #shell #help

Last updated 1 year ago

Boris 🏳️‍🌈🤙 · @boris
15 followers · 67 posts · Server swiss.social
Jan Lehnardt :couchdb: · @janl
2522 followers · 3580 posts · Server narrativ.es

Sneak peek for a new thing we made, formal announcements will commence tomorrow: neighbourhood.ie/products-and-

#couchdb #sql #hellfrozeover

Last updated 1 year ago

Archimage · @SergKoren
173 followers · 3997 posts · Server writing.exchange

I should really do some work on my stock candlestick code. I need to rethink how I’m storing data, since I want to simplify things and go from SQLite3 to CouchDB.

#couchdb #stocks #programming

Last updated 1 year ago

AskUbuntu · @askubuntu
64 followers · 2167 posts · Server ubuntu.social

Unable to install CouchDB in Ubuntu 20.04.4 LTS #1204

askubuntu.com/q/1460446/612

#apt #repository #addaptrepository #couchdb

Last updated 1 year ago

Archimage · @SergKoren
162 followers · 3169 posts · Server writing.exchange

OK. I have CouchDb running on a RaspberryPi and working with Python. It’s a bit different from MongoDB, but similar. At least it runs.

#db #couchdb #raspberrypi

Last updated 1 year ago

Elan Hasson · @elan
1277 followers · 2338 posts · Server publicsquare.global

There is nothing relaxing about .

#couchdb

Last updated 1 year ago

masukomi · @masukomi
232 followers · 3286 posts · Server connectified.com

Trying to talk myself out of I just looked up 's Conflict Resolution system:

mongodb.com/docs/atlas/app-ser

tl;dr: it's totally sane and reasonable.

CouchDB's on the other hand is essentially "hey, flip a coin" 🤦‍♀️

Yes, you could write your own conflict resolution system.

Guess what I don't want to have to spend my time doing?

#couchdb #mongodb

Last updated 2 years ago

masukomi · @masukomi
232 followers · 3281 posts · Server connectified.com

I can not figure out one aspect of my coding brain.

I am like pathologically drawn to non-standard languages, frameworks, tools, etc.

Ex.: totally aligns with many of my design values.

At the same time my next project needs full-text search with stemming, which it doesn't have. has it baked in (also PostgreSQL, MySQL, SQLite), & CouchDB has radically worse support. So, MongoDB's objectively a better choice.

my 🧠: "yes, but CouchDB!"

arrrrrgh

#couchdb #mongodb #ruby

Last updated 2 years ago

masukomi · @masukomi
228 followers · 3144 posts · Server connectified.com

I've been really tempted to use for my next project, but I think I'm not going to.

- the couchrest ruby gem hasn't been updated in 6 years, and is missing 2.x features while 3.x has come out.
- full text search seems to want me to use some Clusea Java / Scala thing. nothing built in. no docs on using elasticsearch
- no recent posts about using it with ruby / rails
- hardly any posts about using it with ruby / rails

1/?

#couchdb

Last updated 2 years ago

masukomi · @masukomi
214 followers · 2852 posts · Server connectified.com

Ooh just discovered
again, think but for a based document

with existing support for: , , , , , , , and

it ALSO has REST HTTP server component like , with support for Websockets. You can, for example, just shove JSON into it with a simple curl request.

And... it's MIT licensed

this may be a perfect solution for my recent ideas.
ejdb.org/

p.s. omg so many hashtags. 😲

#ejdb2 #sqlite #json #nosql #database #ios #android #reactnative #Flutter #c #java #dart #swift #couchdb

Last updated 2 years ago

masukomi · @masukomi
214 followers · 2852 posts · Server connectified.com

Ooh just discovered
again, think but for a based document

with existing support for: , , , , , , , and

it ALSO has REST HTTP server component like , with support for Websockets. You can, for example, just shove JSON into it with a simple curl request.

And... it's MIT licensed

this may be a perfect solution for my recent ideas.

p.s. omg so many hashtags. 😲

#ejdb2 #sqlite #json #nosql #database #ios #android #reactnative #Flutter #c #java #dart #swift #couchdb

Last updated 2 years ago

masukomi · @masukomi
202 followers · 2634 posts · Server connectified.com

Anyone know what the current mobile story is around ?

It looks like, on ios there was TouchDB-IOS which ...became or was replaced by Couchbase-Lite which stopped being compatible with the 2.x release.

It seems like the answer is "use PouchDB" but that's no good if you don't want to write your App in JS... i think.

Could a Swift app use a JS data store?! Is that a thing?

cc @janl

#couchdb

Last updated 2 years ago