Download Data Consolidation and Importing Software for Microsoft Dynamics
Transcript
CHAPTER III HIGH-LEVEL AND LOW-LEVEL DESIGN Based on the specification analysis, several design models of the system are developed at difference levels of abstraction. This chapter describes the high-level and low-level design in details. 3.1 System Architecture System architecture is the top-level design that gives us the overview of the whole project. There are three main architectural pieces as shown in Figure 2: 1. Data consolidation and importing tool, which can be further divided into several functional components. 2. Raw data files generated by performance test. These files are the input files for the import tool and must be stored in a consistent format. 3. SQL database to store the processed data. The production database is hosted on a remote SQL Server named RM_PERFORMANCE. For development and testing purpose, the project uses ABench database on local machine. 12