Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@ jobs:
name: flyway-database-oceanbase
path: flyway-oceanbase-plugin/flyway-database-oceanbase/target/flyway-database-oceanbase-10.16.1.jar

- name: Set up JDK for Trino
uses: actions/setup-java@v3
with:
java-version: '23'
distribution: 'temurin'
- name: Build Trino Plugin
run: |
cd trino-oceanbase-plugin
./mvnw clean package -DskipTests
- name: Archive Trino JAR
uses: actions/upload-artifact@v4
with:
name: trino-oceanbase-plugin
path: trino-oceanbase-plugin/target/*.jar

- name: Set up PHP for WordPress
uses: shivammathur/setup-php@v2
with:
Expand Down Expand Up @@ -96,14 +81,6 @@ jobs:
asset_name: flyway-database-oceanbase-10.16.1.jar
asset_content_type: application/java-archive

- name: Upload Trino Release Asset
uses: actions/upload-release-asset@latest
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: trino-oceanbase-plugin/target/*.jar
asset_name: trino-oceanbase-plugin.jar
asset_content_type: application/java-archive

- name: Upload WordPress Release Asset
uses: actions/upload-release-asset@latest
with:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,6 @@ jobs:
name: flyway-oceanbase-plugin
path: flyway-oceanbase-plugin/target/*.jar

trino-plugin:
name: Build Trino OceanBase Plugin
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up JDK 23
uses: actions/setup-java@v3
with:
java-version: '23'
distribution: 'temurin'

- name: Build Trino Plugin
run: |
cd trino-oceanbase-plugin
./mvnw clean install -DskipTests

- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: trino-oceanbase-plugin
path: trino-oceanbase-plugin/target/*.jar

wordpress-plugin:
name: Build WordPress OceanBase Plugin
runs-on: ubuntu-latest
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p
| Plugin Name | Use Case | Key Features |
| --------------------------------------------------------------------------------------- | ------------------------- | -------------------------------------------------------------------------------------- |
| [Flyway OceanBase Plugin](./flyway-oceanbase-plugin/README.md) | Database Migration | Resolves compatibility issues when using Flyway with OceanBase in MySQL mode |
| [Trino OceanBase Plugin](./trino-oceanbase-plugin/README.md) | Data Analysis | Enables Trino to connect to OceanBase (MySQL/Oracle mode) |
| [Trino OceanBase Plugin](https://github.com/oceanbase/trino-oceanbase) | Data Analysis | Enables Trino to connect to OceanBase (MySQL/Oracle mode) |
| [WordPress OceanBase Plugin](./wordpress-oceanbase-plugin/README.md) | Content Management | Fixes compatibility issues between WordPress and OceanBase MySQL tenants |
| [OceanBase SQL Helper Plugin](./oceanbase-sql-helper-plugin/README.md) | Development Tools | VSCode extension for quick access to OceanBase SQL keywords documentation |
| [Metabase OceanBase Plugin](./metabase-oceanbase-plugin/README.md) | Data Visualization | Enables Metabase to connect to OceanBase (MySQL/Oracle mode) |
Expand All @@ -34,9 +34,10 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p

### ✅ Trino OceanBase Plugin

- **Function**: Enables Trino to connect to OceanBase (MySQL/Oracle mode), optimizing SQL queries and transaction handling.
- **Function**: Enables Trino to connect to OceanBase (MySQL/Oracle mode), optimizing SQL queries and transaction handling. This project has been migrated to a new repository.
- **Use Case**: Querying OceanBase databases via Trino (supports both modes).
- **Documentation**: [Trino OceanBase Plugin](./trino-oceanbase-plugin/README.md)
- **Documentation**: [Trino OceanBase Plugin](https://github.com/oceanbase/trino-oceanbase)
- **Repository**: https://github.com/oceanbase/trino-oceanbase

---

Expand Down Expand Up @@ -102,7 +103,7 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p
| Plugin Name | Documentation Link |
| ------------------------------------- | --------------------------------------------------------------------------------------- |
| Flyway OceanBase Plugin | [Flyway OceanBase Plugin](./flyway-oceanbase-plugin/README.md) |
| Trino OceanBase Plugin | [Trino OceanBase Plugin](./trino-oceanbase-plugin/README.md) |
| Trino OceanBase Plugin | [Trino OceanBase Plugin](https://github.com/oceanbase/trino-oceanbase) |
| WordPress OceanBase Plugin | [WordPress OceanBase Plugin](./wordpress-oceanbase-plugin/README.md) |
| OceanBase SQL Helper Plugin | [OceanBase SQL Helper Plugin](./oceanbase-sql-helper-plugin/README.md) |
| Metabase OceanBase Plugin | [Metabase OceanBase Plugin](./metabase-oceanbase-plugin/README.md) |
Expand Down
9 changes: 5 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓
| 插件名称 | 适用场景 | 主要功能 |
| ---------------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------------------- |
| [Flyway OceanBase 插件](./flyway-oceanbase-plugin/README_CN.md) | 数据库迁移 | 解决 Flyway 在 OceanBase MySQL 模式下的兼容性问题 |
| [Trino OceanBase 插件](./trino-oceanbase-plugin/README_CN.md) | 数据分析 | 支持 Trino 连接 OceanBase(MySQL/Oracle 模式) |
| [Trino OceanBase 插件](https://github.com/oceanbase/trino-oceanbase) | 数据分析 | 支持 Trino 连接 OceanBase(MySQL/Oracle 模式) |
| [WordPress OceanBase 插件](./wordpress-oceanbase-plugin/README_CN.md) | 内容管理 | 修复 WordPress 与 OceanBase MySQL 租户的兼容性问题 |
| [OceanBase SQL 助手插件](./oceanbase-sql-helper-plugin/README_CN.md) | 开发工具 | VSCode 插件,快速访问 OceanBase SQL 关键词文档 |
| [Metabase OceanBase 插件](./metabase-oceanbase-plugin/README_CN.md) | 数据可视化 | 支持 Metabase 连接 OceanBase(MySQL/Oracle 模式) |
Expand All @@ -36,9 +36,10 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓

### ✅ Trino OceanBase 插件

- **功能**:支持 Trino 连接 OceanBase(MySQL/Oracle 模式),优化 SQL 查询与事务处理。
- **功能**:支持 Trino 连接 OceanBase(MySQL/Oracle 模式),优化 SQL 查询与事务处理。此项目已迁移到新仓库。
- **适用场景**:通过 Trino 查询 OceanBase 数据库(支持多模式)。
- **详细文档**:[Trino OceanBase 插件](./trion-oceanbase-plugin/README_CN.md)
- **详细文档**:[Trino OceanBase 插件](https://github.com/oceanbase/trino-oceanbase)
- **仓库地址**:https://github.com/oceanbase/trino-oceanbase

---

Expand Down Expand Up @@ -104,7 +105,7 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓
| 插件名称 | 文档链接 |
| ----------------------------------- | ---------------------------------------------------------------------------------------- |
| Flyway OceanBase MySQL 插件 | [Flyway OceanBase 插件](./flyway-oceanbase-plugin/README_CN.md) |
| Trino OceanBase 插件 | [Trino OceanBase 插件](./trino-oceanbase-plugin/README_CN.md) |
| Trino OceanBase 插件 | [Trino OceanBase 插件](https://github.com/oceanbase/trino-oceanbase) |
| WordPress OceanBase 插件 | [WordPress OceanBase 插件](./wordpress-oceanbase-plugin/README_CN.md) |
| OceanBase SQL 助手插件 | [OceanBase SQL 助手插件](./oceanbase-sql-helper-plugin/README_CN.md) |
| Metabase OceanBase 插件 | [Metabase OceanBase 插件](./metabase-oceanbase-plugin/README_CN.md) |
Expand Down
21 changes: 0 additions & 21 deletions trino-oceanbase-plugin/.editorconfig

This file was deleted.

35 changes: 0 additions & 35 deletions trino-oceanbase-plugin/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion trino-oceanbase-plugin/.java-version

This file was deleted.

8 changes: 0 additions & 8 deletions trino-oceanbase-plugin/.mvn/extensions.xml

This file was deleted.

12 changes: 0 additions & 12 deletions trino-oceanbase-plugin/.mvn/jvm.config

This file was deleted.

This file was deleted.

Loading
Loading