forked from apache/hudi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doap_HUDI.rdf
118 lines (116 loc) · 4.35 KB
/
doap_HUDI.rdf
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<Project rdf:about="https://hudi.apache.org">
<created>2019-12-31</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
<name>Apache Hudi</name>
<homepage rdf:resource="https://hudi.apache.org" />
<asfext:pmc rdf:resource="https://hudi.apache.org" />
<shortdesc>Ingests and Manages storage of large analytical datasets</shortdesc>
<description>Hudi (pronounced “Hoodie”) brings stream processing to big data, providing upserts, deletes and incremental data streams.</description>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/HUDI" />
<mailing-list rdf:resource="https://hudi.apache.org/community.html" />
<download-page rdf:resource="https://hudi.apache.org/community.html" />
<programming-language>Java</programming-language>
<programming-language>Scala</programming-language>
<category rdf:resource="http://projects.apache.org/category/library" />
<release>
<Version>
<name>Apache Hudi-incubating 0.5.0</name>
<created>2019-10-24</created>
<revision>0.5.0</revision>
</Version>
<Version>
<name>Apache Hudi-incubating 0.5.1</name>
<created>2020-01-31</created>
<revision>0.5.1</revision>
</Version>
<Version>
<name>Apache Hudi-incubating 0.5.2</name>
<created>2020-03-26</created>
<revision>0.5.2</revision>
</Version>
<Version>
<name>Apache Hudi 0.5.3</name>
<created>2020-06-16</created>
<revision>0.5.3</revision>
</Version>
<Version>
<name>Apache Hudi 0.6.0</name>
<created>2020-08-22</created>
<revision>0.6.0</revision>
</Version>
<Version>
<name>Apache Hudi 0.7.0</name>
<created>2021-01-25</created>
<revision>0.7.0</revision>
</Version>
<Version>
<name>Apache Hudi 0.8.0</name>
<created>2021-04-06</created>
<revision>0.8.0</revision>
</Version>
<Version>
<name>Apache Hudi 0.9.0</name>
<created>2021-08-26</created>
<revision>0.9.0</revision>
</Version>
<Version>
<name>Apache Hudi 0.10.0</name>
<created>2021-12-08</created>
<revision>0.10.0</revision>
</Version>
<Version>
<name>Apache Hudi 0.10.1</name>
<created>2022-01-26</created>
<revision>0.10.1</revision>
</Version>
<Version>
<name>Apache Hudi 0.11.0</name>
<created>2022-04-30</created>
<revision>0.11.0</revision>
</Version>
<Version>
<name>Apache Hudi 0.11.1</name>
<created>2022-06-18</created>
<revision>0.11.1</revision>
</Version>
<Version>
<name>Apache Hudi 0.12.0</name>
<created>2022-08-16</created>
<revision>0.12.0</revision>
</Version>
</release>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/hudi.git"/>
<browse rdf:resource="https://github.com/apache/hudi"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Apache Hudi PMC</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
</Project>
</rdf:RDF>