following instructions:
|
# for the tour you can use a single console sink |
|
# extractor(-e) as postgres, sink(-s) and enrich processor(-p) |
|
# save the generated recipe to a recipe.yaml |
|
$ meteor new recipe sample -e postgres -s console -p enrich > recipe.yaml |

I went through prerequisites prior to this attempt
https://raystack.github.io/meteor/docs/guides/introduction#prerequisites
following instructions:
meteor/docs/docs/guides/2_manage_recipes.md
Lines 24 to 27 in 9690792
I went through prerequisites prior to this attempt
https://raystack.github.io/meteor/docs/guides/introduction#prerequisites