Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
readme: note discontinuation
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Dec 13, 2023
1 parent 8c68ffe commit aa2ab6a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

Client-side database for easy to implement real-time and optimistic UI.

[![ISC license](https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square)](https://github.com/Theorem/oncilla/blob/master/LICENSE.md) [![npm version](https://img.shields.io/npm/v/oncilla.svg?style=flat-square)](https://www.npmjs.com/package/oncilla) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/oncilla.svg?label=size&style=flat-square) ![Unpolished](https://img.shields.io/badge/stability-unpolished-yellow.svg?style=flat-square)
[![ISC license](https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square)](https://github.com/Theorem/oncilla/blob/master/LICENSE.md) [![npm version](https://img.shields.io/npm/v/oncilla.svg?style=flat-square)](https://www.npmjs.com/package/oncilla) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/oncilla.svg?label=size&style=flat-square) ![Discontinued](https://img.shields.io/badge/stability-discontinued-red.svg?style=flat-square)

**The project has been discontinued!**

The landscape of local-first data solutions is vastly different now than it was some years ago. Use search terms “local-first”, “offline-first”, “realtime replication”, “optimistic UI” to find good products with good amount of development.

Some arbitrary examples to start: [Reflect](https://reflect.net/), [Logux](https://logux.org/), [ElectricSQL](https://electric-sql.com/), [RxDB](https://rxdb.info/).

---

Oncilla DB sits between your UI logic (i.e. React components) and your server and synchronizes the data between the two. It rerenders your views when new data arrives, and sends updates to the server in the background, allowing your UI to stay responsive. No matter what happens, whether errors or network connectivity issues arise, Oncilla will work to keep the data between your UI and the server in sync.

Expand Down

0 comments on commit aa2ab6a

Please sign in to comment.