You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import PrereqCloud from "versionContent/_partials/_prereqs-cloud-only.mdx";
10
10
import EarlyAccessNoRelease from "versionContent/_partials/_early_access.mdx";
11
11
12
-
# Connect an S3 data source to your $SERVICE_SHORT
12
+
# Sync data from an S3 data source to your $SERVICE_SHORT
13
13
14
14
You use the $S3_CONNECTOR in $CLOUD_LONG to synchronize CSV and Parquet files from an S3 bucket to your $SERVICE_LONG in real time. The connector runs continuously, enabling you to leverage $CLOUD_LONG as your analytics database with data constantly synced from S3. This lets you take full advantage of $CLOUD_LONG's real-time analytics capabilities without having to develop or manage custom ETL solutions between S3 and $CLOUD_LONG.
Copy file name to clipboardExpand all lines: migrate/upload-file-using-console.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: Import data using Tiger Cloud Console
3
-
excerpt:
2
+
title: Upload a file into your service using Tiger Cloud Console
3
+
excerpt: You can upload CSV, Parquet, and text files into your service using Tiger Cloud Console. Just drag and drop from your local machine, or provide a path to the file in S3
4
4
products: [cloud]
5
5
keywords: [import]
6
6
---
7
7
8
8
import ImportPrerequisitesCloudNoConnection from "versionContent/_partials/_prereqs-cloud-no-connection.mdx";
9
9
import EarlyAccessGeneral from "versionContent/_partials/_early_access.mdx";
10
10
11
-
# Import data into your $SERVICE_SHORT using $CONSOLE_LONG
11
+
# Upload a file into your $SERVICE_SHORT using $CONSOLE_LONG
12
12
13
-
You can import data into your $SERVICE_SHORT using $CONSOLE_LONG. This page explains how to import CSV, Parquet, and text files, from your local machine and from an S3 bucket.
13
+
You can upload files into your $SERVICE_SHORT using $CONSOLE_LONG. This page explains how to upload CSV, Parquet, and text files, from your local machine and from an S3 bucket.
14
14
15
-
<Tabslabel="Import files using Tiger Cloud Console"persistKey="console-import">
15
+
<Tabslabel="Upload files using Tiger Cloud Console"persistKey="console-import">
16
16
17
17
<Tabtitle="From a local machine"label="local-import">
18
18
@@ -32,20 +32,20 @@ To upload a CSV file to your $SERVICE_SHORT:
32
32
33
33
<Procedure>
34
34
35
-
1.**Select your $SERVICE_SHORT in [$CONSOLE_SHORT][console], then click `Actions` > `Import data` > `Upload .CSV`**
35
+
1.**Select your $SERVICE_SHORT in [$CONSOLE_SHORT][console], then click `Actions` > `Import data` > `Upload your files` > `Upload CSV file`**
36
36
37
-

37
+

38
38
39
39
1.**Click to browse, or drag the file to import**
40
40
1.**Configure the import**
41
41
42
-

42
+

43
43
44
44
- Set a delimiter.
45
45
- Toggle to skip or keep the header.
46
46
- Select to ingest the data into an existing table or create a new one.
47
47
- Provide the new or existing table name.
48
-
- <Optional /> For a new table with a time column, toggle the time column to create a $HYPERTABLE instead of a regular table.
48
+
- <Optional /> For a new table with a time column, toggle the time column to create a hypertable instead of a regular table.
49
49
50
50
1.**Click `Process CSV file`**
51
51
@@ -61,18 +61,18 @@ To upload a Parquet file to your $SERVICE_SHORT:
61
61
62
62
<Procedure>
63
63
64
-
1.**Select your $SERVICE_SHORT in [$CONSOLE_SHORT][console], then click `Actions` > `Import data` > `Upload Parquet`**
64
+
1.**Select your $SERVICE_SHORT in [$CONSOLE_SHORT][console], then click `Actions` > `Import data` > `Upload your files` > `Upload Parquet file`**
65
65
66
-

66
+

67
67
68
68
1.**Click to browse, or drag the file to import**
69
69
1.**Configure the import**
70
70
71
-

71
+

72
72
73
73
- Select to ingest the data into an existing table or create a new one.
74
74
- Provide the new or existing table name.
75
-
- <Optional /> For a new table with a time column, toggle the time column to create a $HYPERTABLE instead of a regular table.
75
+
- <Optional /> For a new table with a time column, toggle the time column to create a hypertable instead of a regular table.
76
76
77
77
1.**Click `Process Parquet file`**
78
78
@@ -88,16 +88,16 @@ To upload a TXT or MD file to your $SERVICE_SHORT:
88
88
89
89
<Procedure>
90
90
91
-
1.**Select your $SERVICE_SHORT in $CONSOLE_SHORT, then click `Actions` > `Import data` > `Upload text files`**
91
+
1.**Select your $SERVICE_SHORT in $CONSOLE_SHORT, then click `Actions` > `Import data` > `Upload your files` > `Upload Text file`**
92
92
93
-

93
+

94
94
95
95
1.**Click to browse, or drag and drop the file to import**
96
96
1.**Configure the import**
97
97
98
98
Provide a name to create a new table, or select an existing table to add data to.
99
99
100
-

100
+

101
101
102
102
1.**Click `Upload files`**
103
103
@@ -132,11 +132,11 @@ To import a CSV file from an S3 bucket:
132
132
133
133
<Procedure>
134
134
135
-
1.**Select your $SERVICE_SHORT in $CONSOLE_SHORT, then click `Actions` > `Import from S3`**
135
+
1.**Select your $SERVICE_SHORT in $CONSOLE_SHORT, then click `Actions` > `Import data` > `Explore import options` > `Import from S3`**
136
136
137
137
1.**Select your file in the S3 bucket**
138
138
139
-

139
+

140
140
141
141
1. Provide your file path.
142
142
1. Select `CSV` in the file type dropdown.
@@ -147,13 +147,13 @@ To import a CSV file from an S3 bucket:
147
147
148
148
1.**Configure the import**
149
149
150
-

150
+

151
151
152
152
- Set a delimiter.
153
153
- Toggle to skip or keep the header.
154
154
- Select to ingest the data into an existing table or create a new one.
155
155
- Provide the new or existing table name.
156
-
- <Optional /> For a new table with a time column, toggle the time column to create a $HYPERTABLE instead of a regular table.
156
+
- <Optional /> For a new table with a time column, toggle the time column to create a hypertable instead of a regular table.
157
157
158
158
1.**Click `Process CSV file`**
159
159
@@ -173,7 +173,7 @@ To import a Parquet file from an S3 bucket:
173
173
174
174
1.**Select your file in the S3 bucket**
175
175
176
-

176
+

177
177
178
178
1. Provide your file path.
179
179
1. Select `Parquet` in the file type dropdown.
@@ -186,7 +186,7 @@ To import a Parquet file from an S3 bucket:
186
186
187
187
- Select `Create a new table for your data` or `Ingest data to an existing table`.
188
188
- Provide the new or existing table name.
189
-
- <Optional /> For a new table with a time column, toggle the time column to create a $HYPERTABLE instead of a regular table.
189
+
- <Optional /> For a new table with a time column, toggle the time column to create a hypertable instead of a regular table.
0 commit comments