forked from gridgain/gridgain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoap_Ignite.rdf
74 lines (67 loc) · 3.85 KB
/
doap_Ignite.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
<?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/">
<!--
Copyright 2019 GridGain Systems, Inc. and Contributors.
Licensed under the GridGain Community Edition License (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.gridgain.com/products/software/community-edition/gridgain-community-edition-license
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="http://ignite.apache.org">
<created>2014-10-01</created>
<license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
<name>Apache Ignite</name>
<homepage rdf:resource="http://ignite.apache.org" />
<asfext:pmc rdf:resource="http://ignite.apache.org" />
<shortdesc>Apache Ignite is an In-Memory Database and Caching Platform providing in-memory data caching, partitioning, processing, and querying components.</shortdesc>
<description>Apache Ignite In-Memory Database and Caching Platform is designed to deliver uncompromised performance for a wide set of in-memory computing use cases from high performance computing, to the industry most advanced data grid, in-memory SQL, in-memory file system, streaming, and more.</description>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/IGNITE" />
<mailing-list rdf:resource="https://ignite.apache.org/community/resources.html#mail-lists" />
<download-page rdf:resource="https://ignite.apache.org/download" />
<programming-language>Java</programming-language>
<programming-language>C#</programming-language>
<programming-language>C++</programming-language>
<programming-language>SQL</programming-language>
<programming-language>JDBC</programming-language>
<programming-language>ODBC</programming-language>
<category rdf:resource="http://projects.apache.org/category/big-data" />
<category rdf:resource="http://projects.apache.org/category/sql" />
<category rdf:resource="http://projects.apache.org/category/cloud" />
<category rdf:resource="http://projects.apache.org/category/database" />
<category rdf:resource="http://projects.apache.org/category/distributed-sql-database" />
<category rdf:resource="http://projects.apache.org/category/data-management-platform" />
<category rdf:resource="http://projects.apache.org/category/hadoop" />
<category rdf:resource="http://projects.apache.org/category/network-server" />
<category rdf:resource="http://projects.apache.org/category/network-client" />
<category rdf:resource="http://projects.apache.org/category/osgi" />
<category rdf:resource="http://projects.apache.org/category/IoT" />
<repository>
<GitRepository>
<location rdf:resource="https://gitbox.apache.org/repos/asf/ignite.git"/>
<browse rdf:resource="https://gitbox.apache.org/repos/asf/ignite.git"/>
</GitRepository>
</repository>
<maintainer>
<foaf:Person>
<foaf:name>Denis Magda</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]"/>
</foaf:Person>
</maintainer>
<asfext:implements><asfext:Standard>
<asfext:title>JCACHE - Java Temporary Caching API</asfext:title>
<asfext:body>JCP</asfext:body>
<asfext:id>107</asfext:id>
<asfext:url rdf:resource="https://jcp.org/en/jsr/detail?id=107"/>
</asfext:Standard></asfext:implements>
</Project>
</rdf:RDF>