jbrahy's avatar

ETL command options

I am new to Laravel / Lumen and I was thinking of creating an ETL (Extract Transform Load) command for populating a database served by a REST API using Lumen.

What's the recommended way to do this? I am having a problem finding any documentation on Laravel app\Console\Commands\Command examples or templates. Can someone share an example of a simple command and syntax for calling it?

Thanks,

JB

0 likes
2 replies
jbrahy's avatar

Ended up switching to full laravel but I expect copying the files over would work.

Please or to participate in this conversation.