You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/07 08:08:52 UTC

[GitHub] [incubator-kyuubi-website] jeffery021121 opened a new pull request #42: refactor homePage

jeffery021121 opened a new pull request #42:
URL: https://github.com/apache/incubator-kyuubi-website/pull/42


   refactor homePage


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi-website] yaooqinn merged pull request #42: refactor homePage

Posted by GitBox <gi...@apache.org>.
yaooqinn merged pull request #42:
URL: https://github.com/apache/incubator-kyuubi-website/pull/42


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi-website] ulysses-you commented on a change in pull request #42: refactor homePage

Posted by GitBox <gi...@apache.org>.
ulysses-you commented on a change in pull request #42:
URL: https://github.com/apache/incubator-kyuubi-website/pull/42#discussion_r828765935



##########
File path: data/homePage.json
##########
@@ -0,0 +1,83 @@
+{
+  "keyFeatures": [
+    {
+      "img": "homePageImg/kf1.png",
+      "title": "Multi tenancy",
+      "desc": "Kyuubi provides end-to-end multi-tenancy for resource acquiring and data/metadata access with a unified authentication/authorization layer."
+    },
+    {
+      "img": "homePageImg/kf2.png",
+      "title": "High Availability",
+      "desc": "Kyuubi supports a load balancing on ZooKeeper, which provides an enterprise-grade high availability, as well as an unlimited high client concurrency."
+    },
+    {
+      "img": "homePageImg/kf3.png",
+      "title": "Multiple Workloads",
+      "desc": "Kyuubi can easily support multiple disparate workloads with one single platform, one copy of data, and one SQL interface."
+    }
+  ],
+  "ecosystem": [
+    {
+      "title": "Access from anywhere",
+      "list": [
+        "homePageImg/ecosA1.png",
+        "homePageImg/ecosA2.png",
+        "homePageImg/ecosA3.png",
+        "homePageImg/ecosA4.png",
+        "homePageImg/ecosA5.png",
+        "homePageImg/ecosA6.png"
+      ]
+    },
+    {
+      "title": "Deploy at any scale",
+      "list": [
+        "homePageImg/ecosB1.png",
+        "homePageImg/ecosB2.png",
+        "homePageImg/ecosB3.png",
+        "homePageImg/ecosB4.png"
+      ]
+    },
+    {
+      "title": "Connect to any data",
+      "list": [
+        "homePageImg/ecosC1.png",
+        "homePageImg/ecosC2.png",
+        "homePageImg/ecosC3.png",
+        "homePageImg/ecosC4.png",
+        "homePageImg/ecosC5.png",
+        "homePageImg/ecosC6.png"
+      ]
+    }
+  ],
+  "useCases":[
+    {
+      "title":"Interactive Analytics",
+      "desc":"Kyuubi is an advanced, enterprise-grade, rapid analytics platform for interactive visual analytics on big data, with modern computing frameworks under the hood, i.e., Apache Spark, Apache Flink, Trino, e.t.c. With JDBC/ODBC, users can access kyuubi and run queries efficiently through SQL directly or generated by BI tools. Kyuubi caches background engine instances at the user level for better computing resource sharing and quick response. They parallelize queries on large amounts of data and return the results quickly."
+    },
+    {
+      "title":"Batch Processing",
+      "desc":"Kyuubi provides a SQL interface that you are already comfortable with for batch processing, typically large Extract, Transform, Load (ETL) processes. Both kyuubi and its engines are storage independent and work with numerous data sources, and Kyuubi isolates background engine instances at the connection level for better computing resource isolation and stability."
+    },
+    {
+      "title":"Data Lake & Lakehouses",
+      "desc":"Kyuubi supports query all traditional data warehouses, delta lakes, like  Apache Hive/HDFS, or modern lakehouses, like Apache Iceberg, Apache Hudi, and Delta Lake, together. Kyuubi also provides multi catalog meta APIs that present a sizeable centralized picture of all your data in front of you and help you innovate faster. The ability to query disparate data sources in a single entrance with the ANSI standard SQL syntaxes greatly simplifies data insight while providing authentication and authorization to keep all data secure."
+    }
+  ],
+  "community": [
+    {
+      "img": "homePageImg/community1.png",
+      "title": "Mailing list",
+      "href": "https://kyuubi.apache.org/mailing_lists.html"
+    },
+    {
+      "img": "homePageImg/community2.png",
+      "title": "Source code",
+      "href": "https://github.com/apache/incubator-kyuubi"
+    },
+    {
+      "img": "homePageImg/community3.png",
+      "title": "How to contribute",
+      "href": "https://kyuubi.apache.org/contributing.html"

Review comment:
       do you have time to fix it ? thank you !




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi-website] ulysses-you commented on a change in pull request #42: refactor homePage

Posted by GitBox <gi...@apache.org>.
ulysses-you commented on a change in pull request #42:
URL: https://github.com/apache/incubator-kyuubi-website/pull/42#discussion_r828765715



##########
File path: data/homePage.json
##########
@@ -0,0 +1,83 @@
+{
+  "keyFeatures": [
+    {
+      "img": "homePageImg/kf1.png",
+      "title": "Multi tenancy",
+      "desc": "Kyuubi provides end-to-end multi-tenancy for resource acquiring and data/metadata access with a unified authentication/authorization layer."
+    },
+    {
+      "img": "homePageImg/kf2.png",
+      "title": "High Availability",
+      "desc": "Kyuubi supports a load balancing on ZooKeeper, which provides an enterprise-grade high availability, as well as an unlimited high client concurrency."
+    },
+    {
+      "img": "homePageImg/kf3.png",
+      "title": "Multiple Workloads",
+      "desc": "Kyuubi can easily support multiple disparate workloads with one single platform, one copy of data, and one SQL interface."
+    }
+  ],
+  "ecosystem": [
+    {
+      "title": "Access from anywhere",
+      "list": [
+        "homePageImg/ecosA1.png",
+        "homePageImg/ecosA2.png",
+        "homePageImg/ecosA3.png",
+        "homePageImg/ecosA4.png",
+        "homePageImg/ecosA5.png",
+        "homePageImg/ecosA6.png"
+      ]
+    },
+    {
+      "title": "Deploy at any scale",
+      "list": [
+        "homePageImg/ecosB1.png",
+        "homePageImg/ecosB2.png",
+        "homePageImg/ecosB3.png",
+        "homePageImg/ecosB4.png"
+      ]
+    },
+    {
+      "title": "Connect to any data",
+      "list": [
+        "homePageImg/ecosC1.png",
+        "homePageImg/ecosC2.png",
+        "homePageImg/ecosC3.png",
+        "homePageImg/ecosC4.png",
+        "homePageImg/ecosC5.png",
+        "homePageImg/ecosC6.png"
+      ]
+    }
+  ],
+  "useCases":[
+    {
+      "title":"Interactive Analytics",
+      "desc":"Kyuubi is an advanced, enterprise-grade, rapid analytics platform for interactive visual analytics on big data, with modern computing frameworks under the hood, i.e., Apache Spark, Apache Flink, Trino, e.t.c. With JDBC/ODBC, users can access kyuubi and run queries efficiently through SQL directly or generated by BI tools. Kyuubi caches background engine instances at the user level for better computing resource sharing and quick response. They parallelize queries on large amounts of data and return the results quickly."
+    },
+    {
+      "title":"Batch Processing",
+      "desc":"Kyuubi provides a SQL interface that you are already comfortable with for batch processing, typically large Extract, Transform, Load (ETL) processes. Both kyuubi and its engines are storage independent and work with numerous data sources, and Kyuubi isolates background engine instances at the connection level for better computing resource isolation and stability."
+    },
+    {
+      "title":"Data Lake & Lakehouses",
+      "desc":"Kyuubi supports query all traditional data warehouses, delta lakes, like  Apache Hive/HDFS, or modern lakehouses, like Apache Iceberg, Apache Hudi, and Delta Lake, together. Kyuubi also provides multi catalog meta APIs that present a sizeable centralized picture of all your data in front of you and help you innovate faster. The ability to query disparate data sources in a single entrance with the ANSI standard SQL syntaxes greatly simplifies data insight while providing authentication and authorization to keep all data secure."
+    }
+  ],
+  "community": [
+    {
+      "img": "homePageImg/community1.png",
+      "title": "Mailing list",
+      "href": "https://kyuubi.apache.org/mailing_lists.html"
+    },
+    {
+      "img": "homePageImg/community2.png",
+      "title": "Source code",
+      "href": "https://github.com/apache/incubator-kyuubi"
+    },
+    {
+      "img": "homePageImg/community3.png",
+      "title": "How to contribute",
+      "href": "https://kyuubi.apache.org/contributing.html"

Review comment:
       @cxzl25 good catch !




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi-website] yaooqinn commented on a change in pull request #42: refactor homePage

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on a change in pull request #42:
URL: https://github.com/apache/incubator-kyuubi-website/pull/42#discussion_r828766201



##########
File path: data/homePage.json
##########
@@ -0,0 +1,83 @@
+{
+  "keyFeatures": [
+    {
+      "img": "homePageImg/kf1.png",
+      "title": "Multi tenancy",
+      "desc": "Kyuubi provides end-to-end multi-tenancy for resource acquiring and data/metadata access with a unified authentication/authorization layer."
+    },
+    {
+      "img": "homePageImg/kf2.png",
+      "title": "High Availability",
+      "desc": "Kyuubi supports a load balancing on ZooKeeper, which provides an enterprise-grade high availability, as well as an unlimited high client concurrency."
+    },
+    {
+      "img": "homePageImg/kf3.png",
+      "title": "Multiple Workloads",
+      "desc": "Kyuubi can easily support multiple disparate workloads with one single platform, one copy of data, and one SQL interface."
+    }
+  ],
+  "ecosystem": [
+    {
+      "title": "Access from anywhere",
+      "list": [
+        "homePageImg/ecosA1.png",
+        "homePageImg/ecosA2.png",
+        "homePageImg/ecosA3.png",
+        "homePageImg/ecosA4.png",
+        "homePageImg/ecosA5.png",
+        "homePageImg/ecosA6.png"
+      ]
+    },
+    {
+      "title": "Deploy at any scale",
+      "list": [
+        "homePageImg/ecosB1.png",
+        "homePageImg/ecosB2.png",
+        "homePageImg/ecosB3.png",
+        "homePageImg/ecosB4.png"
+      ]
+    },
+    {
+      "title": "Connect to any data",
+      "list": [
+        "homePageImg/ecosC1.png",
+        "homePageImg/ecosC2.png",
+        "homePageImg/ecosC3.png",
+        "homePageImg/ecosC4.png",
+        "homePageImg/ecosC5.png",
+        "homePageImg/ecosC6.png"
+      ]
+    }
+  ],
+  "useCases":[
+    {
+      "title":"Interactive Analytics",
+      "desc":"Kyuubi is an advanced, enterprise-grade, rapid analytics platform for interactive visual analytics on big data, with modern computing frameworks under the hood, i.e., Apache Spark, Apache Flink, Trino, e.t.c. With JDBC/ODBC, users can access kyuubi and run queries efficiently through SQL directly or generated by BI tools. Kyuubi caches background engine instances at the user level for better computing resource sharing and quick response. They parallelize queries on large amounts of data and return the results quickly."
+    },
+    {
+      "title":"Batch Processing",
+      "desc":"Kyuubi provides a SQL interface that you are already comfortable with for batch processing, typically large Extract, Transform, Load (ETL) processes. Both kyuubi and its engines are storage independent and work with numerous data sources, and Kyuubi isolates background engine instances at the connection level for better computing resource isolation and stability."
+    },
+    {
+      "title":"Data Lake & Lakehouses",
+      "desc":"Kyuubi supports query all traditional data warehouses, delta lakes, like  Apache Hive/HDFS, or modern lakehouses, like Apache Iceberg, Apache Hudi, and Delta Lake, together. Kyuubi also provides multi catalog meta APIs that present a sizeable centralized picture of all your data in front of you and help you innovate faster. The ability to query disparate data sources in a single entrance with the ANSI standard SQL syntaxes greatly simplifies data insight while providing authentication and authorization to keep all data secure."
+    }
+  ],
+  "community": [
+    {
+      "img": "homePageImg/community1.png",
+      "title": "Mailing list",
+      "href": "https://kyuubi.apache.org/mailing_lists.html"
+    },
+    {
+      "img": "homePageImg/community2.png",
+      "title": "Source code",
+      "href": "https://github.com/apache/incubator-kyuubi"
+    },
+    {
+      "img": "homePageImg/community3.png",
+      "title": "How to contribute",
+      "href": "https://kyuubi.apache.org/contributing.html"

Review comment:
       maybe we shall use https://github.com/apache/incubator-kyuubi/blob/master/CONTRIBUTING.md




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi-website] cxzl25 commented on a change in pull request #42: refactor homePage

Posted by GitBox <gi...@apache.org>.
cxzl25 commented on a change in pull request #42:
URL: https://github.com/apache/incubator-kyuubi-website/pull/42#discussion_r829675690



##########
File path: data/homePage.json
##########
@@ -0,0 +1,83 @@
+{
+  "keyFeatures": [
+    {
+      "img": "homePageImg/kf1.png",
+      "title": "Multi tenancy",
+      "desc": "Kyuubi provides end-to-end multi-tenancy for resource acquiring and data/metadata access with a unified authentication/authorization layer."
+    },
+    {
+      "img": "homePageImg/kf2.png",
+      "title": "High Availability",
+      "desc": "Kyuubi supports a load balancing on ZooKeeper, which provides an enterprise-grade high availability, as well as an unlimited high client concurrency."
+    },
+    {
+      "img": "homePageImg/kf3.png",
+      "title": "Multiple Workloads",
+      "desc": "Kyuubi can easily support multiple disparate workloads with one single platform, one copy of data, and one SQL interface."
+    }
+  ],
+  "ecosystem": [
+    {
+      "title": "Access from anywhere",
+      "list": [
+        "homePageImg/ecosA1.png",
+        "homePageImg/ecosA2.png",
+        "homePageImg/ecosA3.png",
+        "homePageImg/ecosA4.png",
+        "homePageImg/ecosA5.png",
+        "homePageImg/ecosA6.png"
+      ]
+    },
+    {
+      "title": "Deploy at any scale",
+      "list": [
+        "homePageImg/ecosB1.png",
+        "homePageImg/ecosB2.png",
+        "homePageImg/ecosB3.png",
+        "homePageImg/ecosB4.png"
+      ]
+    },
+    {
+      "title": "Connect to any data",
+      "list": [
+        "homePageImg/ecosC1.png",
+        "homePageImg/ecosC2.png",
+        "homePageImg/ecosC3.png",
+        "homePageImg/ecosC4.png",
+        "homePageImg/ecosC5.png",
+        "homePageImg/ecosC6.png"
+      ]
+    }
+  ],
+  "useCases":[
+    {
+      "title":"Interactive Analytics",
+      "desc":"Kyuubi is an advanced, enterprise-grade, rapid analytics platform for interactive visual analytics on big data, with modern computing frameworks under the hood, i.e., Apache Spark, Apache Flink, Trino, e.t.c. With JDBC/ODBC, users can access kyuubi and run queries efficiently through SQL directly or generated by BI tools. Kyuubi caches background engine instances at the user level for better computing resource sharing and quick response. They parallelize queries on large amounts of data and return the results quickly."
+    },
+    {
+      "title":"Batch Processing",
+      "desc":"Kyuubi provides a SQL interface that you are already comfortable with for batch processing, typically large Extract, Transform, Load (ETL) processes. Both kyuubi and its engines are storage independent and work with numerous data sources, and Kyuubi isolates background engine instances at the connection level for better computing resource isolation and stability."
+    },
+    {
+      "title":"Data Lake & Lakehouses",
+      "desc":"Kyuubi supports query all traditional data warehouses, delta lakes, like  Apache Hive/HDFS, or modern lakehouses, like Apache Iceberg, Apache Hudi, and Delta Lake, together. Kyuubi also provides multi catalog meta APIs that present a sizeable centralized picture of all your data in front of you and help you innovate faster. The ability to query disparate data sources in a single entrance with the ANSI standard SQL syntaxes greatly simplifies data insight while providing authentication and authorization to keep all data secure."
+    }
+  ],
+  "community": [
+    {
+      "img": "homePageImg/community1.png",
+      "title": "Mailing list",
+      "href": "https://kyuubi.apache.org/mailing_lists.html"
+    },
+    {
+      "img": "homePageImg/community2.png",
+      "title": "Source code",
+      "href": "https://github.com/apache/incubator-kyuubi"
+    },
+    {
+      "img": "homePageImg/community3.png",
+      "title": "How to contribute",
+      "href": "https://kyuubi.apache.org/contributing.html"

Review comment:
       open a PR: https://github.com/apache/incubator-kyuubi-website/pull/52




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi-website] cxzl25 commented on a change in pull request #42: refactor homePage

Posted by GitBox <gi...@apache.org>.
cxzl25 commented on a change in pull request #42:
URL: https://github.com/apache/incubator-kyuubi-website/pull/42#discussion_r828754483



##########
File path: data/homePage.json
##########
@@ -0,0 +1,83 @@
+{
+  "keyFeatures": [
+    {
+      "img": "homePageImg/kf1.png",
+      "title": "Multi tenancy",
+      "desc": "Kyuubi provides end-to-end multi-tenancy for resource acquiring and data/metadata access with a unified authentication/authorization layer."
+    },
+    {
+      "img": "homePageImg/kf2.png",
+      "title": "High Availability",
+      "desc": "Kyuubi supports a load balancing on ZooKeeper, which provides an enterprise-grade high availability, as well as an unlimited high client concurrency."
+    },
+    {
+      "img": "homePageImg/kf3.png",
+      "title": "Multiple Workloads",
+      "desc": "Kyuubi can easily support multiple disparate workloads with one single platform, one copy of data, and one SQL interface."
+    }
+  ],
+  "ecosystem": [
+    {
+      "title": "Access from anywhere",
+      "list": [
+        "homePageImg/ecosA1.png",
+        "homePageImg/ecosA2.png",
+        "homePageImg/ecosA3.png",
+        "homePageImg/ecosA4.png",
+        "homePageImg/ecosA5.png",
+        "homePageImg/ecosA6.png"
+      ]
+    },
+    {
+      "title": "Deploy at any scale",
+      "list": [
+        "homePageImg/ecosB1.png",
+        "homePageImg/ecosB2.png",
+        "homePageImg/ecosB3.png",
+        "homePageImg/ecosB4.png"
+      ]
+    },
+    {
+      "title": "Connect to any data",
+      "list": [
+        "homePageImg/ecosC1.png",
+        "homePageImg/ecosC2.png",
+        "homePageImg/ecosC3.png",
+        "homePageImg/ecosC4.png",
+        "homePageImg/ecosC5.png",
+        "homePageImg/ecosC6.png"
+      ]
+    }
+  ],
+  "useCases":[
+    {
+      "title":"Interactive Analytics",
+      "desc":"Kyuubi is an advanced, enterprise-grade, rapid analytics platform for interactive visual analytics on big data, with modern computing frameworks under the hood, i.e., Apache Spark, Apache Flink, Trino, e.t.c. With JDBC/ODBC, users can access kyuubi and run queries efficiently through SQL directly or generated by BI tools. Kyuubi caches background engine instances at the user level for better computing resource sharing and quick response. They parallelize queries on large amounts of data and return the results quickly."
+    },
+    {
+      "title":"Batch Processing",
+      "desc":"Kyuubi provides a SQL interface that you are already comfortable with for batch processing, typically large Extract, Transform, Load (ETL) processes. Both kyuubi and its engines are storage independent and work with numerous data sources, and Kyuubi isolates background engine instances at the connection level for better computing resource isolation and stability."
+    },
+    {
+      "title":"Data Lake & Lakehouses",
+      "desc":"Kyuubi supports query all traditional data warehouses, delta lakes, like  Apache Hive/HDFS, or modern lakehouses, like Apache Iceberg, Apache Hudi, and Delta Lake, together. Kyuubi also provides multi catalog meta APIs that present a sizeable centralized picture of all your data in front of you and help you innovate faster. The ability to query disparate data sources in a single entrance with the ANSI standard SQL syntaxes greatly simplifies data insight while providing authentication and authorization to keep all data secure."
+    }
+  ],
+  "community": [
+    {
+      "img": "homePageImg/community1.png",
+      "title": "Mailing list",
+      "href": "https://kyuubi.apache.org/mailing_lists.html"
+    },
+    {
+      "img": "homePageImg/community2.png",
+      "title": "Source code",
+      "href": "https://github.com/apache/incubator-kyuubi"
+    },
+    {
+      "img": "homePageImg/community3.png",
+      "title": "How to contribute",
+      "href": "https://kyuubi.apache.org/contributing.html"

Review comment:
       This link accesses 404, should it point to https://kyuubi.apache.org/issue_tracking.html ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi-website] yaooqinn commented on pull request #42: refactor homePage

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on pull request #42:
URL: https://github.com/apache/incubator-kyuubi-website/pull/42#issuecomment-1060370213


   👍 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-kyuubi-website] cxzl25 commented on a change in pull request #42: refactor homePage

Posted by GitBox <gi...@apache.org>.
cxzl25 commented on a change in pull request #42:
URL: https://github.com/apache/incubator-kyuubi-website/pull/42#discussion_r829675690



##########
File path: data/homePage.json
##########
@@ -0,0 +1,83 @@
+{
+  "keyFeatures": [
+    {
+      "img": "homePageImg/kf1.png",
+      "title": "Multi tenancy",
+      "desc": "Kyuubi provides end-to-end multi-tenancy for resource acquiring and data/metadata access with a unified authentication/authorization layer."
+    },
+    {
+      "img": "homePageImg/kf2.png",
+      "title": "High Availability",
+      "desc": "Kyuubi supports a load balancing on ZooKeeper, which provides an enterprise-grade high availability, as well as an unlimited high client concurrency."
+    },
+    {
+      "img": "homePageImg/kf3.png",
+      "title": "Multiple Workloads",
+      "desc": "Kyuubi can easily support multiple disparate workloads with one single platform, one copy of data, and one SQL interface."
+    }
+  ],
+  "ecosystem": [
+    {
+      "title": "Access from anywhere",
+      "list": [
+        "homePageImg/ecosA1.png",
+        "homePageImg/ecosA2.png",
+        "homePageImg/ecosA3.png",
+        "homePageImg/ecosA4.png",
+        "homePageImg/ecosA5.png",
+        "homePageImg/ecosA6.png"
+      ]
+    },
+    {
+      "title": "Deploy at any scale",
+      "list": [
+        "homePageImg/ecosB1.png",
+        "homePageImg/ecosB2.png",
+        "homePageImg/ecosB3.png",
+        "homePageImg/ecosB4.png"
+      ]
+    },
+    {
+      "title": "Connect to any data",
+      "list": [
+        "homePageImg/ecosC1.png",
+        "homePageImg/ecosC2.png",
+        "homePageImg/ecosC3.png",
+        "homePageImg/ecosC4.png",
+        "homePageImg/ecosC5.png",
+        "homePageImg/ecosC6.png"
+      ]
+    }
+  ],
+  "useCases":[
+    {
+      "title":"Interactive Analytics",
+      "desc":"Kyuubi is an advanced, enterprise-grade, rapid analytics platform for interactive visual analytics on big data, with modern computing frameworks under the hood, i.e., Apache Spark, Apache Flink, Trino, e.t.c. With JDBC/ODBC, users can access kyuubi and run queries efficiently through SQL directly or generated by BI tools. Kyuubi caches background engine instances at the user level for better computing resource sharing and quick response. They parallelize queries on large amounts of data and return the results quickly."
+    },
+    {
+      "title":"Batch Processing",
+      "desc":"Kyuubi provides a SQL interface that you are already comfortable with for batch processing, typically large Extract, Transform, Load (ETL) processes. Both kyuubi and its engines are storage independent and work with numerous data sources, and Kyuubi isolates background engine instances at the connection level for better computing resource isolation and stability."
+    },
+    {
+      "title":"Data Lake & Lakehouses",
+      "desc":"Kyuubi supports query all traditional data warehouses, delta lakes, like  Apache Hive/HDFS, or modern lakehouses, like Apache Iceberg, Apache Hudi, and Delta Lake, together. Kyuubi also provides multi catalog meta APIs that present a sizeable centralized picture of all your data in front of you and help you innovate faster. The ability to query disparate data sources in a single entrance with the ANSI standard SQL syntaxes greatly simplifies data insight while providing authentication and authorization to keep all data secure."
+    }
+  ],
+  "community": [
+    {
+      "img": "homePageImg/community1.png",
+      "title": "Mailing list",
+      "href": "https://kyuubi.apache.org/mailing_lists.html"
+    },
+    {
+      "img": "homePageImg/community2.png",
+      "title": "Source code",
+      "href": "https://github.com/apache/incubator-kyuubi"
+    },
+    {
+      "img": "homePageImg/community3.png",
+      "title": "How to contribute",
+      "href": "https://kyuubi.apache.org/contributing.html"

Review comment:
       open a PR: https://github.com/apache/incubator-kyuubi-website/pull/52




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org