多MBaas类似CloudKit?类似、MBaas、CloudKit

2023-09-07 03:34:58 作者:最后的守望者

我需要实现我的Andr​​oid的CloudKit基础的应用程序了。

I need to implement my CloudKit based app in Android too.

这MBaas拥有最类似的架构类似CloudKit?我需要这些功能:

Which MBaas has the most similar architecture like CloudKit? I need these features:

级联删除 能够从psented了标记日期重新$ P $跟踪插入/更新/删除表的变化了 资产管理 光标根据记录读取/寻呼,跳过 在可扩展性(没有加入像操作需要/应该是可能的) 能够得到推送通知的变化 对于创业公司合理定价 在基于云的 在没有服务器端逻辑 在不提供客户端的存储,我把它 在简单的仪表板/没有性能曲线图等。 cascade deletes able to track insert / update / delete changes in tables up from a date represented with a token asset management cursor based record fetching / paging, skip scalable (no join like operation need / should be possible) able to get push notification about changes reasonable pricing for startups cloud based no server side logic don't offer client side storage, I have it simple dashboard / no performance graphs etc.

推荐答案

我想用从安卓CloudKit的唯一方法是通过创建一个OS X应用程序,会像一个Web服务,它的Andr​​oid设备可以连接。 OS X的应用程序,然后再将上查询到CloudKit。我真的不知道,如果这将是可能的,因为一个OS X的应用程序只能连接到CloudKit如果它是在AppStore。

I think the only way to use CloudKit from android is by creating an OS X app that will act like a web service to which the android devices can connect. The OS X app would then pass on that query to CloudKit. I'm not really sure if that would be possible since an OS X app can only connect to CloudKit if it's in the AppStore.

这是用于数据存储和推送通知其他受欢迎的服务宗旨是:

Other popular services that are used for data storage and push notifications are:

解析 Windows Azure的移动服务 AWS移动服务 在谷歌云平台 移动解决方案 parse Windows Azure mobile services AWS mobile services Mobile Solutions on Google Cloud Platform

和一些不太流行的:

CloudMine Appcelerator的 App42 CloudMine Appcelerator App42

我打周围的Azure和AWS但那些远离您已使用CloudKit轻松体验。谷歌似乎是更多的工作。我还没有发挥解析,但我阅读和看到演示的是最容易出的这4个使用。

I have played around with Azure and AWS but those are far from the easy experience that you have using CloudKit. Google seems to be even more work. I have not played with parse, but what I read and see for demo's it's the easiest to use out of these 4.

如果任何人知道,可能适合上面的列表等技术,然后告诉我们,以便我们可以添加它。

If anyone else knows other technology that could fit the list above, then let us know so that we can add it.