From e5038359c9ee0f509e387588c376513806c4522d Mon Sep 17 00:00:00 2001 From: Howard Chi Date: Sat, 26 Apr 2025 13:43:23 +0800 Subject: [PATCH] Update README.md - Supported Data Sources with links --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 36b1f48cb..f93e0bed5 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,19 @@ +## 🔌 Supported Data Sources +- [BigQuery](https://docs.getwren.ai/oss/wren_engine_api#tag/BigQueryConnectionInfo) +- [Google Cloud Storage](https://docs.getwren.ai/oss/wren_engine_api#tag/GcsFileConnectionInfo) +- [Local Files](https://docs.getwren.ai/oss/wren_engine_api#tag/LocalFileConnectionInfo) +- [MS SQL Server](https://docs.getwren.ai/oss/wren_engine_api#tag/MSSqlConnectionInfo) +- [Minio](https://docs.getwren.ai/oss/wren_engine_api#tag/MinioFileConnectionInfo) +- [MySQL Server](https://docs.getwren.ai/oss/wren_engine_api#tag/MySqlConnectionInfo) +- [Oracle Server](https://docs.getwren.ai/oss/wren_engine_api#tag/OracleConnectionInfo) +- [PostgreSQL Server](https://docs.getwren.ai/oss/wren_engine_api#tag/PostgresConnectionInfo) +- [Amazon S3](https://docs.getwren.ai/oss/wren_engine_api#tag/S3FileConnectionInfo) +- [Snowflake](https://docs.getwren.ai/oss/wren_engine_api#tag/SnowflakeConnectionInfo) +- [Trino](https://docs.getwren.ai/oss/wren_engine_api#tag/TrinoConnectionInfo) + ## 😫 Challenge Today At the enterprise level, the stakes - and the complexity - are much higher. Businesses run on structured data stored in cloud warehouses, relational databases, and secure filesystems. From BI dashboards to CRM updates and compliance workflows, AI must not only execute commands but also **understand and retrieve the right data, with precision and in context**.