This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new f8a622298c [Chore](Doap)Create doap_Doris.rdf (#23951) f8a622298c is described below commit f8a622298c2981a91603f4b7241902988ce68017 Author: Calvin Kirs <acm_ch...@yeah.net> AuthorDate: Wed Sep 6 12:37:08 2023 +0800 [Chore](Doap)Create doap_Doris.rdf (#23951) --- .licenserc.yaml | 2 +- doap_Doris.rdf | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index 0a3f0b08e8..4bd78398ae 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -9,7 +9,7 @@ header: - "**/*.md" - "LICENSE" - "NOTICE" - - "DISCLAIMER" + - "doap_Doris.rdf" - ".clang-format" - ".clang-format-ignore" - ".clang-tidy" diff --git a/doap_Doris.rdf b/doap_Doris.rdf new file mode 100644 index 0000000000..8be1d6d2e2 --- /dev/null +++ b/doap_Doris.rdf @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl"?> +<rdf:RDF xml:lang="en" + xmlns="http://usefulinc.com/ns/doap#" + xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:asfext="https://projects.apache.org/ns/asfext#" + xmlns:foaf="https://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://doris.apache.org/"> + <created>2018-07-08</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>Apache Doris</name> + <homepage rdf:resource="https://doris.apache.org/" /> + <asfext:pmc rdf:resource="https://doris.apache.org" /> + <shortdesc>Apache Doris is a new-generation open-source real-time data warehouse based on MPP architecture, with easier use and higher performance for big data analytics.</shortdesc> + <description>Apache Doris is an easy-to-use, high-performance and real-time analytical database based on MPP architecture, known for its extreme speed and ease of use. It only requires a sub-second response time to return query results under massive data and can support not only high-concurrent point query scenarios but also high-throughput complex analysis scenarios. + All this makes Apache Doris an ideal tool for scenarios including report analysis, ad-hoc query, unified data warehouse, and data lake query acceleration. On Apache Doris, users can build various applications, such as user behavior analysis, AB test platform, log retrieval analysis, user portrait analysis, and order analysis.</description> + <bug-database rdf:resource="https://github.com/apache/doris/issues" /> + <mailing-list rdf:resource="https://lists.apache.org/list.html?d...@doris.apache.org" /> + <download-page rdf:resource="https://doris.apache.org/download" /> + <programming-language>C++,Java</programming-language> + <category rdf:resource="http://projects.apache.org/category/database" /> + <repository> + <SVNRepository> + <location rdf:resource="https://gitbox.apache.org/repos/asf/doris.git"/> + <browse rdf:resource="https://github.com/apache/doris"/> + </SVNRepository> + </repository> + </Project> +</rdf:RDF> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org