简体   繁体   English

使用Parse进行专业项目?

[英]Use Parse for professional project?

I'm developing an app for iOS. 我正在为iOS开发一个应用程序。 I'd like to connect to a database to write users, passwords, some data related to them etc, so I discovered a thing called Parse. 我想连接到数据库以写入用户,密码,与他们相关的一些数据等,所以我发现了一个叫做Parse的东西。 I've integrated it to my app and it works fine but I don't know if it's any limit (eg limit writes, limited in daily access... -I'm not paying any amount-). 我已经将其集成到我的应用程序中,并且可以正常工作,但是我不知道它是否有任何限制(例如,限制写入,每日访问限制...-我不支付任何金额-)。

Would you consider that it's better to program by myself a web service, an api, call it whatever, and make the write and read manually? 您是否认为最好自己编写一个Web服务,一个api,对其进行任何命名并手动进行写入和读取?

The biggest limits with Parse are their API requests per limit. Parse的最大限制是每个限制的API请求。 They start out at 30/s free and the it gets more expensive from there. 它们以30 / s的免费价格开始,从那里开始价格更高。 So if you're never going to have that many users/API requests then it can remain free for some time. 因此,如果您永远不会有那么多用户/ API请求,则可以在一段时间内保持免费。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM