Skip to content

Commit 0a61532

Browse files
committed
ETL: Add aws-lambda and n8n
1 parent 9815782 commit 0a61532

File tree

4 files changed

+55
-0
lines changed

4 files changed

+55
-0
lines changed

docs/ingest/etl/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ Data pipeline programming frameworks and platforms.
8585
as a fully managed solution. Estuary Flow is a real-time, reliable change data
8686
capture (CDC) solution.
8787

88+
- {ref}`n8n`
89+
90+
n8n is a workflow automation tool that helps you to connect any app with an API with
91+
any other, and manipulate its data with little or no code.
92+
8893
- {ref}`node-red`
8994

9095
Node-RED is an open-source programming tool for wiring together hardware devices,
@@ -166,6 +171,11 @@ Load data from streaming platforms.
166171

167172

168173
::::{grid-item-card} {material-outlined}`add_to_queue;2em` Serverless Compute
174+
- {ref}`aws-lambda`
175+
176+
AWS Lambda is a serverless compute service that runs your code in response to
177+
events and automatically manages the underlying compute resources for you. These
178+
events may include changes in state or an update.
169179

170180
- {ref}`azure-functions`
171181

@@ -206,6 +216,7 @@ Load data from datasets and open table formats.
206216
- {ref}`aws-dynamodb`
207217
- {ref}`aws-kinesis`
208218
- {ref}`aws-dms`
219+
- {ref}`aws-lambda`
209220
- {ref}`azure-functions`
210221
- {ref}`dbt`
211222
- {ref}`estuary`
@@ -214,6 +225,7 @@ Load data from datasets and open table formats.
214225
- {ref}`meltano`
215226
- {ref}`mongodb`
216227
- {ref}`mysql`
228+
- {ref}`n8n`
217229
- {ref}`node-red`
218230
- {ref}`risingwave`
219231
- {ref}`sql-server`

docs/integrate/aws-lambda/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
(aws-lambda)=
2+
# AWS Lambda
3+
4+
:::{include} /_include/links.md
5+
:::
6+
7+
:::{rubric} About
8+
:::
9+
10+
:::{div}
11+
[AWS Lambda] is a serverless compute service that runs your code in response to
12+
events and automatically manages the underlying compute resources for you. These
13+
events may include changes in state or an update.
14+
:::
15+
16+
:::{rubric} Learn
17+
:::
18+
19+
:::{div}
20+
Serverless replication from DynamoDB to CrateDB using AWS Lambda:
21+
- [DynamoDB CDC Relay with AWS Lambda]
22+
- Blog: [Replicating CDC events from DynamoDB to CrateDB]
23+
:::

docs/integrate/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ apache-superset/index
2626
aws-dms/index
2727
aws-dynamodb/index
2828
aws-kinesis/index
29+
aws-lambda/index
2930
azure-functions/index
3031
cluvio/index
3132
datagrip/index
@@ -44,6 +45,7 @@ meltano/index
4445
metabase/index
4546
mongodb/index
4647
mysql/index
48+
n8n/index
4749
node-red/index
4850
plotly/index
4951
powerbi/index

docs/integrate/n8n/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
(n8n)=
2+
# n8n
3+
4+
:::{rubric} About
5+
:::
6+
7+
[n8n] is a fair-code licensed workflow automation tool that combines AI capabilities
8+
with business process automation. It helps you to connect any app with an API with
9+
any other, and manipulate its data with little or no code.
10+
11+
:::{rubric} Learn
12+
:::
13+
14+
- https://cratedb.com/integrations/cratedb-and-n8n
15+
- https://n8n.io/integrations/cratedb/
16+
17+
18+
[n8n]: https://docs.n8n.io/

0 commit comments

Comments
 (0)