client-side-databases
RxDB

client-side-databases | RxDB | |
---|---|---|
8 | 51 | |
880 | 22,486 | |
0.3% | 0.6% | |
7.6 | 9.9 | |
5 days ago | 4 days ago | |
TypeScript | TypeScript | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
client-side-databases
- In search of a Local first Database
- Show Reddit: I build exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB to compare performance metrics of client side databases
- Offline First Database Comparison
- Offline-First Database Comparison
-
I Made the Exact Same App with Firebase, AWS Amplify, RxDB, PouchDB and WatermelonDB
For RxDB for example, it is this file https://github.com/pubkey/client-side-databases/blob/master/projects/rxdb/src/app/app.logic.ts
- I Made the Exact Same App with Firebase,AWS Amplify,RxDB,PouchDB,WatermelonDB
RxDB
- Local-first software: You own your data, in spite of the cloud
-
Stop Syncing Everything
> I'm thinking to give it a try in one of my React Native apps that face very uncertain connectivity.
Some similar stuff you may want to investigate (no real opinion, just sharing since I've investigated this space a bit):
- https://rxdb.info
- Sync Engines Are the Future
-
Show HN: Triplit – Open-source syncing database that runs on server and client
Looks like it could be a more batteries-included/opinionated alternative to RxDB (https://rxdb.info). The relational queries might help some people who tend to think in SQL as opposed to documents (as in CouchDB or MongoDB) and the WebSockets for synchronization will help people get started more quickly. (RxDB provides interfaces for those who want to implement their own storage engine and/or synchronization backend.)
-
HackNote
Some years ago "offline-first" was a thing:
https://web.archive.org/web/20170720174332/http://hood.ie/in...
Primarily based on PouchDB/CouchDB. Now the site redirects to RxDB. https://rxdb.info/
There's still a site by that name but I don't quite understand what's the intention
https://offlinefirst.org/
-
Ask HN: How Can I Make My Front End React to Database Changes in Real-Time?
I'm interested in this problem also!
I think there is a large overlap with projects that market/focus on offline-first experiences.
AFAIK this problem can be solved by:
1) Considering a client-side copy of the database that gets synced with the remote DB. This is an approach [PowerSync](https://www.powersync.com/) and [ElectricSql](https://electric-sql.com/) and [rxdb](https://rxdb.info/) take!
-
You can't leak users' data if you don't hold it
Hey, after I posted that, I went and gave a second look online to see if I could find something that would allow me to develop a local-first app with offline persistence and syncing capabilities.
I ended up finding some possibilities out there that could potentially help me build stuff. One of them is RxDB [1], which offers WebRTC syncing - you'd still need a signaling server, I suppose, but all sensitive information could be synced E2E-encrypted via WebRTC.
Then there's CRDT's [2], which is a universe that turned out to have multiple possibilities that match (at least partially) my needs. In particular, the next thing I want to take a look at is cr-sqlite [3], which might be just thing I needed to kick-off some side-projects.
I'm posting here cause I just found some hope of not needing to build a traditional client-server app and having to deal with all the hassle involved in securing a server (and with fear that my efforts could be not good enough), and I thought someone else could benefit from getting to know these things.
[1] https://rxdb.info/
-
SignalDB: Bringing Meteor-Like Reactivity to the Modern Age
About a year ago, I discovered a cool offline-first framework called RxDB. Initially, I thought that on the frontend side, this was exactly what I had been searching for over the past years. After tinkering around and even using it in production for some time, I realized that it wasn't well-suited for my intended use. RxDB was initially created as an RxJS layer for PouchDB with a server replication interface. Over time, other storage types besides PouchDB were introduced (e.g., IndexedDB, SQLite) and the replication interface became more sophisticated. The replication interface is really cool and exactly what I wanted. The biggest problem I have with RxDB is that it is so tightly coupled with RxJS. While RxJS is technically very powerful, it offers a dreadful developer experience. It's really hard to understand at first and integrating it into an existing codebase, which isn't using RxJS, is tedious.
-
Show HN: ElectricSQL, Postgres to SQLite active-active sync for local-first apps
Congrats to the team. Once I’ve tried https://rxdb.info/ and it wasn’t funny at all to do the remote replication (PG) and to deal with conflicts. I do need to check this out!
-
What is the best DB for offline-first?
RxDB (Open Source but paid plugins)
What are some alternatives?
tanstack-query-firebase - TanStack Query hooks for managing asynchronous operations with Firebase.
signaldb - SignalDB is a reactive, local-first JavaScript database designed for modern web applications. It combines signal-based reactivity with powerful local data management and real-time synchronization capabilities.
notomato - 🍅📝Pomodoro notes app built in Ionic & Angular frameworks, using Dexie.js to persist tasks/notes in IndexedDB📝🍅
OpenRecord - Make ORMs great again!
vuefire - 🔥 Firebase bindings for Vue.js
TypeORM - ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
