Back to Graphql Engine

Get started with Hasura Overview

docs/docs/getting-started/overview.mdx

2.49.41.5 KB
Original Source

import Thumbnail from '@site/src/components/Thumbnail'; import VersionedLink from '@site/src/components/VersionedLink'; import Basics from '@site/static/icons/features/basics.svg';

<Basics /> Getting Started with Hasura

<div className="overview-header"> <div className="overview-text"> <p> The Hasura GraphQL Engine is a blazingly-fast GraphQL server that gives you instant, real-time GraphQL APIs over many popular databases and other data sources.
    You can quickly get started with Hasura by using <a href="https://cloud.hasura.io">Hasura Cloud</a>, our hosted platform, or by running 
    it on your own infrastructure.
</p>
<h4>Quick Links</h4>
<ul>
  <li>
    <VersionedLink to="/getting-started/use-case/overview/">Get started using Hasura Cloud with one of our use case guides.</VersionedLink>
  </li>
  <li>
    Get started using <VersionedLink to="/getting-started/docker-simple">Docker</VersionedLink> or check out one of our <VersionedLink to="/deployment/deployment-guides/index">deployment guides.</VersionedLink>
  </li>
</ul>
<p>
    To learn more about the functionalities of Hasura, check out <VersionedLink to="/getting-started/how-it-works/index/">how it works</VersionedLink>.
</p>
</div> <iframe src="https://www.youtube.com/embed/XDGw-uQKTOc" frameBorder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen /> </div>