You've already forked DataMate
localfs support
This commit is contained in:
6
runtime/datax/localreader/src/main/resources/plugin.json
Normal file
6
runtime/datax/localreader/src/main/resources/plugin.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "localreader",
|
||||
"class": "com.datamate.plugin.reader.localreader.LocalReader",
|
||||
"description": "read from local file system",
|
||||
"developer": "datamate"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "localreader",
|
||||
"parameter": {
|
||||
"path": "/data/source"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user