当前位置:网站首页>Apache atlas quick start
Apache atlas quick start
2022-06-10 16:01: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


边栏推荐
- RK3308--8声道改成双声道+录音增益
- 姿态估计之2D人体姿态估计 - Distribution Aware Coordinate Representation for Human Pose Estimation【转-修改】
- Common QR decomposition, SVD decomposition and other matrix decomposition methods of visual slam to solve full rank and deficient rank least squares problems (analysis and summary of the most complete
- 数字化管理中台+低代码,JNPF开启企业数字化转型的新引擎
- Cube 技术解读 | Cube 渲染设计的前世今生
- 姿态估计之2D人体姿态估计 - Associative Embedding: End-to-End Learning for Joint Detection and Grouping
- Recommend an easy-to-use designer navigation website
- 【第七节 函数的作用】
- 云图说|每个成功的业务系统都离不开APIG的保驾护航
- 【高代码文件格式API】上海道宁为您提供文件格式API集——Aspose,只需几行代码即可创建转换和操作100多种文件格式
猜你喜欢

硬件仪器的使用

2D human posture estimation for posture estimation - simple baseline (SBL)

姿态估计之2D人体姿态估计 - Distribution Aware Coordinate Representation for Human Pose Estimation【转-修改】

How to improve document management

港大、英伟达 | Factuality Enhanced Language Models for Open-Ended Text Generation(用于开放式文本生成的事实性增强语言模型)

直播预告 | 解构OLAP!新型多维分析架构范式全公开!Apache Doris 将带来五个重磅议题!

SQL language

智能电网终极Buff | 广和通模组贯穿“发、输、变、配、用”全环节

Missing setjarbyclass() when running MapReduce task. No class found

How does the wireless communication module help the intelligent UAV build the "Internet of things in the air"?
随机推荐
Vins Theory and Code detail 4 - Initialization
SVM and ANN of OpenCV neural network library_ Use of MLP
Google X开源抓取机械臂,无需人工标注就能一眼找到目标零件[转]
SQL language
Opencv 4 handwriting recognition: perfect self built training set
sm59远程连接,如果提示没有host,则在服务器上加上host,然后重启sap_SAP刘梦
2D human posture estimation for posture estimation - associated embedding: end to end learning for joint detection and grouping
Distribution aware coordinate representation for human pose estimation
Vins theory and code explanation 0 -- theoretical basis in vernacular
MapReduce案例之排序
姿态估计之2D人体姿态估计 - Associative Embedding: End-to-End Learning for Joint Detection and Grouping
You will never want to miss these vertical niche navigation websites
点击解锁广和通5G模组“关键词”
作用域和闭包
Cap version 6.1 Release Notice
直播预告 | 解构OLAP!新型多维分析架构范式全公开!Apache Doris 将带来五个重磅议题!
json. Load (s) and json dump(s)
无线通信模组如何助力智能无人机打造“空中物联网”?
2D pose estimation for pose estimation - (openpose) realtime multi person 2D pose estimation using part affinity fields
「技术干货」工业触摸屏之驱动开发及异常分析(连载)

