-
Notifications
You must be signed in to change notification settings - Fork 1
Quick start
craph edited this page Dec 12, 2020
·
1 revision
The installation is very easy :
pip3 install feedoo
You just install feedoo and you want to test ? Let's do a basic example !
Create a file at /etc/feedoo/default.yaml
and copy-paste that :
pipelines:
"pipeline#1":
- name : input_dummy
tag : "my_pypeline"
data : {"log":"my log"}
- name : output_stdout
match : "*"
Now execute feedoo :
you@computer:>feedoo
my_pypeline[1607608082]: {'log': 'my log'}
It works ! 🎉 You ran your first pipeline.
Sponsored by Spartan conseil