/data2db

Load csv, json or data from any database to any other database easily

Primary LanguagePython

data2db

Load csv, json or data from any database to any other database easily

Why data2db?

data2db simplifies data transport between multiple source and target destinations. Currently it is a under-development project. In future more source-target combinations for data would be available.

Supported Source of data

  • MySQL
  • MSSQL
  • Google BigQuery
  • CSV
  • JSON

Target destination Support

  • MySQL
  • MSSQL
  • Google BigQuery
  • CSV
  • JSON

Supported Transitions

Source\Destination MySQL MSSQL Google BigQuery CSV JSON
MySQL ✔️ ✔️ ✔️ ✔️
MSSQL ✔️ ✔️ ✔️ ✔️
Google BigQuery ✔️ ✔️ ✔️ ✔️
CSV ✔️ ✔️ ✔️ ✔️
JSON ✔️ ✔️ ✔️ ✔️
URL ✔️ ✔️

Installation

pip install data2db

Usage

from data2db import Data2db

d = Data2db.load()

Changelog

v0.0.1

  • Initial release