https://github.com/jsdir/datastored
Synchronized cache and persistent datastore for node.js
https://github.com/jsdir/datastored
Last synced: about 1 year ago
JSON representation
Synchronized cache and persistent datastore for node.js
- Host: GitHub
- URL: https://github.com/jsdir/datastored
- Owner: jsdir
- License: mit
- Created: 2014-05-02T06:50:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T18:28:05.000Z (about 11 years ago)
- Last Synced: 2025-04-13T02:31:47.554Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.31 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security.md
Awesome Lists containing this project
README
datastored
==========
Datastored is a failover-tolerant cache and persistent datastore for node.js using redis, cassandra, and postgresql.
[](https://travis-ci.org/jsdir/datastored)
[](https://david-dm.org/jsdir/datastored)
[](https://www.npmjs.org/package/datastored)
## Documentation
- [ORM](docs/orm.md)
- [Model](docs/model.md)
- [Instance](docs/instance.md)
- [Attributes](docs/attributes.md)
- [Associations](docs/associations.md)
- [Data Flow](docs/data_flow.md)
- [Datastores](docs/datastores.md)
- [Security](docs/security.md)
- [Testing](docs/testing.md)