{"id":19694321,"url":"https://github.com/hanifheinrich/churn-dashboard","last_synced_at":"2026-03-02T08:34:01.456Z","repository":{"id":254557093,"uuid":"846896889","full_name":"hanifheinrich/churn-dashboard","owner":"hanifheinrich","description":"Digital User Churn Dashboard RakaminxBankMuamalat","archived":false,"fork":false,"pushed_at":"2024-08-24T09:15:26.000Z","size":405,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T12:40:24.318Z","etag":null,"topics":["googlebigquery","looker-studio","sql"],"latest_commit_sha":null,"homepage":"https://lookerstudio.google.com/reporting/16b48516-1437-4e08-bf81-a36f0a1b309f","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hanifheinrich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-24T09:00:16.000Z","updated_at":"2024-08-24T09:17:47.000Z","dependencies_parsed_at":"2024-08-24T10:29:25.663Z","dependency_job_id":"a8088d6c-356b-48bf-a898-515c72af7971","html_url":"https://github.com/hanifheinrich/churn-dashboard","commit_stats":null,"previous_names":["hanifheinrich/churn-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hanifheinrich/churn-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanifheinrich%2Fchurn-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanifheinrich%2Fchurn-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanifheinrich%2Fchurn-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanifheinrich%2Fchurn-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanifheinrich","download_url":"https://codeload.github.com/hanifheinrich/churn-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanifheinrich%2Fchurn-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["googlebigquery","looker-studio","sql"],"created_at":"2024-11-11T19:21:56.128Z","updated_at":"2026-03-02T08:34:01.424Z","avatar_url":"https://github.com/hanifheinrich.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Digital User Churn Dashboard\n\nChurn dashboard adalah alat visualisasi yang dirancang untuk memantau dan menganalisis tingkat churn pelanggan dalam suatu periode tertentu. Dashboard ini merupakan tugas magang saya di rakamin.com, menyediakan wawasan mendalam tentang tren perilaku pelanggan dan faktor-faktor yang mempengaruhi churn, membantu tim untuk mengambil keputusan strategis dalam upaya mempertahankan pelanggan.\n\n## Table of Contents:\n\n- Dataset\n- Table Master\n- Dashboard\n  \n## Dataset\n- Dataset terdiri dari 4 tabel yakni customer, order, product, dan product category\n- Dataset dapat diakses di https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Frakamin-lms.s3.ap-southeast-1.amazonaws.com%2Fvix-assets%2FbankmuamalatBI%2Fdataset_task%2B5.xlsx\u0026wdOrigin=BROWSELINK\n\n## Table Master\nTabel master adalah tabel yang dihasilkan dari join beberapa tabel yang akan digunakan untuk proses analisis nantinya. Query untuk tabel master sebagai berikut\n```sql\nSELECT \nA.Date as Order_date,\nE.CategoryName as Category_Name,\nE.ProdName as Product_Name,\nE.Price as Product_Price,\nA.Quantity  as Order_qty,\nE.Price*A.Quantity as Total_Sales,\nB.CustomerEmail as Cust_Email,\nB.CustomerCity as Cust_City,\n\n\nFROM Task3.Orders as A INNER JOIN Task3.Customers as B \nON A.CustomerID = B.CustomerID\nINNER JOIN  \n(SELECT D.CategoryName, C.ProdName, C.Price, C.ProdNumber \nFROM Task3.Products as C INNER JOIN Task3.ProductCategory as D\nON C.Category = D.CategoryID) E\nON A.ProdNumber = E.ProdNumber\nORDER BY Order_date ASC\n```\n\n## Dashboard\n![image](https://github.com/user-attachments/assets/675ce5b4-568e-477d-a5b8-c47ff94df417)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanifheinrich%2Fchurn-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanifheinrich%2Fchurn-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanifheinrich%2Fchurn-dashboard/lists"}