File tree Expand file tree Collapse file tree 4 files changed +55
-0
lines changed Expand file tree Collapse file tree 4 files changed +55
-0
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 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+ :::
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ apache-superset/index
2626aws-dms/index
2727aws-dynamodb/index
2828aws-kinesis/index
29+ aws-lambda/index
2930azure-functions/index
3031cluvio/index
3132datagrip/index
@@ -44,6 +45,7 @@ meltano/index
4445metabase/index
4546mongodb/index
4647mysql/index
48+ n8n/index
4749node-red/index
4850plotly/index
4951powerbi/index
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments