Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.