c0va23 / mongo2sql

Translate MongoDB documents into SQL via LUA-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB to SQL converter

Description

Realtime converting MongoDB into SQL database

Supported MongoDB versions

  • 3.2

Supported SQL databases

  • PostgreSQL

Workflow

  1. Add migrations on SQL database
  2. Add converts (lua-scripts)
  3. Run application
  4. Application apple migrations
  5. Application nootstrap new converters
  6. Application start process oplog

Instruction

Configure application

TODO

Add migration

TODO

Add converts

TODO

About

Translate MongoDB documents into SQL via LUA-scripts

License:MIT License


Languages

Language:Go 100.0%