This is a list of examples of background jobs built with my PHP job scheduler .
Most of these jobs are ETL processes where I extract data from SAP.
- Extracting data from SAP
- Multi-thread a job for speed
- Business Intelligence real time delta load
- Extract SAP forecasts with RFC_READ_TABLE
- Manage SAP background processes
- Make MySql information_schema useful
- Templates and alternative iterators
- Extract Material Reservations from SAP with RFC_READ_TABLES
- Extract the shop calendar from SAP
- Performant extraction of stock figures from SAP
- Zip and send a file to a Windows share
- From MySQL to Twitter
Hi Lars,
ReplyDeleteI just tumbled about your blog when searching about job scheduling and xbp. Very interesting, although you already stated that it is a very special subject.
While flying over your blog, I asked myself: Where are the php-Skripts themselves? Would you mind to share them?
I plan to implement the same in perl.
Thanks for your interesting blog!
Marcus Bogenstaetter, Germany
Hi Marcus,
DeleteOf course I'm willing to share, but I'm not sure how to do it. It's a lot of code and some needs explanation. Do you know how to publish on git hub or similar.
I have also thought to rewrite this into perl6, but it is too much for me at the moment. Do you mean perl5?