File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
content/shared/influxdb3-query-guides/snapshots Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,6 @@ Export time series data snapshots from InfluxDB into Apache Iceberg format and q
8
8
- ** Cost-effective storage** : Optimize data retention and minimize storage costs.
9
9
- ** Supports AI and ML workloads** : Enhance machine learning applications by making time-series data accessible in Snowflake.
10
10
11
- ## Implementation steps
12
-
13
- Follow these steps to integrate InfluxDB 3 with Snowflake using Apache Iceberg:
14
-
15
- 1 . [ Configure external storage] ( #configure-external-storage )
16
- 2 . [ Set up a catalog integration in Snowflake] ( #set-up-a-catalog-integration-in-snowflake )
17
- 3 . [ Export InfluxDB data to Iceberg format] ( #export-influxdb-data-to-iceberg-format )
18
- 4 . [ Create an Iceberg table in Snowflake] ( #create-an-iceberg-table-in-snowflake )
19
- 5 . [ Query your data in Snowflake] ( #query-your-data-in-snowflake )
20
-
21
11
## Prerequisites
22
12
23
13
Before you begin, ensure you have the following:
@@ -26,6 +16,14 @@ Before you begin, ensure you have the following:
26
16
- Access to an ** external object store** (such as AWS S3).
27
17
- Familiarity with ** Apache Iceberg** and ** Snowflake** .
28
18
19
+ ## Integrate InfluxDB 3 with Snowflake
20
+
21
+ 1 . [ Configure external storage] ( #configure-external-storage )
22
+ 2 . [ Set up a catalog integration in Snowflake] ( #set-up-a-catalog-integration-in-snowflake )
23
+ 3 . [ Export InfluxDB data to Iceberg format] ( #export-influxdb-data-to-iceberg-format )
24
+ 4 . [ Create an Iceberg table in Snowflake] ( #create-an-iceberg-table-in-snowflake )
25
+ 5 . [ Query your data in Snowflake] ( #query-your-data-in-snowflake )
26
+
29
27
30
28
## Configure external storage
31
29
You can’t perform that action at this time.
0 commit comments