File tree Expand file tree Collapse file tree 7 files changed +23
-22
lines changed Expand file tree Collapse file tree 7 files changed +23
-22
lines changed Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable MD053 -->
2+
13[ Amazon DynamoDB Streams ] : https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html
24[ Amazon Kinesis Data Streams ] : https://docs.aws.amazon.com/streams/latest/dev/introduction.html
35[ Apache Airflow ] : https://airflow.apache.org/
2123[ Datashader ] : https://datashader.org/
2224[ Dynamic Database Schemas ] : https://cratedb.com/product/features/dynamic-schemas
2325[ DynamoDB ] : https://aws.amazon.com/dynamodb/
24- [ DynamoDB CDC Relay ] : https://cratedb-toolkit.readthedocs.io/io/ dynamodb/ cdc.html
25- [ DynamoDB CDC Relay with AWS Lambda ] : https://cratedb-toolkit.readthedocs. io/io/ dynamodb/cdc-lambda.html
26- [ DynamoDB Table Loader ] : https://cratedb-toolkit.readthedocs.io/io/ dynamodb/ loader.html
26+ [ DynamoDB CDC Relay ] : inv:ctk:*:label# dynamodb- cdc
27+ [ DynamoDB CDC Relay with AWS Lambda ] : inv:ctk:*:doc# io/dynamodb/cdc-lambda
28+ [ DynamoDB Table Loader ] : inv:ctk:*:label# dynamodb- loader
2729[ Executable stack with Apache Kafka, Apache Flink, and CrateDB ] : https://github.com/crate/cratedb-examples/tree/main/framework/flink/kafka-jdbcsink-java
2830[ Geospatial Data Model ] : https://cratedb.com/data-model/geospatial
2931[ Geospatial Database ] : https://cratedb.com/geospatial-spatial-database
Original file line number Diff line number Diff line change 4747}
4848
4949/* On tiled link overview index pages, give ul/li elements more space */
50- .ul-li-wide {
51- ul li {
52- margin-bottom : 1rem ;
53- }
50+ .ul-li-wide ul li {
51+ margin-bottom : 1rem ;
5452}
5553
5654</ style >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ features.
1313This documentation section lists CDC applications,
1414frameworks, and solutions, which can be used together with CrateDB,
1515and outlines how to use them optimally.
16- Please also take a look at support for {ref}` generic ETL <etl> ` solutions.
16+ Additionally, see support for {ref}` generic ETL <etl> ` solutions.
1717:::
1818
1919
@@ -67,7 +67,7 @@ kinds of databases.
6767::::{grid-item-card} Debezium
6868:link : debezium
6969:link-type: ref
70- Use, Debezium an open source distributed platform for change data capture for
70+ Use Debezium, an open source distributed platform for change data capture for
7171loading data into CrateDB.
7272It is used as a building block by a number of downstream third-party projects and products.
7373::::
@@ -92,9 +92,8 @@ Python interface. It is available for on-premises and as a managed service.
9292::::{grid-item-card} StreamSets
9393:link : streamsets
9494:link-type: ref
95- Use the StreamSets Data Collector Engine to ingest and transform data from a variety
96- of sources into CrateDB. It runs on-premises or in any cloud.
95+ Use the StreamSets Data Collector Engine to ingest and transform data from many
96+ sources into CrateDB. It runs on-premises or in any cloud.
9797::::
9898
9999:::::
100-
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ features.
1717This documentation section lists ETL applications and
1818frameworks which can be used together with CrateDB, and outlines how
1919to use them optimally.
20- Please also take a look at support for {ref}` cdc ` solutions.
20+ Additionally, see support for {ref}` cdc ` solutions.
2121:::
2222
2323
@@ -162,8 +162,8 @@ Load data from database systems.
162162- {ref}` streamsets `
163163
164164 The StreamSets Data Collector is a lightweight and powerful engine that allows you
165- to build streaming, batch and change-data-capture (CDC) pipelines that can ingest
166- and transform data from a variety of sources.
165+ to build streaming, batch, and change-data-capture (CDC) pipelines that can ingest
166+ and transform data from many sources.
167167
168168+++
169169Load data from streaming platforms.
Original file line number Diff line number Diff line change 1111
1212``` {div}
1313:style: "float: right"
14- [{w=180px}](https://airflow.apache.org/)
14+ [{w=180px}](https://airflow.apache.org/)
1515
16- [{w=180px}](https://www.astronomer.io/)
16+ [{w=180px}](https://www.astronomer.io/)
1717```
1818:::{div}
1919[ Apache Airflow] is an open source software platform to programmatically author,
Original file line number Diff line number Diff line change 99
1010:::{div}
1111[ 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 .
12+ events and automatically manages the underlying compute resources for you.
13+ Events can include state changes and updates .
1414:::
1515
1616:::{rubric} Learn
Original file line number Diff line number Diff line change 55:::
66
77[ 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
8+ with business process automation. It helps you connect any app with an API to
99any other, and manipulate its data with little or no code.
1010
1111:::{rubric} Learn
1212:::
1313
14- - https://cratedb.com/integrations/cratedb- and- n8n
15- - https:// n8n.io/integrations/cratedb/
14+ - [ CrateDB and n8n integration ]
15+ - [ n8n CrateDB integration ]
1616
1717
18+ [ CrateDB and n8n integration ] : https://cratedb.com/integrations/cratedb-and-n8n
1819[ n8n ] : https://docs.n8n.io/
20+ [ n8n CrateDB integration ] : https://n8n.io/integrations/cratedb/
You can’t perform that action at this time.
0 commit comments