data2db

Data 2 db Migrator


License
MIT
Install
pip install data2db==0.0.3

Documentation

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 ✔️ ✔️

Usage

import data2db

d = data2db()

Changelog

v0.0.1

  • Initial release