https://github.com/andimiller/fmaas
framework for building pipeline microservices
https://github.com/andimiller/fmaas
Last synced: 3 months ago
JSON representation
framework for building pipeline microservices
- Host: GitHub
- URL: https://github.com/andimiller/fmaas
- Owner: andimiller
- License: mit
- Created: 2017-12-10T20:48:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T21:56:25.000Z (over 7 years ago)
- Last Synced: 2025-01-18T20:59:09.082Z (4 months ago)
- Language: Scala
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# flatMap as a Service
## Motivation
What if I had a framework that let me easily spin up new projects which...
1. Take input from a queue
2. Transform the data
3. Put it into another queueand
1. serves an admin endpoint to say if it's doing okay
2. lets the user register extra commands
3. logs sensibly
4. cleanly shuts down when told to