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

https://github.com/mikebild/lambda-pouch

Lambda Functions runtime on top of PouchDB
https://github.com/mikebild/lambda-pouch

Last synced: over 1 year ago
JSON representation

Lambda Functions runtime on top of PouchDB

Awesome Lists containing this project

README

          

# Lambda Functions runtime on top of PouchDB
[![Build Status](https://travis-ci.org/MikeBild/lambda-pouch.svg?branch=master)](https://travis-ci.org/MikeBild/lambda-pouch)
[![Package on npm](https://img.shields.io/npm/v/lambda-pouch.svg?style=flat)](https://www.npmjs.com/package/lambda-pouch)

*A Lambda-Functions runtime on top of PouchDB as a self contained service with CouchDB synchronization.*

__Objectives - evaluating for your project__

* Frontend-First-Driven approach without backend/database migrations
* Self-contained // no infrastructure dependencies // no lock in
* Customizable for seamless integration of existing resources

## Usage

First install using npm:

```bash
npm install -g lambda-pouch
```

and then just run it!

```bash
lambda
```

For more information run:

```bash
lambda -h

```
## Run Tests

```
npm install
npm test
```

## Development

```
npm run dev
```

## Contributors
Check them out [here](https://github.com/MikeBild/lambda-pouch/graphs/contributors)

## Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public [GitHub issue tracker](https://github.com/MikeBild/lambda-pouch/issues).

## License

This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.

## Thanks

You like this and you want to see what coming next? Follow me on Twitter [`@mikebild`](https://twitter.com/mikebild).

Enjoy!