Hello Everyone,
We are trying to create a bot builder for one of our client in Korean Language. Currently we have created one server containing React based UI where we create data folder files and domain files from user. We want to Push this automatically to a second server where bot will be trained using rasa x using docker as per rasa Docs. Then i want to Fetch the data back to server one to show bot responses. For this i m using HTTP API .
Issue 1> Is pushing the data from server one to server two like in github Version control.
Issue 2> Fetching data back to server 1 using HTTP API .
Issue 3> What Should be requirement of server for Bot Builder on server 1 and server 2 both. I have read the min requirement to host a single bot on cloud using docker or kubernetes.