Structured Access Zone (saz)

Helps to transfer data from one database to another database and play queries🎶.
- Postgres(pgx), Oracle(godror), SQLite3(sqlite3), MSSQL(sqlserver), MySQL(mysql) supported
- UI for query writing
- Flexible data mapping
- Fast transfer with batch processing
- Plectrum of data
Usage
Quick start with creating postgresql and run service.
# create postgresql
make env
# run service
make run
Open http://localhost:8080 to access the service and start writing queries.