| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- {{ partial "header.html" . }}
- <div class="main-container">
- <section class="text-center">
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <h1>
- Query.
- <span class="color--primary">Explore.</span>
- Share.
- </h1>
- <h3>
- Hue is an open source SQL Assistant for Databases & Data Warehouses
- </h3>
- <a class="btn btn--primary btn--lg type--uppercase" href="http://demo.gethue.com" target="_blank">
- <span class="btn__text">
- Try Hue Now
- </span>
- </a>
- <!--
- <a class="btn btn--primary btn--lg type--uppercase" href="#">
- <span class="btn__text">
- Get Started FREE
- </span>
- </a>
- <span class="block type--fine-print">
- Or try a FREE
- <a href="http://demo.gethue.com" target="_blank"
- >product demo</a
- >
- </span>
- -->
- </div>
- </div>
- <!--end of row-->
- </div>
- <!--end of container-->
- </section>
- <section class="text-center">
- <div class="container">
- <div class="row">
- <div class="col-md-12 col-lg-9">
- <div class="bg--dark box-shadow-wide">
- <img alt="Image" src="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png" />
- </div>
- </div>
- </div>
- <!--end of row-->
- </div>
- <!--end of container-->
- </section>
- <section class="border--bottom space--xxs ">
- <div class="container">
- <div class="row">
- <div class="col-md-12 text-center">
- <div class="modal-instance">
- <a class="btn type--uppercase modal-trigger" href="#">
- <span class="btn__text">
- ▶ Watch Overview
- </span>
- </a>
- <br/>
- <br/>
- <br/>
- <div class="modal-container">
- <div class="modal-content bg-dark" data-width="60%" data-height="60%">
- <iframe title="vimeo-player" src="https://player.vimeo.com/video/275808384" width="640" height="360" frameborder="0" allowfullscreen></iframe>
- </div>
- <!--end of modal-content-->
- </div>
- <!--end of modal-container-->
- </div>
- <!--end of modal instance-->
- <span class="block--xs"></span>
- </div>
- </div>
- <!--end of row-->
- </div>
- <!--end of container-->
- </section>
- <section class="switchable feature-large">
- <div class="container">
- <div class="row justify-content-around">
- <div class="col-md-6"> <img alt="Image" class="border--round box-shadow-wide" src="https://cdn.gethue.com/uploads/2017/07/hue_4_assistant_2.gif"> </div>
- <div class="col-md-6 col-lg-5">
- <div class="switchable__text">
- <h2>Write SQL like a pro</h2>
- <p class="lead">
- Hue brings the best <a href="{{ .Site.Params.docsHost }}/user/querying/">Querying Experience</a>
- with the most intelligent autocompletes, query sharing, result charting and download for any database.
- Let more of your employees level-up and perform analytics like
- <a href="/self-service-bi-doing-a-customer-360-by-querying-and-joining-salesforce-marketing-and-log-datasets/" target="_blank">Customer 360s</a> by themselves.
- </p>
- <a href="{{ .Site.Params.docsHost }}/user/concept">Learn More »</a>
- </div>
- </div>
- </div>
- </div>
- </section>
- <section class="switchable feature-large switchable--switch bg--secondary">
- <div class="container">
- <div class="row justify-content-around">
- <div class="col-md-6"> <img alt="Image" class="border--round box-shadow-wide" src="https://cdn.gethue.com/uploads/2018/04/blog_top_search_.png"> </div>
- <div class="col-md-6 col-lg-5">
- <div class="switchable__text">
- <h2>Find and connect your data</h2>
- <p class="lead">
- The tables and storage browsers leverage your existing Data Catalogs knowledge transparently.
- Help users find the correct data among thousands of databases and self document it. </p>
- <a href="{{ .Site.Params.docsHost }}/user/browsing/">Learn More »</a>
- </div>
- </div>
- </div>
- </div>
- </section>
- <section class="switchable feature-large">
- <div class="container">
- <div class="row justify-content-around">
- <div class="col-md-6"> <img alt="Image" class="border--round box-shadow-wide" src="https://cdn.gethue.com/uploads/2018/08/dashboard_layout_dimensions.gif"> </div>
- <div class="col-md-6 col-lg-5">
- <div class="switchable__text">
- <h2>Visually discover insights</h2>
- <p class="lead"> Editor charts and Dashboards are an interactive way to explore your data quickly and easily.
- No programming is required and the analysis is done by clicks & drag & drops. </p>
- <a href="{{ .Site.Params.docsHost }}/user/querying/#dashboard">Learn More »</a>
- </div>
- </div>
- </div>
- </div>
- </section>
- <section class="switchable feature-large switchable--switch bg--secondary">
- <div class="container">
- <div class="row justify-content-around">
- <div class="col-md-6"> <img alt="Image" class="border--round box-shadow-wide" src="img/databases.svg"> </div>
- <div class="col-md-6 col-lg-5">
- <div class="switchable__text">
- <h2>Connect to all the databases</h2>
- <p class="lead"> Pick one of the multiple interpreters for
- Apache Hive, Apache Impala, Apache Presto and all the others too: MySQL, SparkSQL, Oracle, Apache Phoenix, KSQL, Elastic Search, Apache Druid, PostgreSQL, Redshift, BigQuery... </p>
- <a href="{{ .Site.Params.docsHost }}/administrator/configuration/connectors/">Learn More »</a>
- </div>
- </div>
- </div>
- </div>
- </section>
- </div>
- {{ partial "footer.html" . }}
|