Caknoooo / provinces-cities-indonesia

This repository contains data on provinces and cities/districts throughout Indonesia as of 2023 with CSV, JSON, SQL, XML, and Yaml extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indonesian

File JSON CSV XML MySQL PostgreSQL
Provinces
Regencies
Provinces + Regencies NA NA NA

Run

Installation and Running

make build
make up

Exec Container

docker exec -i image_name mysql -u db_user -p

Migrate (Temp)

sudo docker exec image_name mysql -u db_user -p db_pass db_name < ./mysql/provinces_regencies_dump.sql

Reference

About

This repository contains data on provinces and cities/districts throughout Indonesia as of 2023 with CSV, JSON, SQL, XML, and Yaml extensions.

License:MIT License


Languages

Language:Makefile 100.0%