How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Akavache is an asynchronous, persistent (i.e., writes to disk) key-value store created for writing desktop and mobile applications in C#, based on SQLite3. Akavache is great for both storing important data (i.e., user settings) as well as cached local data that expires.
NETCoreSync is a database synchronization framework where each client's local offline database (on each client's multiple devices) can be synchronized on-demand via network into a single centralized database hosted on a server. Data which are stored locally within each device of a single client…
memcached is a fully featured Memcached client for Node.js. memcached is built with scaling, high availability and exceptional performance in mind. We use consistent hashing to store the data across different nodes. Consistent hashing is a scheme that provides a hash table functionality in a way…
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
The main features of reactiveui/akavache are: Caching, Data Storage.
Open-source alternatives to reactiveui/akavache include: akavache/akavache — Akavache is an asynchronous, persistent (i.e., writes to disk) key-value store created for writing desktop and mobile… aldycool/netcoresync — NETCoreSync is a database synchronization framework where each client's local offline database (on each client's… aleppax/upyftsconf. alibaba/tair — A distributed key-value storage system developed by Alibaba Group. aliostad/cachecow — An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server. 3rd-eden/memcached — memcached is a fully featured Memcached client for Node.js. memcached is built with scaling, high availability and…