What to use for data preparation in report, query or analysis business?
Whether reporting, querying or analyzing, it always involves the data preparation. Data preparation is to process the raw data into a form that can be presented or analyzed (such as the common report dataset). However, data preparation is often not easy and may face various complex situations. Challenges in data preparation Diverse data sources The data of business comes from diverse sources at present. Theoretically, any data source can be used as the source of report data at the same time, such as RDB, NoSQL, CSV, Excel, Json, Hadoop, etc., which leads to the problem of diverse data sources in report development.
...