当前位置:网站首页>LinkedIn DataHub --- 经验分享
LinkedIn DataHub --- 经验分享
2022-06-28 23:44:00 【鲨鱼辣椒的小地摊儿】
LinkedIn DataHub --- 经验分享
Passion begets persistence


datahub官网地址: https://datahubproject.io/docs/.
github地址: https://github.com/datahub-project/datahub.
在线Demo: https://demo.datahubproject.io.
1. docker command
1.1 docker quickstart
- github地址: https://github.com/datahub-project/datahub.
- docker没有装neo4j,所以看这篇yml.
- 将数据写入mysql
- 进入mysql,docker exec -it containerId /bin/bash
1.2 python3 -m datahub docker nuke --keep-data

1.3 docker data volumes

2. error
2.1 DPI-147:Cannot locate a 64-bit Oracle Client library
- 首先确保oracle client安装完成,以及cx_oracle
官网安装: https://blog.csdn.net/weixin_43916074/article/details/124827554.
看报警记录,确保当前databub和python与服务器的版本相同,我当时就是执行了下面的命令导致版本不一致。所以找不到cx_oracle.
python3 -m datahub docker nuke --keep-data
python3 -m datahub docker quickstart --version v0.8.38要升版,保存数据,然后就直接升
python3 -m datahub docker nuke --keep-data
官网参考: https://datahubproject.io/docs/cli.
2.2 UI界面无法cancle
- ingest已经执行完,UI还在转圈圈
暂时无解。
3. delete metadata
- 删除qa中的oracle
python3 -m datahub delete --env QA --entity_type dataset --platform oracle
4. oracle permission
- 设定oracle 账密权限,只能看到一个schema下的table/view
- 在datahub config中配置正则
- 多翻官方文档,熟悉配置
官网参考: https://datahubproject.io/docs/generated/ingestion/sources/oracle.
边栏推荐
猜你喜欢

【软件分析】软件分析、设计与建模迭代式详解

Learning fuzzy from SQL injection to bypass the latest safe dog WAF
![[stm32 Hal library] serial port communication](/img/2c/23a2ecf75141b8f38ab99ac6b2eaef.png)
[stm32 Hal library] serial port communication

Blue Bridge Cup top ten common heaven level skill - breath of water The type of one recursion
![[stm32 HAL库] RTC和BKP驱动](/img/72/c2c46377d0a2a5a032802640ca0201.png)
[stm32 HAL库] RTC和BKP驱动

stm32F407-------外部中断

At the end of June, how many people in Kangkang are ready to change jobs
![[Electronic Experiment 2] simple electronic doorbell](/img/40/227f9ac1f427c1435e0e3aa02640b1.png)
[Electronic Experiment 2] simple electronic doorbell

Lock4j -- distributed locking Middleware -- use / instance
![SQL note 2 [MySQL]](/img/a4/f711173ce731d95860746e309b7d74.jpg)
SQL note 2 [MySQL]
随机推荐
Flutter obtains the coordinate size of any element in the interface through globalkey
Cmake tutorial (I)
Online yaml to JSON tool
Machine learning 6-decision tree
【状态机设计】Moore、Mealy状态机、三段式、二段式、一段式状态机书写规范
华为22级专家十年心血终成云原生服务网格进阶实战文档,是真的6
Hesitating root sound
PHP 使用endroid/qrcode 二维码生成, GD库生成分享海报
Design e-commerce seckill system
Is it reliable and safe to avoid five in case of stock trading account opening
MySQL connection query is easy to understand
Is it safe to open an account for buying stocks online?
移动端异构运算技术 - GPU OpenCL 编程(基础篇)
I can't sleep
Interviewer: what is the internal implementation of strings in redis?
Chapter IV memory management exercise
stm32F407-------串行(串口)通信
[machine learning] numerical analysis 02 -- finding roots of arbitrary equations
Have you ever met a fake interview in a job interview? How to avoid?
Learning fuzzy from SQL injection to bypass the latest safe dog WAF










