I have a task with 2 database sql server and mongoDB:
MongoDB have 1 table with name Employee
SQL Server have 1 table with name Employment with 1 field is employee_id
My mission is:
- Combine 2 database from 2 difference DBMS and create dashboard.
- I need real-time data for dashboard (it mean when i insert new record in database, dashboard will change)
My solution is using web-socket but guide i find is just real-time chat-app
Do anyone have example suitable for my case? Or any solution for 2 mission above. Help
P/S: First time i create dashboard and just leaning Golang 1 month. It's so confused TT