1

We presently have a social networking kind of platform. We are next working on file sharing feature, wherein the user should be able to upload and share files(pdf,ppt,docs,images,zip) with friends and groups.

Which specific technologies we should look out for? We are not looking for storage providers like Dropbox, Amazon s3 as answer. We want some advice for efficient storage technologies. We have to store attributes of files like author, with whom the file is shared, edit rights, download rights etc.

Any help would be appreciated.

4

1 に答える 1

0

答えは、特定の要件によって異なります。一般に、高可用性 (たとえば、単一障害点がない)、高耐久性 (一度何かが書き込まれると、それは書き込まれたままになる)、および高パフォーマンス (低レイテンシー、高スループット) を提供するプロバイダーを探す必要があります。さらに、特定のセキュリティ機能が必要な場合もありますが、詳細はニーズの関数です。共有属性を指定できることを指摘したので、アクセス許可の指定に関して高度な柔軟性と制御を備えたプロバイダーが必要になります。作成者などの関連データを保存するには、ストレージ オブジェクトに関連付けられた任意のメタ データを保存および取得する機能が必要です。最後に、特定のプロバイダーの推奨事項は望まないとおっしゃいましたが、

于 2012-09-25T01:37:24.603 に答える