Skip to content

rkneo/py_json_extract_load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_json_extract_load

Python script to generate dummy JSON Data , extract the data and load it into SQLLITE

ticket-gen.py - Generates the JSON Dummy Data

etl-sqllite.py - Extracts and loads the JSON dummy data

SQLScript.sql - SQL to generate the following attributes for each ticket: ○ Time spent Open ○ Time spent Waiting on Customer ○ Time spent waiting for response (Pending Status) ○ Time till resolution ○ Time to first response

execMainFile.sh - Batch file for automating execution of above programs.

Run the SQLScript.sql - > "sqlite3 ticketHelpDeskSQLLite.db < SQLScript.sql"

About

Python script to generate dummy JSON Data , extract the data and load it into SQLLITE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published