Skip to content

Commit

Permalink
[update][docs] Add paimonwriter.json to for paimonwriter plugin doc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
awol2005ex authored Jan 24, 2025
1 parent 032352f commit 4fdc864
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 1 deletion.
48 changes: 48 additions & 0 deletions docs/assets/jobs/paimonwriter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"job": {
"setting": {
"speed": {
"channel": 3
},
"errorLimit": {
"record": 0,
"percentage": 0
}
},
"content": [
{
"reader": {
"name": "rdbmsreader",
"parameter": {
"username": "root",
"password": "root",
"column": [
"*"
],
"connection": [
{
"querySql": [
"select 1+0 id ,'test1' as name"
],
"jdbcUrl": ["jdbc:mysql://localhost:3306/ruoyi_vue_camunda?allowPublicKeyRetrieval=true",]
}
],
"fetchSize": 1024
}
},
"writer": {
"name": "paimonwriter",
"parameter": {
"dbName": "test",
"tableName": "test2",
"writeMode": "truncate",
"paimonConfig": {
"warehouse": "file:///g:/paimon",
"metastore": "filesystem"
}
}
}
}
]
}
}
Loading

0 comments on commit 4fdc864

Please sign in to comment.