An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

datastored
==========
Datastored is a failover-tolerant cache and persistent datastore for node.js using redis, cassandra, and postgresql.

[![Build Status](https://img.shields.io/travis/jsdir/datastored.svg?style=flat)](https://travis-ci.org/jsdir/datastored)
[![Dependency Status](https://img.shields.io/david/jsdir/datastored.svg?style=flat)](https://david-dm.org/jsdir/datastored)
[![NPM version](https://img.shields.io/npm/v/datastored.svg?style=flat)](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)