当前位置:网站首页>Structured data, semi-structured data and unstructured data
Structured data, semi-structured data and unstructured data
2022-07-02 12:51:00 【Big data Xiaochen】
Structured data : Simply put, table data , With rows and columns , Each column has schema Field description .
Unstructured data : picture 、 Audio 、 Video etc.
Semi-structured data : journal 、json、csv、xml、properties
Semi structured data can be converted into structured data
json:{id:1,name:zs}->id name
xml: <id>1</id> <name>zs</name >
properties:
id=1
name=zs
边栏推荐
- 绕过ObRegisterCallbacks需要驱动签名方法
- 腾讯三面:进程写文件过程中,进程崩溃了,文件数据会丢吗?
- Js6day (search, add and delete DOM nodes. Instantiation time, timestamp, timestamp cases, redrawing and reflow)
- Package management tools
- Fluent fluent library encapsulation
- What data types does redis have and their application scenarios
- Js1day (input / output syntax, data type, data type conversion, VaR and let differences)
- 线性DP AcWing 897. 最长公共子序列
- Linear DP acwing 898 Number triangle
- Linear DP acwing 902 Shortest editing distance
猜你喜欢
Win10 system OmniPeek wireless packet capturing network card driver failed to install due to digital signature problem solution
This "little routine" is set on the dough cake of instant noodles. No wonder programmers are always hungry
Rust search server, rust quick service finding tutorial
通过反射执行任意类的任意方法
线性DP AcWing 898. 数字三角形
Interesting interview questions
应用LNK306GN-TL 转换器、非隔离电源
ArrayList与LinkedList效率的对比
Anxiety of a 211 programmer: working for 3 years with a monthly salary of less than 30000, worried about being replaced by fresh students
js1day(输入输出语法,数据类型,数据类型转换,var和let区别)
随机推荐
架构师必须了解的 5 种最佳软件架构模式
Linear DP acwing 895 Longest ascending subsequence
JS iterator generator asynchronous code processing promise+ generator - > await/async
About asp Net MVC project in local vs running response time is too long to access, the solution!
Apply lnk306gn-tl converter, non isolated power supply
Shutter encapsulated button
包管理工具
Ltc3307ahv meets EMI standard, step-down converter qca7005-al33 phy
JS7day(事件对象,事件流,事件捕获和冒泡,阻止事件流动,事件委托,学生信息表案例)
"As a junior college student, I found out how difficult it is to counter attack after graduation."
JS8day(滚动事件(scroll家族),offset家族,client家族,轮播图案例(待做))
JS6day(DOM结点的查找、增加、删除。实例化时间,时间戳,时间戳的案例,重绘和回流)
线性DP AcWing 899. 编辑距离
Rust语言文档精简版(上)——cargo、输出、基础语法、数据类型、所有权、结构体、枚举和模式匹配
Std:: vector batch import fast de duplication method
上手报告|今天聊聊腾讯目前在用的微服务架构
js1day(输入输出语法,数据类型,数据类型转换,var和let区别)
Redis bloom filter
To bypass obregistercallbacks, you need to drive the signature method
堆 AcWing 838. 堆排序