-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Generate Insights from multiple data sources.
Generate Insights from multiple data sources using Watson Studio.
- Rahul Reddy Ravipally [email protected]
- Srikanth Manne [email protected]
- Manjula Hosurmath [email protected]
Data and business analysis is a very valuable skill to have. It could mean the difference between a mediocre business and an exceptional one. For any company to do Data or Business analysis, having appropriate amount of data is the key.A company's data may have been stored on multiple sources. If we are able to aggregate all this related data which is stored on multiple sources and perform analysis, it would be very useful for the business, to interpret the data and to take right decision in accordance with the business environment.
-
Analytics: Uncover insights with data collection, organization, and analysis.
-
Databases: Capture, store, analyze, and manage collections of data.
-
Data Aggregation: Data aggregation is the compiling of information from databases with intent to prepare combined datasets for data processing.
-
Data Visulaization: Data Visulaization is the representation of information in the form of a chart, diagram, picture, etc.
-
Python: An open-source interpreted high-level programming language for general-purpose programming.
In today's digital world, data analysis is extremely necessary due to the presence of online businesses. Such, businesses can have its consumer base completely stolen by a competitor with a better understanding of the consumers' needs, compared to a brick-and-mortar stall,which may still draw business from random passers-by.
Data and business analysis is a very valuable skill to have. It could mean the difference between a mediocre business and an exceptional one. For any company to do Data or Business analysis, having appropriate amount of data is the key.
A company's data may have been stored on multiple sources. In this code pattern we will consume/extract the data from multiple data sources using Watson Studio and load it into one data file/database. This data will further be used for visualization and analysis, and to derive insights about the company's performance.
- Extract data from local files (csv file).
- Extract data from Db2 on cloud.
- Integrate the data in Watson Studio.
- Send the data to Db2 Warehouse.
- Visualize and derive insights using Embedded dashboard.
Find the detailed steps for this pattern in the readme file. The steps will show you how to:
- Download the code from GitHub
- Create Watson services with IBM Cloud
- Create the notebook
- Add the data from local system(csv file)
- Add the Db2 connection
- Add the Db2 Warehouse connection
- Update the notebook with credentials and Db2 Warehouse table name
- Run the notebook
- Visualize and Derive Insights using Embedded Dashboard Analytics
- Watson Studio
- IBM DB2
- IBM DB2 Warehouse
- Embedded Cognos Dashboard
- Python 3
- What's New in IBM Db2 Warehouse, IBM Db2 Warehouse on Cloud, and IBM Db2 on Cloud
- IBM Watson Embedded Cognos Dashboard
In this information age, data is one of the important factors that could redefine your business and ensure its growth. Big Data is emerging as the next frontier for business development. You need some tools to collect the data from customers and interpret it effectively. Big Data and related technologies – from data warehousing to analytics and business intelligence – are transforming the business world.
Data aggregation and data visualization would be very useful for your business in order to interpret the data and to take right decision in accordance with the business environment. It will simplify the process of understanding the business insights and also help you to find new business opportunities by accessing, evaluating & interpreting the data.
Data and business analysis is a very valuable skill to have. It could mean the difference between a mediocre business and an exceptional one.
A company's data may have been stored on multiple sources. In this code pattern we will consume/extract the data from multiple data sources using Watson Studio and load it into one data file/database. This data will further be used for visualization and analysis, and to derive insights about the company's performance.