This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
/
doap_Submarine.rdf
113 lines (108 loc) · 4.12 KB
/
doap_Submarine.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
<?xml version="1.0"?>
<!--
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.
-->
<?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/">
<Project rdf:about="https://submarine.apache.org">
<created>2023-09-08</created>
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
<name>Apache Submarine</name>
<homepage rdf:resource="https://submarine.apache.org" />
<asfext:pmc rdf:resource="https://submarine.apache.org" />
<shortdesc>Submarine is Cloud Native Machine Learning Platform.</shortdesc>
<description>Apache Submarine (Submarine for short) is an End-to-End Machine Learning Platform to allow data scientists to create end-to-end machine learning workflows. On Submarine, data scientists can finish each stage in the ML model lifecycle, including data exploration, data pipeline creation, model training, serving, and monitoring.</description>
<mailing-list rdf:resource="https://issues.apache.org/jira/projects/SUBMARINE" />
<download-page rdf:resource="https://submarine.apache.org/docs/next/download" />
<programming-language>Java</programming-language>
<category rdf:resource="https://projects.apache.org/category/cloud" />
<category rdf:resource="https://projects.apache.org/category/java"/>
<category rdf:resource="https://projects.apache.org/category/python"/>
<category rdf:resource="https://projects.apache.org/category/go"/>
<release>
<Version>
<name>Apache Submarine 0.1.0</name>
<created>2019-01-16</created>
<revision>0.1.0</revision>
</Version>
</release>
<release>
<Version>
<name>Apache Submarine 0.2.0</name>
<created>2019-07-02</created>
<revision>0.2.0</revision>
</Version>
</release>
<release>
<Version>
<name>Apache Submarine 0.3.0</name>
<created>2020-02-01</created>
<revision>0.3.0</revision>
</Version>
</release>
<release>
<Version>
<name>Apache Submarine 0.4.0</name>
<created>2020-07-05</created>
<revision>0.4.0</revision>
</Version>
</release>
<release>
<Version>
<name>Apache Submarine 0.5.0</name>
<created>2020-12-17</created>
<revision>0.5.0</revision>
</Version>
</release>
<release>
<Version>
<name>Apache Submarine 0.6.0</name>
<created>2021-10-21</created>
<revision>0.6.0</revision>
</Version>
</release>
<release>
<Version>
<name>Apache Submarine 0.7.0</name>
<created>2022-04-25</created>
<revision>0.7.0</revision>
</Version>
</release>
<release>
<Version>
<name>Apache Submarine 0.8.0</name>
<created>2023-09-23</created>
<revision>0.8.0</revision>
</Version>
</release>
<repository>
<GitRepository>
<location rdf:resource="https://github.com/apache/submarine.git"/>
<browse rdf:resource="https://github.com/apache/submarine"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Apache Submarine PMC</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
</Project>
</rdf:RDF>