/go-db-data

Go tool for finding child instances from parent config db

Primary LanguageGo

go-db-data

This project created to make query MySQl (Using GoLang and GoLang template ) - If there are multiple schema and data is distributed around the instances. - Below you will find some information on how to perform common tasks.

Steps to proceed -

  1. Configure MySql Parent MySql details in conf.json { "host": "127.0.0.1", "port": "3306", "userName": "root", "password": "root", "db": "schema", "dbTable": "ip_table" }

  2. Run on Mac ./build/db-tool.mac

  3. On Linux ./build/db-tool.linux

  4. Access to run query on multiple wf's http://localhost:3000/query

For development contribution