muslimalfatih / chinook-data-analytics-api

Capstone Data Analytics API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chinook Data Analytics API

This project aims to create a simple API to fetch Chinook Dataset..

Endpoints

List of Albums

GET /albums

List of Countries

GET /country

Top selling Albums by Country

GET /albums/top/<country>

Total amount invoice by Year

GET /invoices/total/<year>

API Docs

GET /docs

How to use

Get all albums https://capstone-da-api.herokuapp.com/albums

Get top selling album in Germany https://capstone-da-api.herokuapp.com/albums/top/germany

Get all countries https://capstone-da-api.herokuapp.com/country

Get total amount of invoices in 2010 https://capstone-da-api.herokuapp.com/invoices/total/2010

API Docs https://capstone-da-api.herokuapp.com/docs

About

Capstone Data Analytics API


Languages

Language:Jupyter Notebook 90.2%Language:Python 5.3%Language:HTML 4.5%