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": "localreader",
"class": "com.datamate.plugin.reader.localreader.LocalReader",
"description": "read from local file system",
"developer": "datamate"
}

View File

@@ -0,0 +1,6 @@
{
"name": "localreader",
"parameter": {
"path": "/data/source"
}
}