Skip to content

Script for pulling from a database and using the results to execute a rest call

Notifications You must be signed in to change notification settings

briankirsten/DB2RestRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DB2RestRunner

Do you have a ton of little scripts hanging around that do something like this?

  • Grab data from a database
  • Use that data against a REST api to do something

Now you've got a nice little python script to handle this case for you.

Requires - Python (tested on 2.7) and MySQLdb

About

Script for pulling from a database and using the results to execute a rest call

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages