home.en.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <div class="main-container">
  2. <section class="text-center">
  3. <div class="container">
  4. <div class="row">
  5. <div class="col-md-12">
  6. <h1>
  7. Query.
  8. <span class="color--primary">Explore.</span>
  9. Share.
  10. </h1>
  11. <h3>
  12. Hue is an open source SQL Assistant for Databases & Data Warehouses
  13. </h3>
  14. <a class="btn btn--primary btn--lg type--uppercase" href="http://demo.gethue.com" target="_blank">
  15. <span class="btn__text">
  16. Try Hue Now
  17. </span>
  18. </a>
  19. <!--
  20. <a class="btn btn--primary btn--lg type--uppercase" href="#">
  21. <span class="btn__text">
  22. Get Started FREE
  23. </span>
  24. </a>
  25. <span class="block type--fine-print">
  26. Or try a FREE
  27. <a href="http://demo.gethue.com" target="_blank"
  28. >product demo</a
  29. >
  30. </span>
  31. -->
  32. </div>
  33. </div>
  34. <!--end of row-->
  35. </div>
  36. <!--end of container-->
  37. </section>
  38. <section class="text-center">
  39. <div class="container">
  40. <div class="row">
  41. <div class="col-md-12 col-lg-9">
  42. <div class="bg--dark box-shadow-wide">
  43. <img alt="Image" src="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png" />
  44. </div>
  45. </div>
  46. </div>
  47. <!--end of row-->
  48. </div>
  49. <!--end of container-->
  50. </section>
  51. <section class="border--bottom space--xxs ">
  52. <div class="container">
  53. <div class="row">
  54. <div class="col-md-12 text-center">
  55. <div class="modal-instance">
  56. <a class="btn type--uppercase modal-trigger" href="#">
  57. <span class="btn__text">
  58. &#9654; Watch Overview
  59. </span>
  60. </a>
  61. <br />
  62. <br />
  63. <br />
  64. <div class="modal-container">
  65. <div class="modal-content bg-dark" data-width="60%" data-height="60%">
  66. <iframe title="vimeo-player" src="https://player.vimeo.com/video/275808384" width="640" height="360"
  67. frameborder="0" allowfullscreen></iframe>
  68. </div>
  69. <!--end of modal-content-->
  70. </div>
  71. <!--end of modal-container-->
  72. </div>
  73. <!--end of modal instance-->
  74. <span class="block--xs"></span>
  75. </div>
  76. </div>
  77. <!--end of row-->
  78. </div>
  79. <!--end of container-->
  80. </section>
  81. <section class="switchable feature-large">
  82. <div class="container">
  83. <div class="row justify-content-around">
  84. <div class="col-md-6">
  85. <img alt="Image" class="border--round box-shadow-wide"
  86. src="https://cdn.gethue.com/uploads/2017/07/hue_4_assistant_2.gif" />
  87. </div>
  88. <div class="col-md-6 col-lg-5">
  89. <div class="switchable__text">
  90. <h2>Write SQL like a pro</h2>
  91. <p class="lead">
  92. Hue brings the best
  93. <a href="{{ .Site.Params.docsHost }}/user/querying/">Querying Experience</a>
  94. with the most intelligent autocompletes, query sharing, result charting and download
  95. for any database. Enable more of your employees to level-up and perform self service analytics like
  96. <a href="/self-service-bi-doing-a-customer-360-by-querying-and-joining-salesforce-marketing-and-log-datasets/"
  97. target="_blank">Customer 360s</a>
  98. .
  99. </p>
  100. <a href="{{ .Site.Params.docsHost }}/user/concept">Learn More »</a>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. </section>
  106. <section class="switchable feature-large switchable--switch bg--secondary">
  107. <div class="container">
  108. <div class="row justify-content-around">
  109. <div class="col-md-6">
  110. <img alt="Image" class="border--round box-shadow-wide" src="img/databases.svg" />
  111. </div>
  112. <div class="col-md-6 col-lg-5">
  113. <div class="switchable__text">
  114. <h2>Connect to all the databases</h2>
  115. <p class="lead">
  116. Pick one of the multiple interpreters for
  117. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/#apache-hive">Apache Hive</a>,
  118. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/#apache-impala">Apache
  119. Impala</a>,
  120. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/#presto">Presto</a>
  121. and all the others too: MySQL,
  122. <a href="/blog/tutorial-query-live-data-stream-with-flink-sql/">Apache Flink SQL</a>,
  123. Oracle,
  124. <a href="/blog/querying-spark-sql-with-spark-thrift-server-and-hue-editor/">SparkSQL</a>,
  125. <a href="/sql-querying-apache-hbase-with-apache-phoenix/">Apache Phoenix</a>,
  126. <a href="/blog/tutorial-query-live-data-stream-with-kafka-sql/">ksqlDB</a>,
  127. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/#elastic-search">Elastic
  128. Search</a>,
  129. <a href="/quick-task-how-to-query-apache-druid-analytic-database/">Apache Druid</a>, PostgreSQL, Redshift,
  130. BigQuery...
  131. </p>
  132. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/">Learn More »</a>
  133. </div>
  134. </div>
  135. </div>
  136. </div>
  137. </section>
  138. <section class="switchable feature-large">
  139. <div class="container">
  140. <div class="row justify-content-around">
  141. <div class="col-md-6">
  142. <img alt="Image" class="border--round box-shadow-wide"
  143. src="https://cdn.gethue.com/uploads/2018/04/blog_top_search_.png" />
  144. </div>
  145. <div class="col-md-6 col-lg-5">
  146. <div class="switchable__text">
  147. <h2>Find and connect your data</h2>
  148. <p class="lead">
  149. The tables and storage browsers leverage your existing Data Catalogs knowledge
  150. transparently. Help users find the correct data among thousands of databases and self
  151. document it.
  152. </p>
  153. <a href="{{ .Site.Params.docsHost }}/user/browsing/">Learn More »</a>
  154. </div>
  155. </div>
  156. </div>
  157. </div>
  158. </section>
  159. <section class="switchable feature-large switchable--switch bg--secondary">
  160. <div class="container">
  161. <div class="row justify-content-around">
  162. <div class="col-md-6">
  163. <img alt="Image" class="border--round box-shadow-wide" src="img/hue_slack_integration.png" />
  164. </div>
  165. <div class="col-md-6 col-lg-5">
  166. <div class="switchable__text">
  167. <h2>Install the Slack App!</h2>
  168. <p class="lead">
  169. Assist users with their SQL queries and leverage different
  170. <a href="{{ .Site.Params.docsHost }}/user/concept/#slack">features</a>
  171. such as rich preview for links, sharing from Editor etc. directly in Slack.
  172. <br /> Give your Hue hostname below and
  173. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/server/#manual-slack-app-installation">install</a>
  174. it in your workspace within seconds...
  175. </p>
  176. <form autocomplete="off" onsubmit="return check(event)">
  177. <input type="text" id="hostname" placeholder="Your hue hostname (e.g. hue.gethue.com:8000)"
  178. required></input>
  179. <button type="submit" class="btn btn--primary btn--lg type--uppercase">Create SQL Assistant</button>
  180. </form>
  181. <br /><a href="{{ .Site.Params.docsHost }}/user/concept/#slack">Learn More »</a>
  182. </div>
  183. </div>
  184. </div>
  185. </div>
  186. </section>
  187. </div>
  188. <script>
  189. function check(event) {
  190. event.preventDefault();
  191. const url = 'https://demo.gethue.com/api/slack/install/?hostname=' + document.getElementById('hostname').value;
  192. fetch(url)
  193. .then(response => response.json())
  194. .then(response => {
  195. window.location.replace(response['link']);
  196. });
  197. }
  198. </script>