Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpommerening/mindshare
Stateless shared data model for distributed services
https://github.com/jpommerening/mindshare
Last synced: 24 days ago
JSON representation
Stateless shared data model for distributed services
- Host: GitHub
- URL: https://github.com/jpommerening/mindshare
- Owner: jpommerening
- License: mit
- Created: 2015-07-06T14:57:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T14:58:24.000Z (over 9 years ago)
- Last Synced: 2024-04-14T15:48:56.287Z (7 months ago)
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mindshare
Stateless shared data model for distributed services.## Overview
Mindshare exposes mutable resources to your backend implementation, while
distributing the immutable entities (in the REST interpretation of the term),
that represent your resources' payload, across your services.This way, mindshare helps to enable _active_ data synchronization
between your services, while keeping transactional state entirely client-side.## Credits
Git, CouchDB