使用 RackSpace 存储 1,000 部 iPhone 的数据,无需“共享”
有没有一种简单的方法可以让我的应用程序的所有用户都拥有 RackSpace 的一部分来存储他们的一些信息,比如说通过他们的 UUID(他们的 iPhone 独有的 ID)进行加密,并且只为他们加密该数据?
这样,所有 1,000 个人都可以上传和下载信息,如果他们愿意,可以通过云将他们的信息转发给我。如果他们惊慌失措,他们可以销毁 UUID 的云数据。
这是写的吗,还是我必须写?可以使用SQLite吗?或者我应该/可以使用 csv 附件发送到 RackSpace 云的电子邮件,该附件是公钥加密的吗?
换句话说,他们每个人都可以拥有自己的沙箱吗?沙箱可能非常小(50,000 字节)?
每个用户是否可以有 1 行,如果他们在我的代码中遇到错误,他们可以不时地发送详细信息(数千条记录中的 10 兆)?
Is there a simple way to have all my users of an app have a part of RackSpace for some of their information, let's say key'ed by their UUID (an id unique to their iPhone), with that data encrypted just for them?
That way, all 1,000 could upload and download info, and if they wanted, could forward their info to me via that cloud. And if they freak out, they can destroy their cloud's data for their UUID.
Is this written, or do I have to write it? Can it use SQLite? Or should / can I use a csv attachment to an email to the RackSpace Cloud, that is public key encrypted?
In other words, can they each have their own sandbox, which may be quite small (50,000 bytes)?
And can there be 1 row per user, with the option that they can send up detailed info (10 megs of thousands of records) now and again if they run into a bug in my code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以看看Parse 它是一个云端的无sql自由格式数据库
You can look at Parse it is a no sql freeform database in the cloud
看看 iCloud。我们还不能在这里讨论(因为它仍处于保密协议之下)。如果您是 Apple 开发人员,您可以阅读那里的文档。
Look at iCloud. We can't talk about yet on here (because it is still under NDA). If you are an Apple developer, you can read the documentation there.