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
- Host: GitHub
- URL: https://github.com/mikebild/lambda-pouch
- Owner: MikeBild
- License: mit
- Created: 2017-01-26T16:42:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T19:56:30.000Z (over 9 years ago)
- Last Synced: 2025-03-17T07:09:55.356Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lambda Functions runtime on top of PouchDB
[](https://travis-ci.org/MikeBild/lambda-pouch)
[](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!