Skip to content

feat: Support MySQL to SAP HANA Data Synchronization (#306)#309

Draft
ljluestc wants to merge 2 commits intobrokercap:masterfrom
ljluestc:feature/hana-support
Draft

feat: Support MySQL to SAP HANA Data Synchronization (#306)#309
ljluestc wants to merge 2 commits intobrokercap:masterfrom
ljluestc:feature/hana-support

Conversation

@ljluestc
Copy link

Implements SAP HANA plugin for Bifrost.

Changes:

  • Added plugin/hana/src implementation using github.com/SAP/go-hdb
  • Added plugin/hana/www UI and documentation
  • Registered plugin in plugin/load/import_toserver.go
  • Updated go.mod and go.sum
  • Updated README.MD and README.EN.MD
  • Added PR_README.md with Chinese description and testing guide

Implements SAP HANA plugin for Bifrost.

Key Features:
- Native SAP HANA driver support (github.com/SAP/go-hdb)
- Full DML support (INSERT, UPDATE, DELETE)
- Intelligent batch processing with configurable batch size
- Transactional integrity (Begin/Commit/Rollback per batch)
- Robust type mapping and JSON support

Changes:
- Added plugin/hana/src implementation
- Added plugin/hana/www UI and documentation
- Registered plugin in plugin/load/import_toserver.go
- Updated go.mod and go.sum
- Updated README.MD and README.EN.MD with HANA support info
- Added PR_README.md with Chinese description and testing guide
@ljluestc ljluestc force-pushed the feature/hana-support branch from 60423c6 to d63b016 Compare January 19, 2026 06:43
Implements SAP HANA plugin for Bifrost.

Key Features:
- Native SAP HANA driver support (github.com/SAP/go-hdb)
- Full DML support (INSERT, UPDATE, DELETE)
- Intelligent batch processing with configurable batch size
- Transactional integrity (Begin/Commit/Rollback per batch)
- Robust type mapping and JSON support

Changes:
- Added plugin/hana/src implementation
- Added plugin/hana/www UI and documentation
- Registered plugin in plugin/load/import_toserver.go
- Updated go.mod and go.sum
- Updated README.MD and README.EN.MD with HANA support info
- Added PR_README.md with Chinese description and testing guide
@ljluestc ljluestc force-pushed the feature/hana-support branch from d63b016 to bf21645 Compare January 19, 2026 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant