当前位置:网站首页>Apache atlas quick start
Apache atlas quick start
2022-06-23 05:03:00 【Zhun Xiaozhao】
Quick start
Official website information I 
Official information II
Chinese version ( The charm of open source lies in exploring , Official website , Seems to say , I didn't seem to say )
Start quick mode
- start-up atlas, At this time, the query has no information
start-up atlas Mode and deployment mode
start-up (bin/quick_start.py)
- Start record
[[email protected] apache-atlas-2.2.0]$ bin/quick_start.py
Enter username for atlas :- admin
Enter password for atlas :-
Creating sample types:
Created type [DB]
Created type [Table]
Created type [StorageDesc]
Created type [Column]
Created type [LoadProcess]
Created type [LoadProcessExecution]
Created type [View]
Created type [JdbcAccess]
Created type [ETL]
Created type [Metric]
Created type [PII]
Created type [Fact]
Created type [Dimension]
Created type [Log Data]
Created type [Table_DB]
Created type [View_DB]
Created type [View_Tables]
Created type [Table_Columns]
Created type [Table_StorageDesc]
Creating sample entities:
Created entity of type [DB], guid: cf985910-bb62-4769-ac87-b084fcc47f74
Created entity of type [DB], guid: 21c0ffc7-bd11-408c-9041-0672f9ca102a
Created entity of type [DB], guid: c4fa984d-f7ab-4b03-91c4-994f4833f54d
Created entity of type [Table], guid: 023a181c-a447-4521-b1ce-27de8bd6e1f9
Created entity of type [Table], guid: 2be4c563-b879-4644-8542-870e07ed8bde
Created entity of type [Table], guid: fb028943-8604-49fe-a3b3-dcafa3b96c39
Created entity of type [Table], guid: 6bbc5390-33ac-49e4-834a-b01fd43e09bf
Created entity of type [Table], guid: 41ecdd2a-770f-4a82-9c79-f445b66e31bc
Created entity of type [Table], guid: 86ffee6a-c3b7-45e6-acc4-91e8e7728a37
Created entity of type [Table], guid: 57eac16b-2dde-4c65-a388-d4215e33d2d0
Created entity of type [Table], guid: 64bcc027-6df8-497d-b35d-f9802d31fe71
Created entity of type [View], guid: 4148a3d7-7e75-4765-a3da-be3aae53cc51
Created entity of type [View], guid: 21582d0a-e4e5-47fc-9900-3e03b4afbda8
Created entity of type [LoadProcess], guid: 689c10b3-a7af-4d1e-a337-4590b115aad8
Created entity of type [LoadProcessExecution], guid: 97e60c25-a211-4c9a-82db-1e34c189b600
Created entity of type [LoadProcessExecution], guid: eafb468b-ad33-4318-95fd-eb5b47ad3edb
Created entity of type [LoadProcess], guid: e64ab2fc-4bf7-4dd7-b1da-4c334db3de39
Created entity of type [LoadProcessExecution], guid: d9629e4a-4ade-482e-99f3-54278008f2f8
Created entity of type [LoadProcessExecution], guid: a3168fbc-8dcb-4e31-a832-02be5c2629c9
Created entity of type [LoadProcess], guid: 5f193ccb-db40-4b12-8bfa-3ac4d00fd956
Created entity of type [LoadProcessExecution], guid: 3f925b8e-a265-43f1-b03f-6fce002ead73
Created entity of type [LoadProcessExecution], guid: d1f0f32f-7c2a-4fe8-8e98-16991f7a8a43
Sample DSL Queries:
query [from DB] returned [3] rows.
query [DB] returned [3] rows.
query [DB where name=%22Reporting%22] returned [1] rows.
query [DB where name=%22encode_db_name%22] returned [ 0 ] rows.
query [Table where name=%2522sales_fact%2522] returned [1] rows.
query [DB where name="Reporting"] returned [1] rows.
query [DB where DB.name="Reporting"] returned [1] rows.
query [DB name = "Reporting"] returned [1] rows.
query [DB DB.name = "Reporting"] returned [1] rows.
query [DB where name="Reporting" select name, owner] returned [1] rows.
query [DB where DB.name="Reporting" select name, owner] returned [1] rows.
query [DB has name] returned [3] rows.
query [DB where DB has name] returned [3] rows.
query [DB is JdbcAccess] returned [ 0 ] rows.
query [from Table] returned [8] rows.
query [Table] returned [8] rows.
query [Table is Dimension] returned [5] rows.
query [Column where Column isa PII] returned [6] rows.
query [View is Dimension] returned [2] rows.
query [Column select Column.name] returned [8] rows.
query [Column select name] returned [8] rows.
query [Column where Column.name="customer_id"] returned [4] rows.
query [from Table select Table.name] returned [8] rows.
query [DB where (name = "Reporting")] returned [1] rows.
query [DB where DB is JdbcAccess] returned [ 0 ] rows.
query [DB where DB has name] returned [3] rows.
query [DB as db1 Table where (db1.name = "Reporting")] returned [ 0 ] rows.
query [Dimension] returned [9] rows.
query [JdbcAccess] returned [2] rows.
query [ETL] returned [10] rows.
query [Metric] returned [6] rows.
query [PII] returned [6] rows.
query [`Log Data`] returned [5] rows.
query [Table where name="sales_fact", columns] returned [4] rows.
query [Table where name="sales_fact", columns as column select column.name, column.dataType, column.comment] returned [4] rows.
query [from DataSet] returned [10] rows.
query [from Process] returned [3] rows.
Sample Lineage Info:
sales_fact(Table) -> loadSalesDaily(LoadProcess)
sales_fact_daily_mv(Table) -> loadSalesMonthly(LoadProcess)
time_dim(Table) -> loadSalesDaily(LoadProcess)
loadSalesMonthly(LoadProcess) -> sales_fact_monthly_mv(Table)
loadSalesDaily(LoadProcess) -> sales_fact_daily_mv(Table)
Sample data added to Apache Atlas Server.
[[email protected] apache-atlas-2.2.0]$
Query again

Consanguinity


边栏推荐
- go学习记录二(Window)
- 元数据管理Apache Atlas编译(内嵌式)部署及遇到各种错误记录
- OGNL Object-Graph Navigation Language
- Meituan's good article: understand swift, Objective-C and the mixing mechanism from the perspective of precompiling
- E45: ‘readonly‘ option is set (add ! to override)
- Flask Foundation: environment setup + configuration + mapping between URL and attempt + redirection + database connection
- 云原生数据库如荼如火,未来可期
- Wechat applet example development: run
- ICer技能02makefile脚本自跑vcs仿真
- Li Kou today's question 513 Find the value in the lower left corner of the tree
猜你喜欢

Mini Homer——几百块钱也能搞到一台远距离图数传链路?

Please use the NLTK Downloader to obtain the resource

ICER skill 02makefile script self running VCs simulation

在PCB板边走高频高速信号线的注意事项–高频高速信号设计基本原则

Usage of apipost interface test ------ get

ICer技能02makefile脚本自跑vcs仿真

Abnova酸性磷酸酶(小麦胚芽)说明书

Flask Foundation: environment setup + configuration + mapping between URL and attempt + redirection + database connection

Amazing tips for using live chat to drive business sales

prometheus、influxdb2.2安装及flume_export下载编译使用
随机推荐
Question bank and answers of 2022 hoisting machinery safety management examination
Gson typeadapter adapter
ADR electronic transmission EDI solution of national adverse drug reaction monitoring center
七年码农路
Amazing tips for using live chat to drive business sales
静态双位置继电器GLS-3004K/DC220V
Abnova ACTN4纯化兔多克隆抗体说明书
Laravel中使用 Editor.md 上传图片如何处理?
Experience of Tencent cloud installed by Kali
Composer by installation laravel
ICER skill 02makefile script self running VCs simulation
Laravel 8.4 routing problem. At the end is the cross reference table on the left side of the editor, which can be understood by Xiaobai
McKinsey: in 2021, the investment in quantum computing market grew strongly and the talent gap expanded
Please use the NLTK Downloader to obtain the resource
PCB -- bridge between theory and reality
如何更好地组织最小 WEB API 代码结构
不归零编码NRZ
Dpr-34v/v two position relay
Kail infiltration basic literacy basic command
《微信小程序-基础篇》带你了解小程序的路由系统(二)

