0.2.0 • Published 6 years ago

endoreic v0.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
6 years ago

endoreic

A library for building salty basins of data. Uses a lightly wrapped tweetnacl for all cryptographic operations. Inspired by ActiveRecord, Redux, and the event sourcing architectural pattern. Designed to be used inside React applications.

Architecture

Application logic for data streams can built out of the Store / Model objects. Common create / update / removal actions can be built using cru.

The Store is built around a local object and datastream cache. This cache is persistent and stored in sqlite.

See the test fixtures for an example application.