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
- Host: GitHub
- URL: https://github.com/c0va23/mongo2sql
- Owner: c0va23
- License: mit
- Archived: true
- Created: 2017-02-26T19:21:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T20:35:28.000Z (about 9 years ago)
- Last Synced: 2024-06-20T07:55:13.171Z (almost 2 years ago)
- Topics: docker, golang, lua-script, mongodb, oplog, postgresql, sql
- Language: Go
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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