#CouchDB

2025-06-13

CouchDB also seems to be a technically simple solution—although it seems more difficult to use. And it's built with erlang!

1. Automatically generating OpenAPI documentation for your web resources doesn't seem doable, but there's perhaps CouchDB's own form of API documentation.
2. HTTP OPTIONS requests are accepted although poorly documented from what I could find.

It'd be nice if CouchDB supported learning about it's API through OpenAPI documentation.

#CouchDB #HTTP #REST #OpenAPI #erlang

Artem R 🇺🇦asci@indieweb.social
2025-05-29

@UpCloud well, I am actually working on a few personal projects, currently exploring how to do local first data storage for my habits app, and I must tell triple data syncs is not easy thing #crdt #couchdb #webdev

Artem R 🇺🇦asci@indieweb.social
2025-05-29

I finally tried an AI Agent, using open source All-Hands.dev and it kinda works!

I asked it to develop an admin dashboard for CouchDB (default Fauxton is a bit buggy and dated) and it managed to read to a working, MVP solution without much guidance. I only told it which frameworks and libraries to use and what features I want. It is a bit scary but also bring some optimism #ai #genai #agents #mcp #couchdb #mistral #shadcn #webdev #software

2025-05-27

ia no-sql bat erabili gudot, eta debian-eko repo ofizialakaz instala ahal dana, hau da mongodb ta holakuek ez, orduen:

couchdb topa dot, eta etxure ona dako, zuok zein erabiltzen'zuie?

#couchdb #nosql

2025-05-08

What the fuck, Couchbase?

That's not a default, that's a cry for help.

#database #software #Linux #CouchDB #Couchbase

Data Disk Path
/opt/couchbase/var/lib/couchbase/data
PATH CANNOT BE CHANGED AFTER SETUP
Indexed Disk Path
/opt/couchbase/var/lib/couchbase/data
GripNewsGripNews
2025-05-02

🌘 2025 年 CouchDB 與 PouchDB 的離線優先架構
➤ 打造穩定可靠的離線優先應用體驗
neighbourhood.ie/blog/2025/03/
The Neighbourhoodie 團隊發布了 Pouchnotes 應用程式,作為使用 CouchDB 和 PouchDB 實現離線優先架構的最佳實踐範例。Pouchnotes 是一個簡單的筆記應用程式,允許使用者線上或離線記錄筆記,並自動與遠端 CouchDB 同步。文章詳細介紹了數據流、前端架構、身份驗證,以及如何利用 PouchDB 與 TypeScript 的整合,並提供了使用 Vite 和 Svelte 5 的開發堆疊。重點在於 PouchDB 的本地資料庫和 CouchDB 的連續複寫協議,確保即使在離線狀態下也能保持應用程式的運作,並在恢復連線時自動同步資料。
+ 這篇文章解釋得非常清楚,讓我對如何在實際專案中運

I've just read about #CouchDB , a #NoSQL database. I have to send #JavaScript to it, via http. I'm kinda out of my comfort zone 😅

2025-04-07
Raphael Lullisraphael@communick.com
2025-04-07

Storing #RDF or #LinkedData is the easy part (I am working on #activitypub client, so everything is JSON-LD anyway), but as soon as I need to formulate queries like "Give me list of the activities from all the actors who are on the following collection of my user, sorted by published/updated date", the amount of data mangling that I need to do is already making me think "ok, why don't I just push all of this to sqlite?"

#couchdb experts (@janl, @nolan), any suggestions here?

Dmitriychtyllhu
2025-04-02

Спустя три или четыре года, перепробовав множество сервисов, все же решил обратно вернуться в . За это время нормально так похорошел, даже без настроек и плагинов стал удобным, ну а с плагинами и вовсе красота стала. Установил несколько плагинов, немного настроил под себя и сделал синхронизацию через и все это без пердолинга с установкой на сервер

2025-02-11

Is your #Rails application constantly and rapidly changing data structures? You may want to consider some of these #NoSQL data stores!

Check out Henrique's article with an overview of #MongoDB, #CouchDB, #Redis, and #Cassandra

go.fastruby.io/3j5

2025-02-11

🚀 Mejoras en @TOPGitES

He añadido un sistema de colas basado en Rabbitmq para gestionar mejor los repositorios publicados anteriormente. Ahora puedes compartir en Twitter y guardar todos los repos en CouchDB para obtener estadísticas semanales. Más información en el link. #Git #Rabbitmq #CouchDB #Twitter t.me/aitorroma/1261

👉 t.me/aitorroma/1261

#Git #Rabbitmq #CouchDB #Twitter

2025-02-09

@Ulrich @Temperche Sorry if that is phrased in an unclear way.

#CouchDB is the database used by #flohmarkt and there is other software available for #yunohost that installs CouchDB. CouchDB is not part of the yunohost system and it could lead to problems if two packages mess with the same CouchDB configuration (the sytsem wide Debian package is installed).

If there is no CouchDB on your system, yet, flohmarkt will just install. If there's already a CouchDB running, flohmarkt could be integrated, but since I didn't have any test cases it will not install without forcing it to protect whatever you're running already with a dependency on CouchDB.

If you run into issues or have further questions: please open an issue on codeberg (or github) so we can discuss how to make the context more clear or improve the install routine.

2025-02-06

Oh _no_

in #CouchDB, Mango querying does not mix with using "" as document key.

"One or more conditions is missing a field name."

2025-01-31

Is there an #activitypub server that uses #couchdb (or any other database with #json support) as a backend and/or application server?

Neighbourhoodie Softwareneighbourhoodie@toot.berlin
2025-01-30

Stressful start to the year?

You have one less worry with #CouchDB 😌

Our latest article covers @couchdb’s #checksums feature: a built-in safeguard that helps protect your data from the impact of ever-dreaded disk corruption.

It’s just one of the features that makes CouchDB your data’s safe place.

Full post on our blog: neighbourhood.ie/blog/2025/01/

Jan Lehnardt :couchdb:janl@narrativ.es
2025-01-28

We published a four part series about how to build a real-time multi-user Kanban board with @couchdb and @sveltejs

Its is complete with code for all steps, so it’s not just a draw-the-rest-of-the-owl tutorial:

1. Setup, intro, first steps: neighbourhood.ie/blog/2024/12/

2. Automatic Conflict Resolution: neighbourhood.ie/blog/2024/12/

3. Manual Conflict Resolution: neighbourhood.ie/blog/2024/12/

4. Avoiding Conflicts with Resource Locking: neighbourhood.ie/blog/2025/01/

#CouchDB #Svelte #JavaScript #WebDev

2025-01-16

@gilgwath It would be best to have the #database (and data) to run completely in the same RAM that the host CPU is on. Basically the storage and the compute need to occur on the same node. Not everyone has enough RAM to do this. #Longhorn is a good technology to enable the storage part.

#k8s
#PostgreSQL
#MariaDB
#SQL
#NoSQL
#MongoDB
#ApacheCassandra
#CouchDB

{:ok, "Joel Jucá"}joel@functional.cafe
2024-12-04

@codemonkeymike I definitely love #linux and #elixirlang – but algo #freebsd, #golang, #ruby, #js, #nodejs, #react, and #postgres (#sqlite and #couchdb too as well). 😄

Tho I must say the community emerging from Bluesky looks nice! I'm enjoying the blue platform as well, but I won't be leaving here.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst