Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flowace/db2db
⚡️ Blazing fast database migration
https://github.com/flowace/db2db
cockroachdb csv golang json mysql-database postgresql sqlite3 sybase-sql
Last synced: 12 days ago
JSON representation
⚡️ Blazing fast database migration
- Host: GitHub
- URL: https://github.com/flowace/db2db
- Owner: flowace
- License: apache-2.0
- Created: 2018-08-18T09:22:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T12:36:03.000Z (about 6 years ago)
- Last Synced: 2024-08-02T05:12:15.323Z (3 months ago)
- Topics: cockroachdb, csv, golang, json, mysql-database, postgresql, sqlite3, sybase-sql
- Language: Go
- Homepage:
- Size: 3.54 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - db2db - ⚡️ Blazing fast database migration (Go)
README
[![Build Status](https://travis-ci.com/flowace/db2db.svg?branch=master)](https://travis-ci.com/flowace/db2db)
[![Go Report Card](https://goreportcard.com/badge/github.com/flowace/db2db)](https://goreportcard.com/report/github.com/flowace/db2db)## Load Testing Result
> All the testing was performed in Dual core Mac OSX system of **8GB** of RAM and with real world dataset of Spain Weather dept.|Test #| Data Source Type | Data Destination Type | Remote |Size | Rows|Columns|Execution Time|Concurrent|
|---|---|---|---|---|---|---|---|---|
|1| SQLite database | CSV| No | ~900mb | 7.7 millions | 2 | 102.726 sec|No|
|2| SQLite database | CSV| No | ~900mb | 7.7 millions | 20 | 396.00s sec|Yes (10 threads) |## Dependencies
[**Cobra**](https://github.com/spf13/cobra)
[**Gorm**](https://github.com/jinzhu/gorm)
[**Zap**](https://github.com/uber-go/zap)
[**Viper**](https://github.com/spf13/viper)