You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by ey...@apache.org on 2020/12/06 18:50:33 UTC

[incubator-age-website] branch master updated: Delete roadmap.html

This is an automated email from the ASF dual-hosted git repository.

eya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f754889  Delete roadmap.html
f754889 is described below

commit f7548892712ba6d6e166f902937eb7e653820b05
Author: Eya <ba...@gmail.com>
AuthorDate: Sun Dec 6 10:50:23 2020 -0800

    Delete roadmap.html
---
 roadmap.html | 528 -----------------------------------------------------------
 1 file changed, 528 deletions(-)

diff --git a/roadmap.html b/roadmap.html
deleted file mode 100644
index 43474da..0000000
--- a/roadmap.html
+++ /dev/null
@@ -1,528 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <!-- Theme Made By www.w3schools.com - No Copyright -->
-  <title>AGE</title>
-  <meta charset="utf-8">
-  
-  <meta name="viewport" content="width=device-width, initial-scale=1">
-  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
-  <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
-  <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
-  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
-  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
-  <style>
-  body {
-    font: 400 15px/1.8 Lato, sans-serif;
-    color: #777;
-  }
-  h3, h4 {
-    margin: 10px 0 30px 0;
-      
-    font-size: 20px;
-    color: #111;
-  }
-  .container {
-    padding: 80px 120px;
-  }
-  .person {
-    border: 10px solid transparent;
-    margin-bottom: 25px;
-    width: 80%;
-    height: 80%;
-    opacity: 0.7;
-  }
-  .person:hover {
-    border-color: #f1f1f1;
-  }
-  .carousel-inner img {
-    -webkit-filter: grayscale(90%);
-    filter: grayscale(90%); /* make all photos black and white */ 
-    width: 100%; /* Set width to 100% */
-    margin: auto;
-  }
-  .carousel-caption h3 {
-    color: #fff !important;
-  }
-  @media (max-width: 600px) {
-    .carousel-caption {
-      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
-    }
-  }
-  .bg-1 {
-    background: #2d2d30;
-    color: #bdbdbd;
-  }
-  .bg-1 h3 {color: #fff;}
-  .bg-1 p {font-style: italic;}
-  .list-group-item:first-child {
-    border-top-right-radius: 0;
-    border-top-left-radius: 0;
-  }
-  .list-group-item:last-child {
-    border-bottom-right-radius: 0;
-    border-bottom-left-radius: 0;
-  }
-  .thumbnail {
-    padding: 0 0 15px 0;
-    border: none;
-    border-radius: 0;
-  }
-  .thumbnail p {
-    margin-top: 15px;
-    color: #555;
-  }
-  .btn {
-    padding: 10px 20px;
-    background-color: #333;
-    color: #f1f1f1;
-    border-radius: 0;
-    transition: .2s;
-  }
-  .btn:hover, .btn:focus {
-    border: 1px solid #333;
-    background-color: #fff;
-    color: #000;
-  }
-  .modal-header, h4, .close {
-    background-color: #333;
-    color: #fff !important;
-    text-align: center;
-    font-size: 30px;
-  }
-  .modal-header, .modal-body {
-    padding: 40px 50px;
-  }
-  .nav-tabs li a {
-    color: #777;
-  }
-  #googleMap {
-    width: 100%;
-    height: 400px;
-    -webkit-filter: grayscale(100%);
-    filter: grayscale(100%);
-  }  
-  .navbar {
-    font-family: Montserrat, sans-serif;
-    margin-bottom: 0;
-    background-color: #2d2d30;
-    border: 0;
-    font-size: 11px !important;
-    height: 70px;
-    opacity: 0.9;
-  }
-  .navbar li a, .navbar .navbar-brand { 
-    color: #d5d5d5 !important;
-  }
-  .navbar-nav li a:hover {
-    color: #fff !important;
-  }
-  .navbar-nav li.active a {
-    color: #fff !important;
-    background-color: #29292c !important;
-  }
-  .navbar-default .navbar-toggle {
-    border-color: transparent;
-  }
-  .open .dropdown-toggle {
-    color: #fff;
-    background-color: #555 !important;
-  }
-  .dropdown-menu li a {
-    color: #000 !important;
-  }
-  .dropdown-menu li a:hover {
-    background-color: red !important;
-  }
-  footer {
-    background-color: #2d2d30;
-    color: #f5f5f5;
-    padding: 32px;
-  }
-  footer a {
-    color: #f5f5f5;
-  }
-  footer a:hover {
-    color: #777;
-    text-decoration: none;
-  }  
-  .form-control {
-    border-radius: 0;
-  }
-  textarea {
-    resize: none;
-  }
-
-table {
-  font-family: arial, sans-serif;
-  border-collapse: collapse;
-  width: 50%;
-  text-align: center;
-}
-
-td, th {
-  border: 1px solid #dddddd;
-
-  padding: 3px;
-   text-align: left;
-}
-
-th{
-
-  text-decoration: bold;
-  text-align: center;
-}
-
-
-tr:nth-child(even) {
-  background-color: #dddddd;
-   text-align: center;
-}
-
-
-
-
-.logo{
- display: block;
-  margin-left: auto;
-  margin-right: auto;
-  width: 10%;
-}
-
-.p{
-  text-align: center;
-}
-
-
-
-  </style>
-</head>
-<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="50">
-
-<nav class="navbar navbar-default navbar-fixed-top">
-  <div class="container-fluid">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>                        
-      </button>
-     <a class="navbar-brand" href="index.html"> <img src="logo.png" style="height:61px; width:90px; padding-bottom: 20px"></a>
-    </div>
-
-    <div class="collapse navbar-collapse" id="myNavbar">
-
-
-      <ul class="nav navbar-nav navbar-right">
-        
-  <li><a href="https://github.com/apache/incubator-age" target="_blank">Download</a></li>
-        <li><a href="https://github.com/apache/incubator-age/tree/master/doc" target="_blank">Documentation</a></li>
-        
-        <li><a href="instruction.html" >Contribute</a></li> 
-
-
-         <li class="dropdown">
-          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community
-          <span class="caret"></span></a>
-          <ul class="dropdown-menu">
-            <li><a href="member.html" >Member</a></li>
-          </ul>
-        </li>
-       
-
-
-        <li class="dropdown">
-          <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache
-          <span class="caret"></span></a>
-          <ul class="dropdown-menu">
-            <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Foundation</a></li>
-            <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
-            <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li> 
-          </ul>
-        </li>
-
-
-
-<li><a href="roadmap.html" >Roadmap</a></li>
-
-
-        <li><a href="#"><span class="glyphicon glyphicon-search" target="_blank"></span></a></li>
-      </ul>
-
-
-
-
-    </div>
-  </div>
-</nav>
-
-
-
-
-   
-
-
-<!-- Container (Contact Section) -->
-<div id="contact" class="container">
-
-
- <table>
-  <h2 class="table" style="align-content: center;">Apache AGE (Incubating) 2020 Development Plan </h2>
-  <br>
-          <h3>Alpha Release 1</h3>
-  <tr>
-    <th>Description</th>
-
-  <tr>
-    <td>Agtype</td>
-  </tr>
-
-  </tr>
-   <tr>
-    <td>String Operators</td>
-
-  </tr>
-
-  <tr>
-    <td>List Operators</td>
-
-  </tr>
-  <tr>
-    <td>Map Operators </td>
-  </tr>
-
-   <tr>
- <td>String Comparison Operators</td>
-
-  </tr>
-  <tr>
- <td>IN operator</td>
-  </tr>
-  <tr>
- <td>Comparison Operators</td>
-  </tr>
-  <tr>
- <td>Type coercion</td>
-  </tr>
-  <tr>
- <td>Simple Single Node Match and Return</td>
-  </tr>
-  <tr>
- <td>WHERE clause</td>
-  </tr>
-  <tr>
- <td>Simple Single Node Create</td>
-  </tr>
-  <tr>
- <td>Order By, Skip and Limit clauses</td>
-  </tr>
-  <tr>
- <td>Basic JDBC Support</td>
-  </tr>
-
-
-
-
-
- 
-
-  
-</table>
-</div>
-
-
-<!-- Container (Contact Section) -->
-<div id="contact" class="container">
-
- <table>
-<h3>Alpha Release 2</h3>
-    <th>Description</th>
-  <tr>
- <td>Numeric datatype</td>
-  </tr>
-  <tr>
- <td>Object and Array Type Annotations</td>
-  </tr>
-  <tr>
- <td>Edge Agtype</td>
-  </tr>
-  <tr>
- <td>Implement Property Index</td>
-  </tr>
-  <tr>
- <td>Provide a way to input float constant values in Cypher</td>
-  </tr>
-  <tr>
- <td>Define behavior for DROP EXTENSION</td>
-  </tr>
-  <tr>
- <td>Pattern Matching MATCH Clause</td>
-  </tr>
-  <tr>
- <td>Multi Vertex, Multi Path Match</td>
-  </tr>
-  <tr>
- <td>Multi Vertex, Multi Path Create -Includes Edge creation</td>
-  </tr>
-  <tr>
- <td>No Label Nodes and edges</td>
-  </tr>
-  <tr>
- <td>Label Inheritance</td>
-  </tr>
-  <tr>
- <td>Integrate Match and Create</td>
-  </tr>
- <tr>
-<td>Integrate Create and Return</td>
-  </tr>
-  <tr>
-<td>Predicate Functions (exists())</td>
-  </tr>
-  <tr>
-<td>Using path patterns in WHERE</td>
-  </tr>
-  <tr>
-<td>Scalar Functions</td>
-</tr>
-  
-</table>
-</div>
-
-
-
-<!-- Container (Contact Section) -->
-<div id="contact" class="container">
-
- <table>
-<h3>Alpha Release 2</h3>
-    <th>Description</th>
-  <tr>
-<td>Numeric Functions</td>
-  </tr>
-  <tr>
-<td>Logarithmic Functions</td>
-  </tr>
-  <tr>
-<td>Trigonometric Functions</td>
-  </tr>
-  <tr>
-<td>String Functions</td>
-  </tr>
-  <tr>
-<td>Aggregate Functions</td>
-  </tr>
-  <tr>
-<td>Auto Group By for Aggregations</td>
-  </tr>
-  <tr>
-<td>DISTINCT operator</td>
-  </tr>
-  <tr>
-<td>DELETE clause</td>
-  </tr>
-  <tr>
-<td>SET clause</td>
-  </tr>
-  <tr>
-<td>REMOVE clause</td>
-  </tr>
-  <tr>
-<td>MERGE clause</td>
-  </tr>
-  <tr>
-<td>CASE expression</td>
-  </tr>
-  <tr>
-<td>Agtype indexable</td>
-  </tr>
-  <tr>
-<td>USE clause, ie. Default graph (cypher call does not need the graphname parameter)</td>
-  </tr>
-  <tr>
-<td>UNION and UNION ALL clause</td>
-    </tr>
-</table>
-</div>
-
-
-<!-- Container (Contact Section) -->
-<div id="contact" class="container">
-
- <table>
-<h3>Beta Release 1</h3>
-    <th>Description</th>
-  <tr>
-<td>User-Defined Functions</td>
-  </tr>
-  <tr>
-<td>Variable-length pattern matching</td>
-  </tr>
-  <tr>
-<td>CALL clause  </td>
-</tr>
-  <tr>
-<td>UNWIND clause</td>
-  </tr>
-  <tr>
-<td>DETACH DELETE clause</td>
-  </tr>
-  <tr>
-<td>OPTIONAL MATCH clause</td>
-  </tr>
-  <tr>
-<td>Postgres 12 Support</td>
-  </tr>
-  <tr>
-<td>Binary protocol datatype</td>
-  </tr>
-  <tr>
-<td>XOR operator</td>
-  </tr>
-  <tr>
-<td>Chaining Comparison Operators</td>
-  </tr>
-  <tr>
-<td>JDBC Driver</td>
-  </tr>
-  <tr>
-<td>GO Driver</td>
-  </tr>
-  <tr>
-<td>Python Driver</td>
-  </tr>
-  <tr>
-<td>NodeJS Driver</td>
-  </tr>
-  <tr>
-<td>Docker Container</td>
-  </tr>
-  
-</table>
-</div>
-
-
-
-<!-- Copy Right -->
-<div id="contact" class="container">
-<img class="logo" src="https://incubator.apache.org/images/incubator_ring_logo.png">
-
-<p class="p1">Copyright © 2020 The Apache Software Foundation.Apache and the Apache feather logo are trademarks of The Apache Software Foundation
-
-</p>
-</div>
-
-
-
-
-<!-- Footer -->
-<footer class="text-center">
-  <a class="up-arrow" href="member.html" data-toggle="tooltip" title="TO TOP">
-    <span class="glyphicon glyphicon-chevron-up"></span>
-  </a><br><br>
-</footer>
-
-
-
-</body>
-</html>