<p class="wp-block-paragraph">An Gateway API Manager able easy to define by self-explaining GUI in React:</p>
<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="ReactDAGEditor" width="1110" height="624" src="https://www.youtube.com/embed/Oty7CIh3sek?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>
<h2 class="wp-block-heading">Features</h2>
<ul class="wp-block-list">
<li>define Entrypoint Swagger by parsing JSON payload into OpenAPI/Swagger definition</li>
<li>Routing logic by expression matching of previous stages</li>
<li>Utility docker image (cogwbackend) to execute internal routing of payload, logic, and JSON payload returns of execution</li>
<li>Works on Kubernetes (by namespace), and Docker Swarm (by Service’s Label filtering)</li>
<li>Utility docker image to execute SQL (HSQL) based on json payload for query and replacement.</li>
<li>Stream both internal request and output of execution (in case of single executable node: hsql or rest service</li>
</ul>
<h2 class="wp-block-heading">Status of the project</h2>
<p class="wp-block-paragraph">Frontend is producing a JSON payload, this is consumed by cogwbackend that calls internal service and returns back the response.</p>
<p class="wp-block-paragraph">Streaming feature is in development.</p>
<p class="wp-block-paragraph">For more infos, <a href="https://smartango.com/contact/" target="_blank" rel="noopener" title="Contact">contact me</a></p>
An Gateway API Manager able easy to define by self-explaining GUI in React:
Features
define Entrypoint Swagger by parsing JSON payload into OpenAPI/Swagger definition
Routing logic by expression matching of previous stages
Utility docker image (cogwbackend) to execute internal routing of payload, logic, and JSON payload returns of execution
Works on Kubernetes (by namespace), and Docker Swarm (by Service’s Label filtering)
Utility docker image to execute SQL (HSQL) based on json payload for query and replacement.
Stream both internal request and output of execution (in case of single executable node: hsql or rest service
Status of the project
Frontend is producing a JSON payload, this is consumed by cogwbackend that calls internal service and returns back the response.
<p class="wp-block-paragraph"><a href="https://docs.docker.com/engine/swarm/" data-type="link" data-id="https://docs.docker.com/engine/swarm/" target="_blank" rel="noreferrer noopener">Docker Swarm</a> by its own, and also any...