This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Description
Hi Guys,
I have installed the go-mydumper this tool was really awesome. I have downloaded this tool from git.
After installation I am not seeing the mystreamer script in bin directory.
In this post they are using 3 tools
mydumper
myloader
mystreamer
Blog - https://www.programmersought.com/article/79812350875/
But i am seeing only (mydumper & myloader) Can you please let me know why this script was missing ?
And I have one more doubt. In config file you have mentioned below point's
# Use this to override value returned from tables. These are optional
[select]
# user.salt = 'reset salt of all system users'
# user.password = 'reset password of all system users'
# customer.first_name = CONCAT('Bohu', id)
# customer.last_name = 'Last'
what is the purpose of this settings can you please explain more clearly ?