Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
d6e2d653
Commit
d6e2d653
authored
Jan 17, 2020
by
Eteri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial commit for embulk
parent
e5aa01b7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
74 additions
and
0 deletions
+74
-0
software/embulk/config.yml.in
software/embulk/config.yml.in
+32
-0
software/embulk/instance.cfg.in
software/embulk/instance.cfg.in
+0
-0
software/embulk/software.cfg
software/embulk/software.cfg
+37
-0
software/embulk/try1/csv/sample_01.csv.gz
software/embulk/try1/csv/sample_01.csv.gz
+0
-0
software/embulk/try1/seed.yml
software/embulk/try1/seed.yml
+5
-0
No files found.
software/embulk/config.yml.in
0 → 100644
View file @
d6e2d653
#in:
# type: mongodb
# uri: mongodb://localhost:27017/eteri_db
# collection: "myCollection"
in:
type: file
path_prefix: /srv/slapgrid/slappart7/srv/runner/project/slapos/software/embulk/try1/csv/
decoders:
- {type: gzip}
parser:
charset: UTF-8
newline: CRLF
type: csv
delimiter: ','
quote: '"'
escape: '"'
null_string: 'NULL'
skip_header_lines: 1
columns:
- {name: id, type: string}
- {name: account, type: string}
- {name: time, type: string }
- {name: purchase, type: string}
- {name: comment, type: string}
out:
type: wendelin
tag: accton.actn.project_reference.device_type.device_reference.path.to.file.file_type
streamtool_uri: https://softinst127037.host.vifib.net/erp5/portal_ingestion_policies/test_policy
user: username
password: pass
software/embulk/instance.cfg.in
0 → 100644
View file @
d6e2d653
software/embulk/software.cfg
0 → 100644
View file @
d6e2d653
[buildout]
extends =
../../component/java/buildout.cfg
../../stack/slapos.cfg
parts +=
embulk.jar
java
embulk-config
# instance
[embulk.jar]
#recipe = slapos.recipe.cmmi
recipe = slapos.recipe.build:download
url = https://dl.bintray.com/embulk/maven/embulk-0.8.39.jar
md5sum = cbb314876d74274c349c283d30a6247d
destination = ${buildout:parts-directory}/${:_buildout_section_name_}
[embulk-config]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/config.yml.in
output = ${buildout:directory}/config.yml
mode = 0644
#[embulk-config]
#recipe = slapos.recipe.build:download
#url = ${:_profile_base_location_}/config.yml.in
#location = ${buildout:directory}/config.yml
#mode = 0644
#[instance]
#recipe = slapos.recipe.template
#url = ${:_profile_base_location_}/instance.cfg.in
#output = ${buildout:directory}/instance.cfg
[versions]
slapos.recipe.template = 4.3
\ No newline at end of file
software/embulk/try1/csv/sample_01.csv.gz
0 → 100644
View file @
d6e2d653
File added
software/embulk/try1/seed.yml
0 → 100644
View file @
d6e2d653
in
:
type
:
file
path_prefix
:
'
/srv/slapgrid/slappart7/srv/runner/software/47da317bc96de31a00da29a8a499fe65/parts/./try1/csv/sample_'
out
:
type
:
stdout
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment