~openerp-chinese-team/openobject-doc/Chinese-init

« back to all changes in this revision

Viewing changes to i18n/zh_CN/source/bi/CubeXML/CubeXMLIntro.rst

  • Committer: JoshuaJan
  • Date: 2012-12-04 01:36:44 UTC
  • Revision ID: popkar77@gmail.com-20121204013644-k25kpyac672wxe22
Chinese initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: XML in open object
 
3
.. i18n: ==================
 
4
..
 
5
 
 
6
XML in open object
 
7
==================
 
8
 
 
9
.. i18n: Introduction to the OpenObject Module
 
10
.. i18n: -------------------------------------
 
11
..
 
12
 
 
13
Introduction to the OpenObject Module
 
14
-------------------------------------
 
15
 
 
16
.. i18n: The :ref:`OLAP <olap-link>`  module is used to validate, run and format the output of *MDXExamples/MDX Queries*
 
17
..
 
18
 
 
19
The :ref:`OLAP <olap-link>`  module is used to validate, run and format the output of *MDXExamples/MDX Queries*
 
20
 
 
21
.. i18n: The general flow is of :ref:`OLAP <olap-link>` module is shown in following diagram:
 
22
..
 
23
 
 
24
The general flow is of :ref:`OLAP <olap-link>` module is shown in following diagram:
 
25
 
 
26
.. i18n: .. image::  images/Cube_olap_schema.png
 
27
..
 
28
 
 
29
.. image::  images/Cube_olap_schema.png
 
30
 
 
31
.. i18n: Explanation of the components
 
32
.. i18n: -----------------------------
 
33
..
 
34
 
 
35
Explanation of the components
 
36
-----------------------------
 
37
 
 
38
.. i18n: :Web-Services:
 
39
..
 
40
 
 
41
:Web-Services:
 
42
 
 
43
.. i18n: This is the layer provided by the base of OpenERP, protocols: NET-RPC (fast binary), XML-RPC, over HTTP or HTTPS
 
44
..
 
45
 
 
46
This is the layer provided by the base of OpenERP, protocols: NET-RPC (fast binary), XML-RPC, over HTTP or HTTPS
 
47
 
 
48
.. i18n: :Services:
 
49
..
 
50
 
 
51
:Services:
 
52
 
 
53
.. i18n: Layer provided by OpenERP that provides: authentication (normal/ldap), user management, access rights, workflows, module management, ...
 
54
..
 
55
 
 
56
Layer provided by OpenERP that provides: authentication (normal/ldap), user management, access rights, workflows, module management, ...
 
57
 
 
58
.. i18n: :MDX Parser:
 
59
..
 
60
 
 
61
:MDX Parser:
 
62
 
 
63
.. i18n: It parses the MDX query and converts it to the form of python objects. It uses Python's pyparsing module to do this. It splits the query into form of objects of axis, level, sub level, slicer (if any) and measures. 
 
64
..
 
65
 
 
66
It parses the MDX query and converts it to the form of python objects. It uses Python's pyparsing module to do this. It splits the query into form of objects of axis, level, sub level, slicer (if any) and measures. 
 
67
 
 
68
.. i18n: :MDX Validator:
 
69
..
 
70
 
 
71
:MDX Validator:
 
72
 
 
73
.. i18n: Parses all the objects created and maps it to the browse object of OpenERP resource. For example, the axis object will receive a link to the OpenERP browse record on the related olap.axis object.
 
74
..
 
75
 
 
76
Parses all the objects created and maps it to the browse object of OpenERP resource. For example, the axis object will receive a link to the OpenERP browse record on the related olap.axis object.
 
77
 
 
78
.. i18n: :MDX Runner:
 
79
..
 
80
 
 
81
:MDX Runner:
 
82
 
 
83
.. i18n: It will run the query on the basis of objects using SQLAlchemy and return different subsets.
 
84
.. i18n: On the basis of it the cube is made in matrix form.
 
85
.. i18n: And it fills the cube by values using axis mapping
 
86
..
 
87
 
 
88
It will run the query on the basis of objects using SQLAlchemy and return different subsets.
 
89
On the basis of it the cube is made in matrix form.
 
90
And it fills the cube by values using axis mapping
 
91
 
 
92
.. i18n: :RDBMS connectors:
 
93
..
 
94
 
 
95
:RDBMS connectors:
 
96
 
 
97
.. i18n: The layer provided by SQL Alchemy, it supports: mysql, postgresql, oracle, ...
 
98
..
 
99
 
 
100
The layer provided by SQL Alchemy, it supports: mysql, postgresql, oracle, ...
 
101
 
 
102
.. i18n: The schema definition is in the OpenERP database.
 
103
..
 
104
 
 
105
The schema definition is in the OpenERP database.