Difference between revisions of "Calc/Implementation/Overview of DataPilot Development"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 
1. What is DataPilot<br />
 
1. What is DataPilot<br />
&nbsp;&nbsp;&nbsp;&nbsp;DataPilot is a professional tool for data Analysis. It is very powerful at summary of data report, analysis of data and representation of data. DataPilot analyzes source<br /> data, and generates a clear Data report.  We can provide different type of data source, such as a spreadsheet table, or a table in a database, and then the DataPilot can <br />generate a clear data view for us.<br /><br />
+
&nbsp;&nbsp;&nbsp;&nbsp;DataPilot is a professional tool for data Analysis. It is very powerful at summary of data report, analysis of data and representation of data. DataPilot analyzes source data, and generates a clear Data report.  We can provide different type of data source, such as a spreadsheet table, or a table in a database, and then the DataPilot can generate a clear data view for us.<br /><br />
 
2. Overview of DataPilot at source code level<br />
 
2. Overview of DataPilot at source code level<br />
 
&nbsp;&nbsp;&nbsp;&nbsp;2.1. Source data abstract<br />&nbsp;&nbsp;&nbsp;&nbsp;To abstract different type of Data source, and to make DataPilot calculable after damange of source data, the source data is standardized and stored as a middle data structure of DataPilot source data cache. The DataPilot source data cache is a 2D table of data generated from the original source data. The data structure of DataPilot source data cache is named as ScDPTableDataCache.
 
&nbsp;&nbsp;&nbsp;&nbsp;2.1. Source data abstract<br />&nbsp;&nbsp;&nbsp;&nbsp;To abstract different type of Data source, and to make DataPilot calculable after damange of source data, the source data is standardized and stored as a middle data structure of DataPilot source data cache. The DataPilot source data cache is a 2D table of data generated from the original source data. The data structure of DataPilot source data cache is named as ScDPTableDataCache.

Revision as of 03:42, 24 May 2012

1. What is DataPilot
    DataPilot is a professional tool for data Analysis. It is very powerful at summary of data report, analysis of data and representation of data. DataPilot analyzes source data, and generates a clear Data report. We can provide different type of data source, such as a spreadsheet table, or a table in a database, and then the DataPilot can generate a clear data view for us.

2. Overview of DataPilot at source code level
    2.1. Source data abstract
    To abstract different type of Data source, and to make DataPilot calculable after damange of source data, the source data is standardized and stored as a middle data structure of DataPilot source data cache. The DataPilot source data cache is a 2D table of data generated from the original source data. The data structure of DataPilot source data cache is named as ScDPTableDataCache.

Personal tools