|
Davisor Chart Architecture
Pipeline
XML based DCML (Davisor Chart Markup Language) document controls the analysis and charting pipeline.
Unlimited number of modules can be chained together for modeling the business problem.
The DCML document can be created using text editor or interactive Chart Designer.
Modules
| Data Sources |
| Data Importers |
Data Processors |
Chart Factories |
Renderers |
| SQL |
SOM* |
Column,Bar |
GIF |
| CSV |
Pivot |
Line,Area,Spline |
JPEG |
| DCML |
Sort |
Pie |
PNG |
| Java Bean |
Moving Average |
Scatter,Bubble |
WBMP |
| Java Collection |
|
OHLC,Candlestick |
HTML Table |
| XML |
|
Combo |
XSL-FO Table |
|
|
Grid |
SVG* |
|
|
Table |
Native PNG* |
|
|
Real 3D Charts* |
|
|
|
Thematic Mapping* |
|
Davisor Chart is build on extendable architecture where new modules can be added per customer case.
Modules which are not included it the core platform are marked with asterisk (*).
These modules can be purchased separately.
Example Scenario
Two data importers and one processor feeds data to two chart factories producing one dynamic
web page.
|