https://github.com/plippe/cakka
CAkka tell, or ask serverless infrastructure to process a message
https://github.com/plippe/cakka
Last synced: 12 months ago
JSON representation
CAkka tell, or ask serverless infrastructure to process a message
- Host: GitHub
- URL: https://github.com/plippe/cakka
- Owner: plippe
- License: unlicense
- Created: 2018-10-12T20:39:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T21:12:58.000Z (over 3 years ago)
- Last Synced: 2025-01-17T23:43:59.022Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# CAkka
[](https://app.wercker.com/project/byKey/5ca500b85572d470e27868179e76fcd3)
> This is a brain fart, please ignore ... for now
Serverless infrastructure are triggered via events: e.g. HTTP request, item added to queue, direct call. This resembles
the actor systems where actors are lambdas / functions, and messages are the events.
CAkka, inspired by [Akka](https://akka.io/), is a simple library to `tell`, or `ask` serverless infrastructure to
process messages.