Skip to content

Commit 6bb616e

Browse files
committed
trivial change to add kafka doap project file
1 parent a3a2cba commit 6bb616e

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

doap_Kafka.rdf

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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+
http://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="http://kafka.apache.org/">
25+
<created>2014-04-12</created>
26+
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
27+
<name>Apache Kafka</name>
28+
<homepage rdf:resource="http://kafka.apache.org/" />
29+
<asfext:pmc rdf:resource="http://kafka.apache.org" />
30+
<shortdesc>Apache Kafka is a distributed, fault tolerant, publish-subscribe messaging.</shortdesc>
31+
<description>A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers. Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact.</description>
32+
<bug-database rdf:resource="https://issues.apache.org/jira/browse/KAFKA" />
33+
<mailing-list rdf:resource="http://kafka.apache.org/contact.html" />
34+
<download-page rdf:resource="http://kafka.apache.org/downloads.html" />
35+
<programming-language>Scala</programming-language>
36+
<category rdf:resource="http://projects.apache.org/category/big-data" />
37+
<release>
38+
<Version>
39+
<name>Kafka 0.8.1</name>
40+
<created>2014-03-12</created>
41+
<revision>0.8.1</revision>
42+
</Version>
43+
</release>
44+
<repository>
45+
<SVNRepository>
46+
<location rdf:resource="http://git-wip-us.apache.org/repos/asf/kafka.git"/>
47+
<browse rdf:resource="https://github.com/apache/kafka"/>
48+
</SVNRepository>
49+
</repository>
50+
<maintainer>
51+
<foaf:Person>
52+
<foaf:name>Jun Rao</foaf:name>
53+
<foaf:mbox rdf:resource="mailto:junrao@apache.org"/>
54+
</foaf:Person>
55+
</maintainer>
56+
</Project>
57+
</rdf:RDF>

0 commit comments

Comments
 (0)