-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseo-metadata.json
More file actions
38 lines (38 loc) · 1.12 KB
/
Copy pathseo-metadata.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "Open Table Formats",
"description": "A comprehensive educational resource for understanding modern lakehouse table formats including Delta Lake, Apache Iceberg, Apache Hudi, and Apache Paimon",
"url": "https://opentableformats.github.io",
"logo": "https://opentableformats.github.io/assets/logo.png",
"sameAs": [
"https://github.com/opentableformats/opentableformats"
],
"keywords": [
"data lakehouse",
"open table formats",
"Apache Iceberg",
"Delta Lake",
"Apache Hudi",
"Apache Paimon",
"ACID transactions",
"schema evolution",
"data engineering",
"big data",
"cloud storage",
"data architecture"
],
"author": {
"@type": "Organization",
"name": "OpenTableFormats Contributors",
"url": "https://github.com/opentableformats"
},
"publisher": {
"@type": "Organization",
"name": "OpenTableFormats",
"url": "https://opentableformats.github.io"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://opentableformats.github.io/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}