https://github.com/lemoncloud-io/serverless-clusters
Serverless Clustering w/ Stateless Computing (Lambda)
https://github.com/lemoncloud-io/serverless-clusters
Last synced: 26 days ago
JSON representation
Serverless Clustering w/ Stateless Computing (Lambda)
- Host: GitHub
- URL: https://github.com/lemoncloud-io/serverless-clusters
- Owner: lemoncloud-io
- License: mit
- Created: 2020-12-20T13:32:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T04:53:55.000Z (over 4 years ago)
- Last Synced: 2025-02-27T12:10:06.739Z (4 months ago)
- Language: TypeScript
- Size: 466 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-clusters
Serverless Clustering w/ Stateless Computing (Lambda)
- support multi cluster groups.
- support realtime monitoring via AWS web-socket.
- support NoSQL (DynamoDB) datbase and event-stream.
- support synchronous request via rest-api
- support asynchronous multi requests.## Architecture
1. Realtime Monitoring of nodes.

1. Synchronous request directly to a node.

1. Asynchronous multi requests to nodes.
## Development
```sh
# install nodejs package
$ npm install
# deploy to AWS w/ profile
$ npm run deploy.lemon
```## License
[MIT License](LICENSE)