Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Migration

Aplikasi ini digunakan untuk melakukan migrasi data dari database lama ke database baru menggunakan bahasa Go. Migrasi dilakukan secara bertahap (batching) dan efisien, aman untuk jutaan data.

☸️ Installation

Follow these steps to install and set up the migration:

  1. Clone the repository:

    git clone https://github.com/anggeldwi/database-migration
    
  2. Move to Cloned Repository Folder

    cd database-migration
    
  3. Update dependecies

    go mod tidy
    
  4. Create a database

  5. Copy .env.example to .env

    cp .env.example .env
    
  6. Configure your .env

  7. Run app

  8. go run main.go

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages