Skip to content

Commit eb5bd61

Browse files
committed
RANGER-5507: adding doap file for Apache Ranger
1 parent 4817d1b commit eb5bd61

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0"?>
2+
<?xml-stylesheet type="text/xsl"?>
3+
<rdf:RDF xml:lang="en"
4+
xmlns="http://usefulinc.com/ns/doap#"
5+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6+
xmlns:asfext="http://projects.apache.org/ns/asfext#"
7+
xmlns:foaf="http://xmlns.com/foaf/0.1/">
8+
<!--
9+
Licensed to the Apache Software Foundation (ASF) under one or more
10+
contributor license agreements. See the NOTICE file distributed with
11+
this work for additional information regarding copyright ownership.
12+
The ASF licenses this file to You under the Apache License, Version 2.0
13+
(the "License"); you may not use this file except in compliance with
14+
the License. You may obtain a copy of the License at
15+
16+
https://www.apache.org/licenses/LICENSE-2.0
17+
18+
Unless required by applicable law or agreed to in writing, software
19+
distributed under the License is distributed on an "AS IS" BASIS,
20+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
See the License for the specific language governing permissions and
22+
limitations under the License.
23+
-->
24+
<Project rdf:about="https://ranger.apache.org">
25+
<created>2023-12-31</created>
26+
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
27+
<name>Apache Ranger</name>
28+
<homepage rdf:resource="https://ranger.apache.org" />
29+
<asfext:pmc rdf:resource="https://ranger.apache.org" />
30+
<shortdesc>Provide authorization framework across multiple datasources and have a single glass of pane for Security &amp; Governance.</shortdesc>
31+
<description>Apache Ranger is a framework to enable, monitor and manage comprehensive data security - consistently across various data processing services. Integrated with most of the Big-Data technologies (Hadoop, Hive, HBase, Spark, Trino, ...)</description>
32+
<bug-database rdf:resource="https://issues.apache.org/jira/projects/RANGER/issues" />
33+
<mailing-list rdf:resource="https://lists.apache.org/list.html?ranger.apache.org" />
34+
<download-page rdf:resource="https://ranger.apache.org/download.html" />
35+
<programming-language>Java</programming-language>
36+
<category rdf:resource="https://projects.apache.org/category/big-data" />
37+
<category rdf:resource="https://projects.apache.org/category/security" />
38+
<repository>
39+
<GitRepository>
40+
<location rdf:resource="https://gitbox.apache.org/repos/asf/ranger.git"/>
41+
<browse rdf:resource="https://github.com/apache/ranger"/>
42+
</GitRepository>
43+
</repository>
44+
</Project>
45+
</rdf:RDF>
46+

0 commit comments

Comments
 (0)