Loading options
Data loading is the process of cleansing and transforming raw data from various data sources based on your business requirements and loading the resulting data into StarRocks to facilitate analysis.
Batch load data from Amazon S3
PhoenixAI provides the following options for loading data from AWS S3:
Batch load data from Azure cloud storage
PhoenixAI provides two options for loading data from Microsoft Azure Storage:
Load data from a local file system
PhoenixAI allows you to load data from a local file system by using Stream Load.
Load from Confluent Cloud
2 items
Load data from Amazon MSK
This topic introduces how to create a Routine Load job to stream messages (events) from Amazon Managed Streaming for Apache Kafka (Amazon MSK) into PhoenixAI.
Load data from Amazon Kinesis
This topic describes how to load data from Amazon Kinesis into PhoenixAI.
Strict mode
1 item
Load data using INSERT
How to load data into StarRocks using INSERT statements: INSERT VALUES, INSERT INTO SELECT, INSERT OVERWRITE, Dynamic Overwrite, and loading from files using FILES().