# ger_rethinkdb_esm

> An Event Store Manager for Good Enough Recommendations (GER) using RethinkDB

Latest version **1.0.1** (published 2017-02-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install ger_rethinkdb_esm
pnpm add ger_rethinkdb_esm
yarn add ger_rethinkdb_esm
bun add ger_rethinkdb_esm
```

## Health

**Score 5/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: insecure dependencies; abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-02-14 |
| First published | 2015-10-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+9 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Graham Jenson |
| Maintainers | grahamjenson |
| Keywords | recommend, recommended, recommendation, engine, collaborative, filtering, rethinkdb |

## Links

- npm: https://www.npmjs.com/package/ger_rethinkdb_esm
- Repository: https://github.com/grahamjenson/ger_rethinkdb_esm
- Homepage: https://github.com/grahamjenson/ger_rethinkdb_esm#readme
- Issues: https://github.com/grahamjenson/ger_rethinkdb_esm/issues
- npm.io page: https://npm.io/package/ger_rethinkdb_esm

## Dependencies (5)

- [lodash](https://npm.io/package/lodash.md) 3.9.3
- [moment](https://npm.io/package/moment.md) 2.8.3
- [bluebird](https://npm.io/package/bluebird.md) 2.9.25
- [coffee-script](https://npm.io/package/coffee-script.md) 1.9.3
- [rethinkdbdash](https://npm.io/package/rethinkdbdash.md) github:neumino/rethinkdbdash#master

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-02-14
- 0.0.5 — 2015-10-12
- 0.0.4 — 2015-10-12
- 0.0.3 — 2015-10-09
- 0.0.2 — 2015-10-09
- 0.0.1 — 2015-10-02

## README

#RethinkDB ESM for GER

![RethinkDB](https://rethinkdb.com/assets/images/docs/api_illustrations/quickstart.png)

This is a project that implements an Event Store Manager in RethinkDB for [GER](https://www.npmjs.com/package/ger).

### Testing

First checkout the repository, then

```
npm install
```

then start the rethinkdb server

```
rethinkdb
```

then execute the test suite with

```
mocha
```


### Contributors

[thelinuxlich](https://github.com/thelinuxlich)
[GrahamJenson](https://github.com/grahamjenson)
[Thomas Modeneis](https://github.com/thomasmodeneis)

---
_Source: https://npm.io/package/ger_rethinkdb_esm · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
