--- marp: true paginate: true --- # Hasura 概論 WebDINO Japan エンジニア [渡邉浩平](https://github.com/kou029w) ![w:200](https://github.com/kou029w.png) --- ## Hasura https://hasura.io すばやく構築できる GraphQL サーバー 接続したデータベースを\ GraphQL API として提供できる ![bg right:45% h:600px](https://hasura.io/static/schema-query-3e7ddf6d398359f910d334df09391638.svg) --- ## GraphQL https://graphql.org API の問い合わせ言語 特徴 - 単一リクエスト - 型システム - 便利なツール ![bg fit right:60% State of JS 2020](https://stateofx-images.netlify.app/captures/js2020/en-US/datalayer_experience_ranking.png) --- ## GraphQL と Hasura GraphQL は多くのプログラミング言語から扱える GraphQL サーバーは SQL 等のデータソースのクエリーを発行しなければならない Hasura を使うことで GraphQL API の構築・運用をすばやく行える Hasura を使うことで開発者はデータを扱うアプリケーションの開発に集中できる --- ## Hasura の機能 [REST Connectors for Actions (2.1 の新機能)](https://hasura.io/docs/latest/graphql/core/actions/rest-connectors.html) REST API を GraphQL API として提供できる機能 [RESTified GraphQL Endpoints (2.0 の新機能)](https://hasura.io/docs/latest/graphql/core/api-reference/restified.html) GraphQL API を REST API として提供できる機能 ![bg right:30% w:200px](https://cdnjs.cloudflare.com/ajax/libs/simple-icons/5.7.0/graphql.svg) --- # ハンズオン --- ## Hasuraで作るREST API https://kou029w.github.io/hasura-rest-hands-on/ --- ## ![h:0.8em][github.svg] フィードバック [このスライドを編集する](https://github.com/kou029w/intro-to-hasura/edit/main/README.md) / [問題を報告する](https://github.com/kou029w/intro-to-hasura/issues/new) [github.svg]: https://cdnjs.cloudflare.com/ajax/libs/simple-icons/5.7.0/github.svg