NSXC / PortaPipe

PortaPipe is a piping software that can be used when migrating JSON(KEY-BASED) Databases to SQL(QUERY-BASED) Databases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PortaPipe

About

PortaPipe will convert all collections and relations in the JSON format and turn them into an SQL Database currently only working with MYSQL but all JSON formats

Getting Started

  • Download your JSON database that includes all data and collection names and relations
  • Run PortaPipe.py <yourdatabase.json>
  • This will output a database.sql file built for MYSQL
  • Deploy the query to the MYSQL database
  • All data should be migrated

About

PortaPipe is a piping software that can be used when migrating JSON(KEY-BASED) Databases to SQL(QUERY-BASED) Databases.


Languages

Language:Python 100.0%