Course 1: Getting started with API AutoFlow
2 min read · 9 min video
Lesson 1: API AutoFlow Basics
Lesson Outline
- Go to Interactor website to access API AutoFlow
- Go through some of the definitions
Access API AutoFlow
API AutoFlow is available as a SaaS (Beta) and on-premise downloadable.
API AutoFlow SaaS
- Click on the SaaS link on the https://www.interactor.com/product/autoflow or go directly to https://console.apiautoflow.com
- Register using your corporate email address
Note: Your ID becomes part of your URL. For example, for the user with id John will be allocated a URL of http://api.apilautoflow.com/john
API AutoFlow On-premise Download
- Click on the SaaS link on the https://www.interactor.com/product/autoflow or go directly to https://www.interactor.com/product/autoflow/download
- Select the version that matches your operating system
- Download and follow the instructions to install
Quick Start Using a Template
The pre-built full-stack solution that you can use to quick start your development. The solutions are under the MIT license free to be customized for your use. If you don’t find the solution you need in the list, contact sales@interactor.com and a customer success team will assist you.
Follow the instructions on each template to deploy in your environment.
———-
Definitions
The easiest way to understand API AutoFlow is to use a factory as a comparison. That is because whether you are building automation, ETL/ELT, or APIs for your database and systems, it is all about how you want to work with the data.
- Solution: You can think of it as the factory itself. The solution refers to the entire backend
- Server: You can think of this as the freight receiving dock
- Endpoint: You can think of this as the start of the processing line
- Flow: You can think of it as a process line for the data.
- Actions: You can think of it as the workers who make changes to the raw materials
- Data: You can think of this as the raw material
- Simulation: You can think of it as the sample raw material
- Flow Transaction Data: You can think of it as the raw material that passes through the process line. As changes are made by the actions, the flow transaction data would change as it goes down the flow.
NEXT » LESSON 2: Navigation and Hello World!