home.en.html 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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
  15. class="btn btn--primary btn--lg type--uppercase"
  16. href="http://demo.gethue.com"
  17. target="_blank"
  18. >
  19. <span class="btn__text">
  20. Try Hue Now
  21. </span>
  22. </a>
  23. <!--
  24. <a class="btn btn--primary btn--lg type--uppercase" href="#">
  25. <span class="btn__text">
  26. Get Started FREE
  27. </span>
  28. </a>
  29. <span class="block type--fine-print">
  30. Or try a FREE
  31. <a href="http://demo.gethue.com" target="_blank"
  32. >product demo</a
  33. >
  34. </span>
  35. -->
  36. </div>
  37. </div>
  38. <!--end of row-->
  39. </div>
  40. <!--end of container-->
  41. </section>
  42. <section class="text-center">
  43. <div class="container">
  44. <div class="row">
  45. <div class="col-md-12 col-lg-9">
  46. <div class="bg--dark box-shadow-wide">
  47. <img alt="Image" src="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png" />
  48. </div>
  49. </div>
  50. </div>
  51. <!--end of row-->
  52. </div>
  53. <!--end of container-->
  54. </section>
  55. <section class="border--bottom space--xxs ">
  56. <div class="container">
  57. <div class="row">
  58. <div class="col-md-12 text-center">
  59. <div class="modal-instance">
  60. <a class="btn type--uppercase modal-trigger" href="#">
  61. <span class="btn__text">
  62. &#9654; Watch Overview
  63. </span>
  64. </a>
  65. <br />
  66. <br />
  67. <br />
  68. <div class="modal-container">
  69. <div class="modal-content bg-dark" data-width="60%" data-height="60%">
  70. <iframe
  71. title="vimeo-player"
  72. src="https://player.vimeo.com/video/275808384"
  73. width="640"
  74. height="360"
  75. frameborder="0"
  76. allowfullscreen
  77. ></iframe>
  78. </div>
  79. <!--end of modal-content-->
  80. </div>
  81. <!--end of modal-container-->
  82. </div>
  83. <!--end of modal instance-->
  84. <span class="block--xs"></span>
  85. </div>
  86. </div>
  87. <!--end of row-->
  88. </div>
  89. <!--end of container-->
  90. </section>
  91. <section class="switchable feature-large">
  92. <div class="container">
  93. <div class="row justify-content-around">
  94. <div class="col-md-6">
  95. <img
  96. alt="Image"
  97. class="border--round box-shadow-wide"
  98. src="https://cdn.gethue.com/uploads/2017/07/hue_4_assistant_2.gif"
  99. />
  100. </div>
  101. <div class="col-md-6 col-lg-5">
  102. <div class="switchable__text">
  103. <h2>Write SQL like a pro</h2>
  104. <p class="lead">
  105. Hue brings the best
  106. <a href="{{ .Site.Params.docsHost }}/user/querying/">Querying Experience</a>
  107. with the most intelligent autocompletes, query sharing, result charting and download
  108. for any database. Enable more of your employees to level-up and perform self service analytics like
  109. <a
  110. href="/self-service-bi-doing-a-customer-360-by-querying-and-joining-salesforce-marketing-and-log-datasets/"
  111. target="_blank"
  112. >Customer 360s</a
  113. >
  114. .
  115. </p>
  116. <a href="{{ .Site.Params.docsHost }}/user/concept">Learn More »</a>
  117. </div>
  118. </div>
  119. </div>
  120. </div>
  121. </section>
  122. <section class="switchable feature-large switchable--switch bg--secondary">
  123. <div class="container">
  124. <div class="row justify-content-around">
  125. <div class="col-md-6">
  126. <img alt="Image" class="border--round box-shadow-wide" src="img/databases.svg" />
  127. </div>
  128. <div class="col-md-6 col-lg-5">
  129. <div class="switchable__text">
  130. <h2>Connect to all the databases</h2>
  131. <p class="lead">
  132. Pick one of the multiple interpreters for
  133. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/#apache-hive">Apache Hive</a>,
  134. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/#apache-impala">Apache Impala</a>,
  135. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/#presto">Presto</a>
  136. and all the others too: MySQL,
  137. <a href="/blog/tutorial-query-live-data-stream-with-flink-sql/">Apache Flink SQL</a>,
  138. Oracle,
  139. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/#apache-spark-sql">SparkSQL</a>,
  140. <a href="/sql-querying-apache-hbase-with-apache-phoenix/">Apache Phoenix</a>,
  141. <a href="/blog/tutorial-query-live-data-stream-with-kafka-sql/">ksqlDB</a>,
  142. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/#elastic-search">Elastic Search</a>,
  143. <a href="/quick-task-how-to-query-apache-druid-analytic-database/">Apache Druid</a>, PostgreSQL, Redshift, BigQuery...
  144. </p>
  145. <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/"
  146. >Learn More »</a
  147. >
  148. </div>
  149. </div>
  150. </div>
  151. </div>
  152. </section>
  153. <section class="switchable feature-large">
  154. <div class="container">
  155. <div class="row justify-content-around">
  156. <div class="col-md-6">
  157. <img
  158. alt="Image"
  159. class="border--round box-shadow-wide"
  160. src="https://cdn.gethue.com/uploads/2018/08/dashboard_layout_dimensions.gif"
  161. />
  162. </div>
  163. <div class="col-md-6 col-lg-5">
  164. <div class="switchable__text">
  165. <h2>Visually discover insights</h2>
  166. <p class="lead">
  167. Editor charts and Dashboards are an interactive way to explore your data quickly and
  168. easily. No programming is required and the analysis is done by clicks & drag & drops.
  169. </p>
  170. <a href="{{ .Site.Params.docsHost }}/user/querying/#dashboard">Learn More »</a>
  171. </div>
  172. </div>
  173. </div>
  174. </div>
  175. </section>
  176. <section class="switchable feature-large switchable--switch bg--secondary">
  177. <div class="container">
  178. <div class="row justify-content-around">
  179. <div class="col-md-6">
  180. <img
  181. alt="Image"
  182. class="border--round box-shadow-wide"
  183. src="https://cdn.gethue.com/uploads/2018/04/blog_top_search_.png"
  184. />
  185. </div>
  186. <div class="col-md-6 col-lg-5">
  187. <div class="switchable__text">
  188. <h2>Find and connect your data</h2>
  189. <p class="lead">
  190. The tables and storage browsers leverage your existing Data Catalogs knowledge
  191. transparently. Help users find the correct data among thousands of databases and self
  192. document it.
  193. </p>
  194. <a href="{{ .Site.Params.docsHost }}/user/browsing/">Learn More »</a>
  195. </div>
  196. </div>
  197. </div>
  198. </div>
  199. </section>
  200. </div>