mirror of
https://github.com/kou029w/intro-to-hasura.git
synced 2025-01-19 00:18:09 +00:00
fix
This commit is contained in:
parent
68b2775a21
commit
3cf9745724
1 changed files with 12 additions and 9 deletions
21
README.md
21
README.md
|
@ -15,8 +15,10 @@ WebDINO Japan エンジニア
|
||||||
|
|
||||||
https://hasura.io
|
https://hasura.io
|
||||||
|
|
||||||
GraphQL サーバー
|
すばやく構築できる GraphQL サーバー
|
||||||
接続したデータベースを自動的に GraphQL API として提供
|
|
||||||
|
接続したデータベースを\
|
||||||
|
GraphQL API として提供できる
|
||||||
|
|
||||||
![bg right:45% h:600px](https://hasura.io/static/schema-query-3e7ddf6d398359f910d334df09391638.svg)
|
![bg right:45% h:600px](https://hasura.io/static/schema-query-3e7ddf6d398359f910d334df09391638.svg)
|
||||||
|
|
||||||
|
@ -44,20 +46,21 @@ API の問い合わせ言語
|
||||||
|
|
||||||
## GraphQL と Hasura
|
## GraphQL と Hasura
|
||||||
|
|
||||||
GraphQL は多くのプログラミング言語で使うことができる
|
GraphQL は多くのプログラミング言語から扱える
|
||||||
しかし、バックエンドでは SQL 等のデータソースのクエリーに変換する必要がある
|
GraphQL サーバーは SQL 等のデータソースのクエリーを発行しなければならない
|
||||||
|
|
||||||
Hasura を使うことで GraphQL と SQL を自動的に相互変換できる
|
Hasura を使うことで GraphQL API の構築・運用をすばやく行える
|
||||||
|
Hasura を使うことで開発者はデータを扱うアプリケーションの開発に集中できる
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Hasura の機能
|
## Hasura の機能
|
||||||
|
|
||||||
[RESTified GraphQL Endpoints (2.0 の新機能)](https://hasura.io/docs/latest/graphql/core/api-reference/restified.html)
|
[REST Connectors for Actions (2.1 の新機能)](https://hasura.io/docs/latest/graphql/core/actions/rest-connectors.html)
|
||||||
GraphQL の REST 化のサポート
|
REST API を GraphQL API として提供できる
|
||||||
|
|
||||||
Query/Mutation を REST API エンドポイントに対応可能
|
[RESTified GraphQL Endpoints (2.0 の新機能)](https://hasura.io/docs/latest/graphql/core/api-reference/restified.html)
|
||||||
GraphQL API と同様のレスポンスを得る
|
GraphQL API を REST API として提供できる
|
||||||
|
|
||||||
![bg right:30% w:200px](https://cdnjs.cloudflare.com/ajax/libs/simple-icons/5.7.0/graphql.svg)
|
![bg right:30% w:200px](https://cdnjs.cloudflare.com/ajax/libs/simple-icons/5.7.0/graphql.svg)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue