You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/getting-started/satellite/_index.en.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,13 +134,13 @@ satellites:
134
134
Now that we have made our environment prepared for our satellite, we will declare
135
135
the way we want our pipeline to handle our data flows.
136
136
137
-
There are 4 types of runtimes, depending on your needs you will have to choose one of:
138
-
* `http-api`: the micro-service will be operating an API, on which several URL routes can be registered. `http-api` is used for REST API.
139
-
It also allows the use of a JSON Web Token (JWT) or Basic HTTP authentication.
140
-
* `http-hook`: the micro-service will be operating an API on a single URL route. `http-hook` is used for webhooks. A webhook is a POST request sent to a URL. It's considered to be
141
-
a means for one application to provide other applications with real-time information
142
-
* `pipeline`: the micro-service will be operating a data pipeline, executed in the backend that can be executed as a cron job.
143
-
* `workflow`: the micro-service will be orchestrating more than one data pipeline, executed in the backend that can be executed as a cron job
137
+
There are 4 types of runtimes. Choose one depending on your needs:
138
+
|name|usage|
139
+
|-|-|
140
+
|http-api|The micro-service will be operating an API, on which several URL routes can be registered. `http-api` is used for REST API. It allows the use of a JSON Web Token (JWT) or Basic HTTP authentication.|
141
+
|http-hook|The micro-service will be operating an API on a single URL route. `http-hook` is used for webhooks. A webhook is a POST request sent to a URL. It's considered to be a mean for one application to provide other applications with real-time information.|
142
+
|pipeline|The micro-service will be operating a data pipeline, executed in the backend that can be executed as a cron job.|
143
+
|workflow|The micro-service will be orchestrating more than one data pipeline, executed in the backend, that can be executed as a cron job.|
0 commit comments