localfs support

This commit is contained in:
2026-01-09 14:19:29 +08:00
parent 010ffceab5
commit ba210d3d4f
13 changed files with 497 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"name": "localwriter",
"class": "com.datamate.plugin.writer.localwriter.LocalWriter",
"description": "write to local file system",
"developer": "datamate"
}

View File

@@ -0,0 +1,7 @@
{
"name": "localwriter",
"parameter": {
"path": "/data/source",
"destPath": "/data/dest"
}
}