Applications can pull from and work with data from , multiple sources as long as the app design incorporates these five fundamental data management and mapping techniques. If you don't account for and carefully manage data sources during application design, there's a real risk that the application will fail to meet performance, resilience and elasticity expectations. This risk is especially true in analytics applications that draw from multiple data sources. However, there are five ways to address the problem of multiple data sources in an application architecture: Know what data you need to combine, use data visualization, add data blending tools, create abstracted virtual database services and determine where to host data sources. Let's look at what each of these tasks entails and why they make a difference in application data management. 1. Know what data to combine The first thing to understand is what you should combine, both in terms of the data sources and ...