This is a study case project repository for the Software Engineering Data Specialist from HiEduTech (GovTechEdu). Thank you for HiEduTech (GovTechEdu) team for giving me this opportunity to learn and improve my skills.
This project owned by Muhammad Razan Fawwaz
Undergraduate informatics student at Universitas Syiah Kuala. Using Go Language and Postgres Library for Golang.
- Go
- Postgres
- Docker
- Sqlite3
Username for Postgres: user
Password for Postgres: postgres
- Clone this repository
- Install Postgres using Docker
- Run
go run main.go
on your terminal - Program will return
success
if the data is successfully exported and imported to Postgres database.
- Program will convert the data from
Northwind_small.sqlite
todata.sql
. - After successfully converted. Program will import the data to Postgres database using the
data.sql
file. - If the data is successfully imported, the program will return
success
. - Program will print out the
amount of data
in each table. - Program also will print out the
amount of time
that used to export, import, and count the data. - Program exit