Skip to content

Commit cf5a8c8

Browse files
committed
list the different runtimes in a table
1 parent 13ed768 commit cf5a8c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/getting-started/satellite/_index.en.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ satellites:
134134
Now that we have made our environment prepared for our satellite, we will declare
135135
the way we want our pipeline to handle our data flows.
136136

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.|
144144

145145
#### Using HTTP API
146146
Please check [How to setup HTTP API](../http-api)

0 commit comments

Comments
 (0)