meteor icon indicating copy to clipboard operation
meteor copied to clipboard

Tool Playground

Open ghorela3ishan opened this issue 2 years ago • 1 comments

I went through the docs and found the plugin interesting but couldn't see the live action. It would have been great if there was a playground/demo to see the plugin in action or some video to demonstrate the working.

Thanks

ghorela3ishan avatar Jun 03 '22 07:06 ghorela3ishan

Hi @ghorela3ishan,

Thanks for your suggestion. I think we can create a demo for this. We can use dockerized datastore (postgres/mysql) to simulate it.

We can have a demo folder, inside it there is a script to run (postgres/mysql) docker and bootstrap with some sample data and there is a step or sample recipe to extract the metadata from the bootstrapped tables.

The sink could be simply console to show it in a terminal. For more advanced sample, we can even have a dummy api server to simulate the ingestion to http sink .

mabdh avatar Jun 06 '22 09:06 mabdh