Fauna
https://gyazo.com/939af6717e820a7896682a9d8ebe48a8
#GraphQL #DataBase #SaaS
/icons/link2.icon公式ページ
Qiita.iconhttps://qiita.com/tags/faunadb
Zenn.icon
GitHub.iconfauna
GitHub.iconfauna-labs
Twitter.iconhttps://twitter.com/fauna
Wikipedia.icon
CLI
インストール
code:bash
yarn add fauna-shell
コマンド
ログイン
code:bash
fauna cloud-login
ログイン時に必要なのは、メールアドレス・パスワード or AccountAPIKey
Create Database
code:bash
fauna create-database DatabaseName
Firebaseとの比較
table:無料範囲
fauna FireStore
容量 10G 1G
ドキュメントの書き込み 5万/日 2 万/日
ドキュメントの読み取り 10 万/日 5 万/日
Rustからの利用
https://github.com/prisma/faunadb-rust
参考サイト
https://dev.classmethod.jp/server-side/faunadb-with-graphql/
https://bagelee.com/programming/faunadb-graphql-trial/
https://medium.com/better-programming/lets-build-a-note-taking-app-with-react-and-faunadb-a2a1d5e78359
serverless-graphql-blog