update the website because of graduation (#1755)

This commit is contained in:
Xiangdong Huang 2020-09-24 15:24:43 +08:00 committed by GitHub
parent 38bf656e4c
commit ee8c17fb26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 38 additions and 63 deletions

View File

@ -141,7 +141,7 @@ matrix:
# - choco install openjdk11 --version=11.0.2.01 -y # - choco install openjdk11 --version=11.0.2.01 -y
# can get the download links from https://jdk.java.net/archive/ # can get the download links from https://jdk.java.net/archive/
- wget --no-check-certificate https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_windows-x64_bin.zip - wget --no-check-certificate https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_windows-x64_bin.zip
- wget --no-check-certificate https://www-eu.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip - wget --no-check-certificate https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip
- /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.3-bin.zip -o/c/mvn363 - /C/Progra~1/7-Zip/7z.exe x apache-maven-3.6.3-bin.zip -o/c/mvn363
- /C/Progra~1/7-Zip/7z.exe x openjdk-11.0.2_windows-x64_bin.zip -o/c/java - /C/Progra~1/7-Zip/7z.exe x openjdk-11.0.2_windows-x64_bin.zip -o/c/java
before_script: before_script:

View File

@ -1,6 +0,0 @@
Apache IoTDB is an effort undergoing incubation at The Apache Software Foundation (ASF).
Incubation is required of all newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have stabilized in a manner consistent
with other successful ASF projects. While incubation status is not necessarily a reflection of the
completeness or stability of the code, it does indicate that the project has yet to be fully
endorsed by the ASF.

View File

@ -47,7 +47,7 @@
<descriptors> <descriptors>
<descriptor>src/assembly/distribution.xml</descriptor> <descriptor>src/assembly/distribution.xml</descriptor>
</descriptors> </descriptors>
<finalName>apache-iotdb-${project.version}-incubating</finalName> <finalName>apache-iotdb-${project.version}</finalName>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
@ -74,7 +74,7 @@
<fileSet> <fileSet>
<directory>${project.build.directory}</directory> <directory>${project.build.directory}</directory>
<includes> <includes>
<include>apache-iotdb-${project.version}-incubating-bin.zip</include> <include>apache-iotdb-${project.version}-bin.zip</include>
</includes> </includes>
</fileSet> </fileSet>
</fileSets> </fileSets>

View File

@ -88,9 +88,6 @@
<source>${maven.multiModuleProjectDirectory}/NOTICE-binary</source> <source>${maven.multiModuleProjectDirectory}/NOTICE-binary</source>
<destName>NOTICE</destName> <destName>NOTICE</destName>
</file> </file>
<file>
<source>${maven.multiModuleProjectDirectory}/DISCLAIMER</source>
</file>
<file> <file>
<source>${maven.multiModuleProjectDirectory}/RELEASE_NOTES.md</source> <source>${maven.multiModuleProjectDirectory}/RELEASE_NOTES.md</source>
</file> </file>

View File

@ -32,9 +32,9 @@ RUN apt update \
&& cd incubator-iotdb-master \ && cd incubator-iotdb-master \
&& mvn package -pl server,client -am -Papache-release -DskipTests -Dthrift.download-url="http://www.apache.org/licenses/LICENSE-2.0.txt" -Dthrift.exec.absolute.path="/usr/bin/thrift" \ && mvn package -pl server,client -am -Papache-release -DskipTests -Dthrift.download-url="http://www.apache.org/licenses/LICENSE-2.0.txt" -Dthrift.exec.absolute.path="/usr/bin/thrift" \
&& cd target/ \ && cd target/ \
&& unzip apache-iotdb-0.11.0-SNAPSHOT-incubating-bin.zip \ && unzip apache-iotdb-0.11.0-SNAPSHOT-bin.zip \
&& mkdir /iotdb \ && mkdir /iotdb \
&& mv apache-iotdb-0.11.0-SNAPSHOT-incubating/* /iotdb/ \ && mv apache-iotdb-0.11.0-SNAPSHOT/* /iotdb/ \
&& cd ../../ \ && cd ../../ \
&& mvn clean \ && mvn clean \
&& ls -lh ~/.m2 \ && ls -lh ~/.m2 \

View File

@ -75,9 +75,7 @@ gpg2 --import key.asc
## Verify the source distribution ## Verify the source distribution
* (Incubation stage) Verify if `incubating` * Verify that there are NOTICE, LICENSE, and the content is correct.
* Verify that there are DISCLAIMER, NOTICE, LICENSE, and the content is correct.
* Verify README, RELEASE_NOTES * Verify README, RELEASE_NOTES
@ -109,9 +107,7 @@ Should end up all SUCCESS
## Verifying the binary release ## Verifying the binary release
* (Incubation stage) Verify if `incubating` * Verify that there are NOTICE, LICENSE, and the content is correct.
* Verify that there are DISCLAIMER, NOTICE, LICENSE, and the content is correct.
* Verify README, RELEASE_NOTES * Verify README, RELEASE_NOTES
@ -162,16 +158,12 @@ Hi,
+1 (PMC could binding) +1 (PMC could binding)
The source release: The source release:
Incubating in name [ok]
Has DISCLAIMER [ok]
LICENSE and NOTICE [ok] LICENSE and NOTICE [ok]
signatures and hashes [ok] signatures and hashes [ok]
All files have ASF header [ok] All files have ASF header [ok]
could compile from source: ./mvnw.sh clean install [ok] could compile from source: ./mvnw.sh clean install [ok]
The binary distribution: The binary distribution:
Incubating in name [ok]
Has DISCLAIMER [ok]
LICENSE and NOTICE [ok] LICENSE and NOTICE [ok]
signatures and hashes [ok] signatures and hashes [ok]
Could run with the following statements [ok] Could run with the following statements [ok]

View File

@ -57,7 +57,7 @@ Under the root path of incubator-iotdb:
> mvn clean package -DskipTests > mvn clean package -DskipTests
``` ```
Then the binary version (including both server and client) can be found at **distribution/target/apache-iotdb-{project.version}-incubating-bin.zip** Then the binary version (including both server and client) can be found at **distribution/target/apache-iotdb-{project.version}-bin.zip**
> NOTE: Directories "thrift/target/generated-sources/thrift" and "antlr/target/generated-sources/antlr4" need to be added to sources roots to avoid compilation errors in IDE. > NOTE: Directories "thrift/target/generated-sources/thrift" and "antlr/target/generated-sources/antlr4" need to be added to sources roots to avoid compilation errors in IDE.

View File

@ -75,9 +75,7 @@ gpg2 --import key.asc
## 验证源码发布版 ## 验证源码发布版
* (孵化阶段)验证是否名字中有 ```incubating``` * 验证是否有 NOTICE、LICENSE以及内容是否正确。
* 验证是否有 DISCLAIMER、NOTICE、LICENSE以及内容是否正确。
* 验证 README、RELEASE_NOTES * 验证 README、RELEASE_NOTES
@ -109,9 +107,7 @@ mvnw.sh install
## 验证二进制发布版 ## 验证二进制发布版
* (孵化阶段)验证是否名字中有 ```incubating``` * 验证是否有 NOTICE、LICENSE以及内容是否正确。
* 验证是否有 DISCLAIMER、NOTICE、LICENSE以及内容是否正确。
* 验证 README、RELEASE_NOTES * 验证 README、RELEASE_NOTES
@ -162,16 +158,12 @@ Hi,
+1 (PMC could binding) +1 (PMC could binding)
The source release: The source release:
Incubating in name [ok]
Has DISCLAIMER [ok]
LICENSE and NOTICE [ok] LICENSE and NOTICE [ok]
signatures and hashes [ok] signatures and hashes [ok]
All files have ASF header [ok] All files have ASF header [ok]
could compile from source: ./mvnw.sh clean install [ok] could compile from source: ./mvnw.sh clean install [ok]
The binary distribution: The binary distribution:
Incubating in name [ok]
Has DISCLAIMER [ok]
LICENSE and NOTICE [ok] LICENSE and NOTICE [ok]
signatures and hashes [ok] signatures and hashes [ok]
Could run with the following statements [ok] Could run with the following statements [ok]

View File

@ -30,7 +30,7 @@
<artifactId>iotdb-parent</artifactId> <artifactId>iotdb-parent</artifactId>
<version>0.11.0-SNAPSHOT</version> <version>0.11.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Apache IoTDB (incubating) Project Parent POM</name> <name>Apache IoTDB Project Parent POM</name>
<description>This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.</description> <description>This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.</description>
<licenses> <licenses>
<license> <license>

View File

@ -38,11 +38,11 @@
<Project rdf:about="http://iotdb.apache.org"> <Project rdf:about="http://iotdb.apache.org">
<created>2020-07-11</created> <created>2020-07-11</created>
<license rdf:resource="http://spdx.org/licenses/Apache-2.0" /> <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
<name>Apache IoTDB (incubating)</name> <name>Apache IoTDB</name>
<homepage rdf:resource="http://iotdb.apache.org" /> <homepage rdf:resource="http://iotdb.apache.org" />
<asfext:pmc rdf:resource="http://incubator.apache.org" /> <asfext:pmc rdf:resource="http://incubator.apache.org" />
<shortdesc>Apache IoTDB (incubating) is a database for managing time series data in Internet of Things</shortdesc> <shortdesc>Apache IoTDB is an IoT native database with high performance for data management and analysis, on the edge and the cloud.</shortdesc>
<description>Apache IoTDB (incubating) (Database for Internet of Things) is an integrated data management engine designed for time series data. It provides users with services for data collection, storage and analysis. Due to its light-weight architecture, high performance and rich feature set together with its deep integration with Apache Hadoop, Spark and Flink. Apache IoTDB (incubating) can meet the requirements of massive data storage, high-speed data ingestion and complex data analysis in the IoT industrial fields.</description> <description>Apache IoTDB (Database for Internet of Things) is an integrated data management engine designed for time series data. It provides users with services for data collection, storage and analysis. Due to its light-weight architecture, high performance and rich feature set together with its deep integration with Apache Hadoop, Spark and Flink. Apache IoTDB can meet the requirements of massive data storage, high-speed data ingestion and complex data analysis in the IoT industrial fields.</description>
<bug-database rdf:resource="https://issues.apache.org/jira/projects/IOTDB" /> <bug-database rdf:resource="https://issues.apache.org/jira/projects/IOTDB" />
<mailing-list rdf:resource="https://iotdb.apache.org/Development/ContributeGuide.html" /> <mailing-list rdf:resource="https://iotdb.apache.org/Development/ContributeGuide.html" />
<download-page rdf:resource="http://iotdb.apache.org/Download/" /> <download-page rdf:resource="http://iotdb.apache.org/Download/" />
@ -57,9 +57,9 @@
<release> <release>
<Version> <Version>
<name>apache-iotdb-0.10.0-incubating</name> <name>apache-iotdb-0.10.1-incubating</name>
<created>2020-06-28</created> <created>2020-08-23</created>
<revision>0.10.0</revision> <revision>0.10.1</revision>
</Version> </Version>
</release> </release>
@ -71,7 +71,7 @@
</repository> </repository>
<maintainer> <maintainer>
<foaf:Person> <foaf:Person>
<foaf:name>IoTDB PPMC</foaf:name> <foaf:name>IoTDB PMC</foaf:name>
<foaf:mbox rdf:resource="mailto:dev@iotdb.apache.org"/> <foaf:mbox rdf:resource="mailto:dev@iotdb.apache.org"/>
</foaf:Person> </foaf:Person>
</maintainer> </maintainer>

View File

@ -77,9 +77,10 @@
<!-- <slot name="bottom"/> --> <!-- <slot name="bottom"/> -->
<p style="text-align: center;">Copyright © 2020 The Apache Software Foundation.<br> <p style="text-align: center;">Copyright © 2020 The Apache Software Foundation.<br>
Apache and the Apache feather logo are trademarks of The Apache Software Foundation</p> Apache and the Apache feather logo are trademarks of The Apache Software Foundation</p>
<p style="text-align:justify!important;paddingLeft:10px;paddingRight:10px;"> <!-- <p style="text-align:justify!important;paddingLeft:10px;paddingRight:10px;">
Disclaimer: Apache IoTDB (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Disclaimer: Apache IoTDB (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
</p> </p>
-->
</main> </main>
</template> </template>

View File

@ -30,11 +30,10 @@
text-align: center;" text-align: center;"
>Database for Internet of Things</p> >Database for Internet of Things</p>
<p style="font-size: 20px;margin: 50px 0 10px 0;text-align:justify!important;"> <p style="font-size: 20px;margin: 50px 0 10px 0;text-align:justify!important;">
Apache IoTDB (incubating) (Database for Internet of Things) is an integrated data Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance
management engine designed for timeseries data. It provides users with services for for data management and analysis, deployable on the edge and the cloud. Due to its light-weight architecture,
data collection, storage and analysis. Due to its light-weight architecture, high high performance and rich feature set together with its deep integration with Apache
performance and rich feature set together with its deep integration with Apache Hadoop, Spark and Flink, Apache IoTDB can meet the requirements of massive
Hadoop, Spark and Flink, Apache IoTDB (incubating) can meet the requirements of massive
data storage, high-speed data ingestion and complex data analysis in the IoT data storage, high-speed data ingestion and complex data analysis in the IoT
industrial fields. industrial fields.
</p> </p>
@ -79,7 +78,7 @@
title="High-throughput read and write" title="High-throughput read and write"
width="350" width="350"
trigger="hover" trigger="hover"
content="Apache IoTDB (incubating) can support high-speed write access for millions of low-power and intelligently networked devices. It also provides lightning read access for retrieving data." content="Apache IoTDB can support high-speed write access for millions of low-power and intelligently networked devices. It also provides lightning read access for retrieving data."
> >
<el-button slot="reference" style="text-align:center;width:100%;"> <el-button slot="reference" style="text-align:center;width:100%;">
<img src="/img/home-icon1.png" style="width:40px;height:40px;"> <img src="/img/home-icon1.png" style="width:40px;height:40px;">
@ -93,7 +92,7 @@
title="Efficient directory structure" title="Efficient directory structure"
width="350" width="350"
trigger="hover" trigger="hover"
content="Apache IoTDB (incubating) can efficiently organize complex data structure from IoT devices and large size of timeseries data with fuzzy searching strategy for complex directory of timeseries data." content="Apache IoTDB can efficiently organize complex data structure from IoT devices and large size of timeseries data with fuzzy searching strategy for complex directory of timeseries data."
> >
<el-button slot="reference" style="text-align:center;width:100%;"> <el-button slot="reference" style="text-align:center;width:100%;">
<img src="/img/home-icon2.png" style="width:40px;height:40px;"> <img src="/img/home-icon2.png" style="width:40px;height:40px;">

View File

@ -30,7 +30,7 @@
text-align: center;" text-align: center;"
>物联网数据库</p> >物联网数据库</p>
<p style="font-size: 20px;margin: 50px 0 10px 0;text-align:justify!important;"> <p style="font-size: 20px;margin: 50px 0 10px 0;text-align:justify!important;">
Apache IoTDB incubating物联网数据库是一体化收集存储管理与分析物联网时序数据的软件系统 Apache IoTDB物联网数据库是一体化收集存储管理与分析物联网时序数据的软件系统
Apache IoTDB 采用轻量式架构具有高性能和丰富的功能并与Apache HadoopSpark和Flink等进行了深度集成可以满足工业物联网领域的海量数据存储高速数据读取和复杂数据分析需求 Apache IoTDB 采用轻量式架构具有高性能和丰富的功能并与Apache HadoopSpark和Flink等进行了深度集成可以满足工业物联网领域的海量数据存储高速数据读取和复杂数据分析需求
</p> </p>
<el-row style="margin-top:40px;text-align: center;"> <el-row style="margin-top:40px;text-align: center;">
@ -72,7 +72,7 @@ Apache IoTDB 采用轻量式架构具有高性能和丰富的功能并与A
title="高吞吐量读写" title="高吞吐量读写"
width="350" width="350"
trigger="hover" trigger="hover"
content="Apache IoTDB(孵化可以支持数百万个低功耗和智能联网设备的高速写访问。 它还提供数据快速读取访问以查询。" content="Apache IoTDB中可以支持数百万个低功耗和智能联网设备的高速写访问。 它还提供数据快速读取访问以查询。"
> >
<el-button slot="reference" style="text-align:center;width:100%;"> <el-button slot="reference" style="text-align:center;width:100%;">
<img src="/img/home-icon1.png" style="width:40px;height:40px;"> <img src="/img/home-icon1.png" style="width:40px;height:40px;">
@ -86,7 +86,7 @@ Apache IoTDB 采用轻量式架构具有高性能和丰富的功能并与A
title="高效的目录结构" title="高效的目录结构"
width="350" width="350"
trigger="hover" trigger="hover"
content="Apache IoTDB(孵化中)可以对拥有复杂组织关系的物联网设备进行树形结构管理,并使用通配符对这些元数据进行模糊匹配。" content="Apache IoTDB可以对拥有复杂组织关系的物联网设备进行树形结构管理,并使用通配符对这些元数据进行模糊匹配。"
> >
<el-button slot="reference" style="text-align:center;width:100%;"> <el-button slot="reference" style="text-align:center;width:100%;">
<img src="/img/home-icon2.png" style="width:40px;height:40px;"> <img src="/img/home-icon2.png" style="width:40px;height:40px;">
@ -99,7 +99,7 @@ Apache IoTDB 采用轻量式架构具有高性能和丰富的功能并与A
title="丰富的查询语义" title="丰富的查询语义"
width="400" width="400"
trigger="hover" trigger="hover"
content="Apache IoTDB(孵化中)可以支持跨设备和传感器的时间对齐查询,在时间维度上的聚合(降采样)等。" content="Apache IoTDB可以支持跨设备和传感器的时间对齐查询,在时间维度上的聚合(降采样)等。"
> >
<el-button slot="reference" style="text-align:center;width:100%;"> <el-button slot="reference" style="text-align:center;width:100%;">
<img src="/img/home-icon3.png" style="width:40px;height:40px;"> <img src="/img/home-icon3.png" style="width:40px;height:40px;">
@ -115,7 +115,7 @@ Apache IoTDB 采用轻量式架构具有高性能和丰富的功能并与A
title="硬件成本低" title="硬件成本低"
width="400" width="400"
trigger="hover" trigger="hover"
content="Apache IoTDB(孵化中)可以实现磁盘存储的高压缩率。" content="Apache IoTDB可以实现磁盘存储的高压缩率。"
> >
<el-button slot="reference" style="text-align:center;width:100%;"> <el-button slot="reference" style="text-align:center;width:100%;">
<img src="/img/home-icon4.png" style="width:40px;height:40px;"> <img src="/img/home-icon4.png" style="width:40px;height:40px;">
@ -128,7 +128,7 @@ Apache IoTDB 采用轻量式架构具有高性能和丰富的功能并与A
title="灵活的部署" title="灵活的部署"
width="400" width="400"
trigger="hover" trigger="hover"
content="Apache IoTDB(孵化中)可以为用户提供云上的一键式安装、终端访问工具以及边-云之间的协同(数据同步工具)。" content="Apache IoTDB可以为用户提供云上的一键式安装、终端访问工具以及边-云之间的协同(数据同步工具)。"
> >
<el-button slot="reference" style="text-align:center;width:100%;"> <el-button slot="reference" style="text-align:center;width:100%;">
<img src="/img/home-icon5.png" style="width:40px;height:40px;"> <img src="/img/home-icon5.png" style="width:40px;height:40px;">
@ -141,7 +141,7 @@ Apache IoTDB 采用轻量式架构具有高性能和丰富的功能并与A
title="与开源生态系统的紧密集成" title="与开源生态系统的紧密集成"
width="400" width="400"
trigger="hover" trigger="hover"
content="Apache IoTDB(孵化中)支持许多大数据软件生态系统例如Hadoop、Spark、Flink和Grafana可视化工具。" content="Apache IoTDB支持许多大数据软件生态系统例如Hadoop、Spark、Flink和Grafana可视化工具。"
> >
<el-button slot="reference" style="text-align:center;width:100%;"> <el-button slot="reference" style="text-align:center;width:100%;">
<img src="/img/home-icon6.png" style="width:40px;height:40px;"> <img src="/img/home-icon6.png" style="width:40px;height:40px;">

View File

@ -1,7 +1,7 @@
{ {
"name": "IoTDB", "name": "IoTDB",
"version": "1.0.0", "version": "1.0.0",
"description": "Apache IoTDB (incubating) Website", "description": "Apache IoTDB Website",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "node --max_old_space_size=8000 ./node_modules/vuepress/cli.js dev src", "dev": "node --max_old_space_size=8000 ./node_modules/vuepress/cli.js dev src",
@ -20,7 +20,7 @@
"TSDB", "TSDB",
"Time Series Database" "Time Series Database"
], ],
"author": "Apache IoTDB (incubating)", "author": "Apache IoTDB",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": { "bugs": {
"url": "https://github.com/apache/incubator-iotdb" "url": "https://github.com/apache/incubator-iotdb"

View File

@ -34,7 +34,7 @@ setuptools.setup(
version="0.11.0", version="0.11.0",
author=" Apache Software Foundation", author=" Apache Software Foundation",
author_email="dev@iotdb.apache.org", author_email="dev@iotdb.apache.org",
description="Apache IoTDB (incubating) client API", description="Apache IoTDB client API",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/apache/incubator-iotdb", url="https://github.com/apache/incubator-iotdb",

View File

@ -119,8 +119,8 @@ mkdir -p ${DST_VER_DIR}
cd ${DST_VER_DIR} cd ${DST_VER_DIR}
mywget ${URL}/README.md mywget ${URL}/README.md
mywget ${URL}/RELEASE_NOTES.md mywget ${URL}/RELEASE_NOTES.md
getSignedBundle ${URL}/apache-iotdb-${VER}-incubating-source-release.zip getSignedBundle ${URL}/apache-iotdb-${VER}-source-release.zip
getSignedBundle ${URL}/apache-iotdb-${VER}-incubating-bin.zip getSignedBundle ${URL}/apache-iotdb-${VER}-bin.zip
echo echo
echo Done Downloading to ${DST_BASE_DIR} echo Done Downloading to ${DST_BASE_DIR}