Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (21 loc) · 475 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 475 Bytes

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