TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Try FaunaDB's GraphQL API

42 点作者 jchrisa将近 6 年前

3 条评论

erickpintor将近 6 年前
Hi,<p>I&#x27;m the lead developer of Fauna&#x27;s GraphQL API. I just wanted to share how excited I am with our GA release. We&#x27;ve spent a lot of time working on this project and connecting with the developer community so we could build a GraphQL API that we hope everyone will enjoy using.<p>It was particularly fun to develop this on Fauna because we managed to take advantage of the multi-tenant data model so that the GraphQL API works seamlessly for all databases hosted in the cloud with no extra configuration needed. Fauna&#x27;s query language focus on composability made it possible to dynamically compose a single database query per GraphQL query, therefore, naturally avoiding N+1 issues.<p>I hope you enjoy using our GraphQL API and I look forward to hear your feedback.
评论 #20218923 未加载
levimoore将近 6 年前
I have used FaunaDB&#x27;s GraphQL API with the Ember Apollo Client and it was so dope! The cloud product coupled with GraphQL can get your SPA very far, making the backend an implementation detail.
tepidandroid将近 6 年前
Curious: what graphql implementation are you guys currently using server side? Something in-house?<p>The non-javascript based options seem to be lacking compared to their js counterparts.
评论 #20217822 未加载