TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Try FaunaDB's GraphQL API

42 pointsby jchrisaalmost 6 years ago

3 comments

erickpintoralmost 6 years ago
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 未加载
levimoorealmost 6 years ago
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.
tepidandroidalmost 6 years ago
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 未加载