Skip to content

Job Runner that allows you to get the events from ticketmaster and store it in the postgres database

License

Notifications You must be signed in to change notification settings

MihailButnaru/EventRunner-TicketMasterAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicketMaster Events into Postgres

Runner that allows you to store the events from ticketmaster in your database

The Problem

If you want to store data from an API into your database for different analysis, modeling, etc. As part of this goal, I created a small [Job Runner] as I call it to get the data from the API and store it in postgres database.

This Solution

This solution is very simple, and the job runner is ready for production.

Instalation

To run the runner:

  1. Install the dependencies of project
$ pip install - requirements.txt

Samples

A short example how to use the runner, you can check the sample too

from src.job import JobRunner

if __name__ == "__main__":
    job = JobRunner('US')
    job.runner

License & Author

License © MIHAIL BUTNARU

Made with 💖 Mihail Butnaru

About

Job Runner that allows you to get the events from ticketmaster and store it in the postgres database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages