Contentful vs GraphCMS vs ButterCMS vs AppSync
イシュー
- Headless CMSを調べている
- メジャーなHeadlessCMSである、Contentful と GraphCMS はどちらが使い勝手がいいか?
参考
- https://siftery.com/categories/content-management-system-cms/api-first-cms
- API-first Headless CMS to Build Instant GraphQL Content APIs | GraphCMS
- API-first content platform to build digital experiences | Contentful
- GraphCMS Vs. Contentful: GraphCMS as a Contentful Alternative | GraphCMS
- GraphCMS is an Open Source alternative to Contentful
- Compare Contentful vs. GraphCMS
Contentful
- 次世代Headless CMS「contentful」事始め - Qiita
- Use Contentful in an Angular project | Contentful
- contentful x salesforce
GraphCMS
- Content Stages | GraphCMS
- 公開にワークフローがある。
Gatsbyjs
- 超高速! GatsbyとCMSで作る新しいサイトのカタチ - Qiita
プレビュー環境をどう作るか?
- Dream Job | Gatsby
ButterCMS
- Angular CMS - The Best Headless CMS for Angular
- ButterCMS: A Headless CMS | Cloud Architecture Center | Google Cloud
- チュートリアル公開 : App Engine と ButterCMS によるウェブサイトの構築 | Google Cloud Blog
- CMS によるブログの作成 — Vue.js
- How to Build a Serverless, CMS-powered Angular Application - SitePoint
AngularでつくるCMS
- https://blog.upstate.agency/wordpress-v-angular-cms-5dcb9ca77a10
- Content Management System - ZNF GmbH
- StorkCMS
- GitHub - jonniespratley/angular-cms: A light weight CMS built with Angular 1.x and Yeoman. This is just a shell and a possibility of being broken
- AngularCMS
Angular Universal x CMS
- GitHub - jonniespratley/angular-cms: A light weight CMS built with Angular 1.x and Yeoman. This is just a shell and a possibility of being broken
- Generate and host static sites using Angular Universal and Amazon S3 | by Kim T | Creative Technology Concepts & Code | Medium
- Angular Universal x Amazon S3
静的サイト生成
Contentful の Angular実装
Salesforce CMS
AWS AppSync
- 【速報】クロスプラットフォーム開発のための GraphQL バックエンド AWS AppSync が発表されました!※プレビュー版登録可能です #reinvent | DevelopersIO
- AWS AppSync(アプリデータをリアルタイムで保存、同期)| AWS
- AWS AppSync – 6 つの新機能を加え本番提供開始 | Amazon Web Services ブログ
- [AWS AppSync] サンプルスキーマを使った API を作成しコンソールからクエリを発行してみる | DevelopersIO どっちのGraphQLでもいける
mutation CreateEvent { createEvent(name:"Ship party", when: "2018-04-15", where: "party room", description:"Party to celebrate launch" ) { id } }
mutation { createEvent( name:"My first GraphQL event" where:"Day 1" when:"Friday night" description:"Catching up with friends" ){ id name where when description } }
AppSync と Lambdaの連携例
- チュートリアル:AWS Lambda リゾルバー - AWS AppSync
- 例では、AppSyncから Lambdaを呼び出す例を記載しているが、逆の例(Lambdaから AppSync のGraphQLサーバを呼ぶ)は見かけない。
- (簡単だからかなぁ)
aws appsync graphql
- AppSyncでGraphQLへの入門が「easy」になる(前編) | AWSやシステム・アプリ開発のクロスパワーブログ
- AppSync & GraphQL 入門 - Qiita
- これから始めるAppSync開発!AppSyncとGraphQL開発手法をCTOが解説します😎 | Ragate ブログ
- GraphQL API の設計 - AWS AppSync
appsync
- AWS AppSyncでサーバーレスなリアルタイムデータ同期. この記事は「Eureka Advent Calendar」 20… | by Ren Kanai | Eureka Engineering | Medium
- Amplifyで構築したAppSyncへPythonで接続する | DevelopersIO
- Amplify+AppSync+AuroraServerlessを一ヶ月半使って分かった苦労話 | Fixel株式会社
- AWSエンジニア入門:AWS AppSyncとは | ITエンジニアの派遣なら夢テクノロジー
- Effective AppSync 〜 Serverless Framework を使用した AppSync の実践的な開発方法とテスト戦略 〜 - Qiita
- 【爆速】React+Amplify+AppSyncでリアルタイム掲示板アプリを15分で作り上げる 〜これが最高のDeveloper Experienceだ〜 - Qiita
- Vue.js+Amplifyを駆使すればモダンなWebアプリを20分で公開できる - Qiita
- 熱心な REST 信者、が 挑んだ AppSync/GraphQL API 開発 | Slides | Riotz.works
- AWSにおけるAPI開発にてGraphQL(AppSync)とREST API(API Gateway) を選定する際のメリットとデメリット | Serverless Operations
- Effective AppSync 〜 Serverless Framework を使用した AppSync の実践的な開発方法とテスト戦略 〜 - Qiita
nuxt.js graphql
- Auth0 + AppSync + StepFunctions + Stripe + Vuejs(Nuxt.js)でサーバーレスECサイトを作る | Serverless Operations
- NuxtとGraphQLとAWS(Amplify, appsync, dynamodb, cognito, s3....)を用いてWebアプリチュートリアルPart2 - Qiita
- [アップデート]AmplifyがNext.jsとNuxt.jsを利用したSSR(Server Side Rendering)に対応しました! | DevelopersIO
- トレンドのVuejs/NuxtをAws ECS, FargateでSSR、詳細解説します🚀 | Ragate ブログ
- SSR Support for AWS Amplify JavaScript Libraries | Front-End Web & Mobile