StarRocks is a high-performance distributed SQL data warehouse designed for real-time analytics. It enables fast querying of large-scale datasets with support for OLAP workloads, real-time ingestion, and seamless integration with data lakes and streaming systems. StarRocks is optimized for low-latency queries, high concurrency, and scalable storage, making it suitable for business intelligence, reporting, and interactive analytics use cases.
Authentication:
Integrating your application with StarRocks allows you to execute SQL queries, manage databases and tables, load data, and export query results. Before starting, ensure you have the following information:
Connection Name: Choose a meaningful name for your connection. Example: "MyAppStarRocksIntegration".Host: Enter the StarRocks FE (Frontend) host URL or IP address.Port: Enter the query port (default MySQL-compatible port is usually 9030).Database: Provide the default database name you want to connect to.Username: Enter the StarRocks username.Password: Enter the password associated with the user.
ACTIONS :
Action Name | Description |
| Checks the status of a data load job in StarRocks. |
| Creates a new database in StarRocks. |
| Creates a new table in a specified database. |
| Creates a table based on schema inferred from an uploaded file. |
| Retrieves the structure and column definitions of a table. |
| Deletes a table from the database. |
| Executes a parameterized SQL statement securely. |
| Executes a SELECT query to retrieve records from a table. |
| Executes a custom SQL command on the connected database. |
| Retrieves metadata information from executed SQL queries. |
| Exports query results to a downloadable file. |
| Extracts column details from a query or table. |
| Fetches detailed column metadata from a specified table. |
| Retrieves the complete schema definition of a table. |
| Lists all tables available in a specified database. |
Load Data From File | Loads structured data into a table from a file source. |
Load Data From File Using Broker Load | Loads data into StarRocks using the broker load mechanism. |