Ideology

Last Authored: Monday, July 24th, 2023

We have simplified development and deployment of backend stack in 4 layers. Each layer is responsible for generating an output that is understood by cloud platforms to allocate resources and deploy them conditionally based on entered data.

Settings

In this layer, one is just asked to enter some basic information about the stack as well as, AWS Keys and Secret that going to be used to deploy the stack.

Interaction

Interaction layer allows you to select a service that you want to interact with. For example, as a developer I want to deploy an endpoint using AWS or as a Shopify store owner I want to work with the Products data on my online store. All interaction services have different configuration and when deployed, they will adhere to restrictions imposed by the service such as API rate limitations.

More information available on the Interaction section.

Extraction

Extraction layer allows you to extract the data from the interaction layer selected and extrapolate it in a manner that you would like. Currently, we offer only one extraction service which is to save the data of the interaction service into a database but that is bound to change.

More information available on the Extraction section.

Summary

Summary layers summarizes how your interaction and extraction are working together.