成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

Kylin,Mondrian,Saiku系統(tǒng)的整合

公司的olap用的cubes+MySQL,性能有點(diǎn)落后了,所以最近研究一下kylin
參考有贊的這篇文章:
https://tech.youzan.com/kylin-mondrian-saiku/
原理看一下上面的文章,主要記錄一下整合的步驟

10年積累的成都做網(wǎng)站、成都網(wǎng)站建設(shè)經(jīng)驗(yàn),可以快速應(yīng)對(duì)客戶對(duì)網(wǎng)站的新想法和需求。提供各種問題對(duì)應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認(rèn)識(shí)你,你也不認(rèn)識(shí)我。但先做網(wǎng)站設(shè)計(jì)后付款的網(wǎng)站建設(shè)流程,更有香河免費(fèi)網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。

搭建

首先部署好kylin,具體步驟后續(xù)補(bǔ)充。
下載saiku最新版,解壓。
github上已經(jīng)有一個(gè)整合Kylin,Mondrian以及Saiku的項(xiàng)目(作者mustangore):
https://github.com/mustangore/kylin-mondrian-interaction
項(xiàng)目中有步驟,不過是英文的,解釋一下:

1.  進(jìn)入saiku下目錄: $SAIKU_HOME/tomcat/webapps/saiku/WEB-INF/lib/
2.  在當(dāng)前目錄加入kylin-jdbc.jar(在kylin的路徑下,/lib里面),
加入Mondrian 4.4 jar with Kylin dialect(在剛才github項(xiàng)目中/mondrian下),
加入新的Commons HTTPClient jar(在剛才的github項(xiàng)目中/saiku/commons-httpclient-3.1.jar),
刪除舊的Mondrian jar和Commons HTTPClient jar 
3.  啟動(dòng)Saiku (_sh start-saiku.sh_)
4.  訪問 http://saiku-server:8080/
* 用戶名: admin
* 密碼: admin
5.   第一次登錄之前需要license認(rèn)證,認(rèn)證具體過程:
                    1、https://licensing.meteorite.bi/login 注冊(cè)賬號(hào)登錄。
                    2、創(chuàng)建公司記錄。
                    3、創(chuàng)建license。
                    4、將license下載到本地。
                    5、 http://saiku-server:8080/upload.html 將 下載的license文件上傳。上傳完畢之后即可登錄。
                    如圖:

Kylin, Mondrian, Saiku系統(tǒng)的整合

使用:

STEP1:編寫Mondrian Schema文件

<?xml version="1.0"?>
<Schema name="ad_schema">  
<Cube name="lxw1234_ad_cube2">  
    <!-- 事實(shí)表(fact table) -->  
    <Table name="AD_REPORT" />  
    <Dimension name="地域">  
        <Hierarchy hasAll="false">  
            <Table name="AD_REPORT"></Table>  
            <Level name="省份" column="PROVINCE" table="AD_REPORT"></Level>
            <Level name="城市" column="CITY" table="AD_REPORT"/>
        </Hierarchy> 
    </Dimension>  
    <Measure name="曝光數(shù)" column="IMP_PV" aggregator="sum" datatype="Integer" />
    <Measure name="唯一曝光數(shù)" column="COOKIEID_IMP" aggregator="distinct-count" datatype="Integer" />
    <Measure name="點(diǎn)擊數(shù)" column="CLK_PV" aggregator="sum" datatype="Integer" />
    <Measure name="唯一點(diǎn)擊數(shù)" column="COOKIEID_CLK" aggregator="distinct-count" datatype="Integer" />
</Cube>  
</Schema>

STEP2:添加Kylin數(shù)據(jù)源

Kylin, Mondrian, Saiku系統(tǒng)的整合

進(jìn)入Saiku管理控制臺(tái),點(diǎn)擊”Add Schema”,將編寫好Schema文件上傳。
接著點(diǎn)擊”Add Data Source”,添加數(shù)據(jù)源:

  • Name: Kylin Data Source
  • Connection Type: Mondrian
  • URL: jdbc:kylin://{your_kylin_url}:7070/{your_project_name}
  • Schema: {your_mondrian_schema}
  • JDBC:org.apache.kylin.jdbc.Driver
  • Username: {your_kylin_username} (缺省: admin)
  • Password: {your_kylin_password} (缺省: KYLIN)

Kylin, Mondrian, Saiku系統(tǒng)的整合

STEP3:創(chuàng)建查詢

回到Saiku Home主頁(yè),點(diǎn)擊”Create a new query”,創(chuàng)建查詢:

Kylin, Mondrian, Saiku系統(tǒng)的整合

標(biāo)題名稱:Kylin,Mondrian,Saiku系統(tǒng)的整合
文章來源:http://jinyejixie.com/article6/gpgsog.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供動(dòng)態(tài)網(wǎng)站營(yíng)銷型網(wǎng)站建設(shè)、搜索引擎優(yōu)化、外貿(mào)網(wǎng)站建設(shè)網(wǎng)站策劃、網(wǎng)站設(shè)計(jì)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

外貿(mào)網(wǎng)站建設(shè)
保山市| 左权县| 铜陵市| 东城区| 澎湖县| 昆明市| 东宁县| 息烽县| 都江堰市| 金溪县| 马公市| 罗甸县| 玉树县| 九江县| 色达县| 视频| 饶阳县| 天门市| 兴隆县| 古浪县| 舞阳县| 江华| 巴林左旗| 祁东县| 大埔区| 山丹县| 唐河县| 松江区| 西和县| 南丹县| 房产| 剑河县| 麟游县| 庄浪县| 天台县| 军事| 克东县| 无为县| 凉山| 开封市| 通辽市|