Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Implement a docker stack to launch project #10

Open
vinzcoco opened this issue Jun 27, 2019 · 1 comment
Open

[Feature] Implement a docker stack to launch project #10

vinzcoco opened this issue Jun 27, 2019 · 1 comment

Comments

@vinzcoco
Copy link
Collaborator

No description provided.

@camillebaronnet
Copy link
Owner

Good idea, but I do not know what you imagine.

I made the choice to use only strings in a pipe to describe a process. So we can imagine a JSON layer to describe this process that could be directly loaded into a container.

For example, something like this :

{
  "extract": ["http", /*...config...*/],
  "transform": [
    "flatten",
    ["rename", /*...config...*/],
    ["delete", /*...config...*/],
    
  ],
  "load": ["slack", /*...config...*/],
}

Then:

docker run -d -e STRATEGY=STREAM -e CONFIG=$(`cat file.json`) camillebaronnet/etl-framework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants