I am currently working on an analytics-like application, I have an Angularjs application that communicates with the Spring REST client application from which the user creates a token (tracking identifier) ββand a generated script with this identifier that hosts his website to collect information about visitor actions through another Spring REST tracking application , for a tracking application . I use as mongodb to collect visitor information / visitor information for quick insertion, but for mysql rest client application with user / account information. My question is how to transfer the mongo data from the tracking application to mysql, possibly in order to be able to combine for simple and quick data analysis using any filters from the angularjs client application to manually create any workers who periodically transfer data from the last point indicate the state from mongo to mysql or any existing tools that can be installed for this transfer?
source share