Ray C Horn - Senior Software Engineer - raychorn.github.io
Dynamic Pluggable Microservices Framework
Dynamic Pluggable Microservices Framework.
Designed to quickly publish Python Modules in the form of a dynamic
RESTful Interface that supports GET, POST, PUT and DELETE.
This is functional programming meets REST meets
100% pluggability using minimal code.
Self Deploying Microservice Architecture for Python 3.x
Plug-in Python Module and either Introspect or use Metadata
in the Module to define the specific functions to expose via REST.
Each function becomes a separate and distinct REST Web Service
via a Smart APIView subclass that encapsulates the Security Model
and the end-points.