Merge pull request #1366 from influxdata/bulk-ingest-cloud

Add doc on bulk import of data to Cloud
pull/1394/head
kelseiv 2020-08-28 11:09:52 -07:00 committed by GitHub
commit 0688f860eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View File

@ -17,6 +17,7 @@ related:
- /v2.0/reference/syntax/line-protocol
- /v2.0/reference/syntax/annotated-csv
- /v2.0/reference/cli/influx/write
- /v2.0/write-data/bulk-ingest-cloud
---
Collect and write time series data to InfluxDB Cloud and InfluxDB OSS. Discover how to quickly start collecting data, and then explore other ways to write data using no-code solutions or developer tools.

View File

@ -0,0 +1,18 @@
---
title: Bulk ingest
seotitle: Write bulk data to InfluxDB Cloud.
list_title: Write bulk data to InfluxDB Cloud.
weight: 105
description: >
Write existing data to InfluxDB Cloud in bulk.
menu:
v2_0:
name: Bulk ingest
parent: Write data
products: [cloud]
---
To upload a large amount of previously existing *historical* data into InfluxDB Cloud, contact Support for assistance.
Well review your ingest rate limits, volume, and existing [data schema](/v2.0/reference/key-concepts/data-schema) to ensure the most efficient migration.
Given our usage-based pricing and because the API is optimized for batched writing, we do not recommend using the API to ingest bulk data.