由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 有人用过google storage上传数据吗?
相关主题
Amazon cloud drive 11.99 per year unlimited.C++ Q15: throw
把数据分析服务放在cloud,用户上传数据,下载结果 (转载)C++ Exception Question
有人用过Google Cloud pub/sub系统吗?Re: 怎样获得一块指针storage的大小?
Google Drive 很孙子 (转载)inline method
ASIO异步一问[合集] C++ delete[]
一道编程题 - throw ExceptionsC++ question
C++ exception handling 一问any cloud computing daniu? some baozi for help.
Two questions about handling exceptions in C++python和PERL哪个管用一点
相关话题的讨论汇总
话题: google话题: storage话题: cloud话题: timed话题: 时候
进入Programming版参与讨论
1 (共1页)
t*******3
发帖数: 734
1
用 google cloud storage 的java client library来自动upload数据到google cloud
storage里面. 100 M以下的时候还行. 等到上了5G的文件的时候, 有的时候成功, 有
的时候显示 read timed out exception. 后来手动修改了底层的HttpRequest类里面的
readTimeOut 的default value之后,没有出现read timed out exception. 但是
response 里经常出现503 status code, 就是service unavailable. 感觉google 的这
个 storage做得实在是烂. 有没有人有成功地经验?
网上怎么找都找不到成功的例子. 让老板看, 他也搞不定. 浪费了我好多时间.
g*****g
发帖数: 34805
2
没用过,S3不行吗?S3很稳定。

cloud

【在 t*******3 的大作中提到】
: 用 google cloud storage 的java client library来自动upload数据到google cloud
: storage里面. 100 M以下的时候还行. 等到上了5G的文件的时候, 有的时候成功, 有
: 的时候显示 read timed out exception. 后来手动修改了底层的HttpRequest类里面的
: readTimeOut 的default value之后,没有出现read timed out exception. 但是
: response 里经常出现503 status code, 就是service unavailable. 感觉google 的这
: 个 storage做得实在是烂. 有没有人有成功地经验?
: 网上怎么找都找不到成功的例子. 让老板看, 他也搞不定. 浪费了我好多时间.

t*******3
发帖数: 734
3
S3 用得很好.
但是老板想转到google上去. 老板是google的超级粉丝.
另外因为google有一些东西可能amazon没有, 比如bigquery.
感觉google的这些api 实在是写得让人无法理解.
还有我想从google cloud load data to bigquery. 用javascript写. 根本就找不到一
个documentation. 花了我一个星期, 试了无穷多种方式都不行.

【在 g*****g 的大作中提到】
: 没用过,S3不行吗?S3很稳定。
:
: cloud

n******t
发帖数: 4406
4
don't use any google api, if you want a stable product.

cloud

【在 t*******3 的大作中提到】
: 用 google cloud storage 的java client library来自动upload数据到google cloud
: storage里面. 100 M以下的时候还行. 等到上了5G的文件的时候, 有的时候成功, 有
: 的时候显示 read timed out exception. 后来手动修改了底层的HttpRequest类里面的
: readTimeOut 的default value之后,没有出现read timed out exception. 但是
: response 里经常出现503 status code, 就是service unavailable. 感觉google 的这
: 个 storage做得实在是烂. 有没有人有成功地经验?
: 网上怎么找都找不到成功的例子. 让老板看, 他也搞不定. 浪费了我好多时间.

1 (共1页)
进入Programming版参与讨论
相关主题
python和PERL哪个管用一点ASIO异步一问
storage draft是什么意思一道编程题 - throw Exceptions
怎么自学cloud/big data programmingC++ exception handling 一问
Free online storageTwo questions about handling exceptions in C++
Amazon cloud drive 11.99 per year unlimited.C++ Q15: throw
把数据分析服务放在cloud,用户上传数据,下载结果 (转载)C++ Exception Question
有人用过Google Cloud pub/sub系统吗?Re: 怎样获得一块指针storage的大小?
Google Drive 很孙子 (转载)inline method
相关话题的讨论汇总
话题: google话题: storage话题: cloud话题: timed话题: 时候