You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by hx...@apache.org on 2022/03/23 12:35:56 UTC

svn commit: r1899150 - in /incubator/public/trunk/content/ip-clearance: index.xml iotdb-udf-library.xml

Author: hxd
Date: Wed Mar 23 12:35:56 2022
New Revision: 1899150

URL: http://svn.apache.org/viewvc?rev=1899150&view=rev
Log:
add iotdb-udf-library ip clearance for Apache IoTDB

Added:
    incubator/public/trunk/content/ip-clearance/iotdb-udf-library.xml
Modified:
    incubator/public/trunk/content/ip-clearance/index.xml

Modified: incubator/public/trunk/content/ip-clearance/index.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/ip-clearance/index.xml?rev=1899150&r1=1899149&r2=1899150&view=diff
==============================================================================
--- incubator/public/trunk/content/ip-clearance/index.xml [utf-8] (original)
+++ incubator/public/trunk/content/ip-clearance/index.xml [utf-8] Wed Mar 23 12:35:56 2022
@@ -48,6 +48,13 @@
         </tr>
         <tr>
           <td>
+            <a href="iotdb-udf-library.html">Apache IoTDB UDF Library</a>
+          </td>
+          <td>Apache IoTDB</td>
+          <td>2021-12-29</td>
+        </tr>
+        <tr>
+          <td>
             <a href="arrow-julia-library2.html">Apache Arrow Julia Library (2nd try)</a>
           </td>
           <td>Apache Arrow</td>

Added: incubator/public/trunk/content/ip-clearance/iotdb-udf-library.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/ip-clearance/iotdb-udf-library.xml?rev=1899150&view=auto
==============================================================================
--- incubator/public/trunk/content/ip-clearance/iotdb-udf-library.xml (added)
+++ incubator/public/trunk/content/ip-clearance/iotdb-udf-library.xml [utf-8] Wed Mar 23 12:35:56 2022
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>Apache IoTDB UDF-Library Status</title>
+  </properties>
+  <body>
+    <section id="Apache+IoTDB+UDF-Library+Status">
+      <title>Apache IoTDB UDF-Library Status</title>
+    </section>
+    <section id="Description">
+      <title>Description</title>
+      <p>UDF-Library is a set of user-defined functions (UDFs) designed for Apache IoTDB, a Internet of Things (IoT) database. This library provides fundamental and a few advanced functions on mathematics, statistics,anomaly detection and frequency analysis. Based on industrial requirements, this library also offers data quality analysis fuctions, mainly for sensor stability analysis. Miscellaneous functions may be added when new industrial demands arises.</p>
+      <p>For general discussion, user demand, etc., you may refer to Apache IoTDB mailing list. dev@iotdb.apache.org</p>
+      <title>Contact</title>
+      <p>E-mail: dev@iotdb.apache.org</p>
+    </section>
+    <section id="Project+info">
+      <title>Project info</title>
+      <ul>IoTDB Library-UDF documentations - https://iotdb.apache.org/UserGuide/Master/UDF-Library/Quick-Start.html</ul>
+      <p> The Apache IoTDB PMC will be responsible for the code. </p>
+      <p> The code repo will be transferred to the ASF as "apache/iotdb".</p>
+      <section id="Identify+the+codebase">
+        <title>Identify the codebase</title>
+        <table>
+          <tr>
+            <th>date</th>
+            <th>item</th>
+          </tr>
+          <tr>
+            <td></td>
+            <td></td>
+          </tr>
+        </table>
+        <ul>
+        <li>
+        Origin:
+        <a href="https://github.com/thulab/iotdb-quality">https://github.com/thulab/iotdb-quality</a> as at commit ID 47ddf502f59aa6b256ee082224d7418128e5581b.
+        </li>
+        </ul>
+      </section>
+      <section id="Organizational+acceptance+of+responsibility+for+the+project">
+        <title>Organizational acceptance of responsibility for the project</title>
+        <p>Related Discussions:</p>
+        <ul>
+        <li>
+        <a href="https://lists.apache.org/thread/c8xdb51rd4bgyg7z7dbq3j11nfq758hc"> Discussion on Apache IoTDB dev mailing list to accept iotdb-quality to Apache IoTDB. </a>
+        </li>
+        <li>
+          <a href="https://lists.apache.org/thread/c3k1s51q3bgs60nl7vw5yy6308c6y8oc"> Discussion on rename the subproject iotdb-quality to iotdb udf-library </a>
+        </li>
+        </ul>
+      </section>
+    </section>
+  </body>
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org