当前位置:网站首页>[元数据]LinkedIn-DataHub
[元数据]LinkedIn-DataHub
2022-06-11 05:36:00 【Adobee Chen】
功能概述
DataHub是一个现代数据目录,用于支持端到端数据发现、数据可观察性和数据治理。这个可扩展的元数据平台是为开发人员构建的,用于控制其快速发展的数据生态系统的复杂性,并为数据从业者利用其组织内的数据的全部价值
架构

Datahub组件

元数据摄取架构
支持推送、拉取、异步和同步模型

服务架构

主要服务为gms,它公开了一个REST API和一个GraphQL API,用于对元数据执行CRUD操作。元数据服务还公开了搜索和图形查询API,以支持二级索引样式查询、全文检索查询查询。此外,datahub-frontend服务在元数据图之上公开了一个GraphQL API
边栏推荐
- Cocoapods installation error
- Swap numbers (no temporary variables)
- Multi threading tutorial (XXIV) cas+volatile
- 22、生成括号
- Bert knowledge distillation
- NDK learning notes (IV) functions, classes and exceptions of swig
- MySQL nested sorting: first sort and filter the latest data, and then customize the sorting of this list
- SwiftUI: Navigation all know
- 【深入kotlin】 - 初识 Flow
- NDK R21 compiles ffmpeg 4.2.2+x264 and converts video files using ffmpeg
猜你喜欢

Preliminary understanding of DFS and BFS

Vins fusion GPS fusion part

NDK learning notes (VI) Basics: memory management, standard file i/o

WinForm (II) advanced WinForm and use of complex controls

Restoration of binary tree -- number restoration

Introduction to coordinate system in navigation system

White Gaussian noise (WGN)

NDK learning notes (12) native graphics API, using avilib to create an avi video player

Redis setup (sentinel mode)

getBackgroundAudioManager控制音乐播放(类名的动态绑定)
随机推荐
35. search insertion position
自定义View之基础篇
AttributeError: ‘HistGradientBoostingClassifier‘ object has no attribute ‘_ n_ features‘
Handle double quotation mark escape in JSON string
Feynman learning method
Topological sorting
工具类ObjectUtil常用的方法
袋鼠雲數棧基於CBO在Spark SQL優化上的探索
Combien de courant le câblage des PCB peut - il supporter?
Manually splicing dynamic JSON strings
NDK R21 compiles ffmpeg 4.2.2+x264 and converts video files using ffmpeg
Section II: structural composition characteristics of asphalt pavement (1) structural composition
22. Generate parentheses
mysql字符串转数组,合并结果集,转成数组
NDK learning notes (V)
推荐一款免费的内网穿透开源软件,可以在测试本地开发微信公众号使用
NDK learning notes (I)
Multi threading tutorial (XXIV) cas+volatile
Analyze while doing experiments -ndk article -jni uses registernatives for explicit method registration
Multithreading tutorial (XXI) double checked locking problem