cary
v0.0.1
Published
cary
Downloads
9
Readme
Server
Purpose
This project is a WIP for building a starting point for any project that requires:
- authentication
- authorization - TBD
- job execution using external microservices or/and Lambda functions.
- communication between microservices and other components is done using SNS/SQS
- MongoDB (in the near future also PostgreSQL/others)
Architecture
Plugins
- server-frame-auth - Authentication plugin
- server-frame-mongo - Mongo DB plugin
- server-frame-utils - Utility plugin
- server-frame-lambda - Lambda functions that are used by this project.