Skip to content

rlaverde/de-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Challenge Data Enginner

Install

Create environment and install requirements:

using pipenv:

$ pipenv install

using pip:

$ pip install requirements.txt

Running

Run migrations, this will aso load initial data:

$ python manage.py migrate

Start django service:

$ python manage.py runserver

API endpoints

REST Endpoints

For adding and modifing data

Reports

Employees hired by Department and Job by Quarter

https://127.0.0.1:8000/reports/hired_by_quarter

Department with most hires:

https://127.0.0.1:8000/reports/departmet_most_hires

Backup

Creating avro backup:

Restoring latest avro backup:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages