Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hemerajs/hemera-rethinkdb-store
Use Rethinkdb with Hemera
https://github.com/hemerajs/hemera-rethinkdb-store
hemerajs rethinkdb store
Last synced: about 2 months ago
JSON representation
Use Rethinkdb with Hemera
- Host: GitHub
- URL: https://github.com/hemerajs/hemera-rethinkdb-store
- Owner: hemerajs
- License: mit
- Created: 2017-12-25T16:16:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T23:50:55.000Z (about 7 years ago)
- Last Synced: 2024-04-14T05:40:33.756Z (9 months ago)
- Topics: hemerajs, rethinkdb, store
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hemera-rethinkdb-store package
[![Build Status](https://travis-ci.org/hemerajs/hemera-rethinkdb-store.svg?branch=master)](https://travis-ci.org/hemerajs/hemera-rethinkdb-store)
[![npm](https://img.shields.io/npm/v/hemera-rethinkdb-store.svg?maxAge=3600)](https://www.npmjs.com/package/hemera-rethinkdb-store)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](#badge)Rethinkdb - The open-source database for the realtime web.
This is a plugin to use [Rethinkdb](https://rethinkdb.com) with Hemera.## Example
```js
hemera.use(require('hemera-rethinkdb-store'))
```## Start Rethinkdb with Docker
```js
docker-compose up
```### Running the tests
```
npm run test
```#### Dependencies
- hemera-joi## API
See [Store](https://github.com/hemerajs/hemera/tree/master/packages/hemera-store) Interface.