An open API service indexing awesome lists of open source software.

https://github.com/c0va23/mongo2sql

Translate MongoDB documents into SQL via LUA-scripts
https://github.com/c0va23/mongo2sql

docker golang lua-script mongodb oplog postgresql sql

Last synced: 3 months ago
JSON representation

Translate MongoDB documents into SQL via LUA-scripts

Awesome Lists containing this project

README

          

# 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