Enable javascript in your browser for better experience. Need to know to enable it? Go here.
本页面中的信息并不完全以您的首选语言展示,我们正在完善其他语言版本。想要以您的首选语言了解相关信息,可以点击这里下载PDF。
更新于 : Nov 20, 2019
不在本期内容中
这一条目不在当前版本的技术雷达中。如果它出现在最近几期中,那么它很有可能仍然具有相关参考价值。如果这一条目出现在更早的雷达中,那么它很有可能已经不再具有相关性,我们的评估将不再适用于当下。很遗憾我们没有足够的带宽来持续评估以往的雷达内容。 了解更多
Nov 2019
Assess ? 在了解它将对你的企业产生什么影响的前提下值得探索

我们已经在项目中看到了许多成功的GraphQL实现,也看到了一些有趣的模式和应用,比如将GraphQL用于服务器端资源聚合。尽管如此,对该框架的滥用、以及使用过程可能遇到的一些问题,我们并非毫无担忧。例如N+1查询可能带来的性能问题,以及添加新模型时需要大量样板代码而导致的复杂性等。这些问题有一些解决方法,例如使用查询缓存等。虽然这项技术不是银弹,我们仍然认为它值得作为系统架构的一部分进行评估。

Nov 2016
Assess ? 在了解它将对你的企业产生什么影响的前提下值得探索

When we look at REST implementations in the wild, we frequently see REST misused to naively retrieve object graphs through chatty interactions between client and server. Facebook's GraphQL is an interesting alternative to REST that might be a better approach for this very common use case. As a protocol for remotely retrieving object graphs, GraphQL has received enormous attention recently. One of GraphQL's most interesting features is its consumer-oriented nature: The structure of a response is driven entirely by the client, not the server. This decouples the consumer and forces the server to obey Postel's law. Client implementations are now available in many programming languages, but we have seen a flurry of interest of Facebook's Relay, a JavaScript framework that was designed to support the React.js stateless component model.

Apr 2016
Assess ? 在了解它将对你的企业产生什么影响的前提下值得探索
发布于 : Apr 05, 2016

下载第29期技术雷达

English | Español | Português | 中文

获取最新技术洞见

 

立即订阅

查看存档并阅读往期内容