OData 有替代方案吗?

发布于 2024-12-04 05:14:26 字数 1539 浏览 1 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

看透却不说透 2024-12-11 05:14:26

虽然有些人肯定会争论,但自己推出确实是一种选择。前提是您可以发布可使用的架构和语法或 API 库。鉴于您仔细研究了当前的标准格局并借鉴了已建立的(尽管不合适)实施,您(和支持者)可能倾向于制定新的或扩展的标准;也许可以解决一个未解决的问题。

但是,强制性的:
xkcd #927

While some will certainly argue, rolling your own is certainly an option; provided you can release a consumable schema and syntax or API library. Given that you carefully research the current standards landscape and borrow from established (albeit unfitting) implementations, you (and supporters) could be inclined to produce a new or extended standard; perhaps one that solves an unsolved problem.

However, obligatory:
xkcd #927

淡淡の花香 2024-12-11 05:14:26

经过一些研究后发现,目前还没有 OData 的良好替代方案。

我是根据Odata的特点这么说的。希望我们能在某个时候看到替代方案。

After some research it appears that no, there is not really a good alternative to OData at this point.

I'm saying this based on the features of Odata. Hopefully we'll see an alternative at some point.

终陌 2024-12-11 05:14:26

Facebook 正在开发 GraphQL。可以使用JSON查询来查询数据:

{
  user(id: 3500401) {
    id,
    name,
    isViewerFriend,
    profilePicture(size: 50)  {
      uri,
      width,
      height
    }
  }
}

目前不可用。根据变更日志,他们计划将其作为一种规范发布。

这里是另一份白皮书

Facebook is developing GraphQL. Data can be queried using JSON queries:

{
  user(id: 3500401) {
    id,
    name,
    isViewerFriend,
    profilePicture(size: 50)  {
      uri,
      width,
      height
    }
  }
}

At the moment it is not usable. According to the Changelog they plan to release it as a kind of specification.

Here is another whitepaper

煞人兵器 2024-12-11 05:14:26

Google 正在推动 GData,但该功能似乎已被削弱。

Google is pushing for GData, which seems feature crippled.

筱果果 2024-12-11 05:14:26

如果您正在寻找符合网络标准的搜索机制,我建议您查看开放搜索

If you are looking for a web compliant search mechanism, I suggest looking at Open Search

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文