w**z 发帖数: 8232 | |
p*****2 发帖数: 21240 | |
g*****g 发帖数: 34805 | 3 Node looks promising. The issue is now there are too many competing
frameworks and the community is not agreeing upon one. Therefore it's hard
to follow and most frameworks are probably buggy. Once it settles on a few
high quality ones, like how Java settled on Spring and Hibernate, the
momentum will be strong. |
w**z 发帖数: 8232 | 4 customer facing content (external api)is moving to node, back end is
moving to Java (Jersery + mysql/C* + rabbitMq/Kafka).
Part of the deployment might go to AWS, so we will utilize a lot of netflix
oss. (Shout out to those guys!) Exciting!
【在 p*****2 的大作中提到】 : 太牛了。这次Node把LAMP也干了。
|
b******0 发帖数: 101 | 5 JS还是很有潜力的一个东东。今后可能会web,server,mobile通吃。 |
p*****2 发帖数: 21240 | 6
netflix
牛。对了大牛到底是挺HBase还是Cassandra的呀?
还有就是Jersey的好处主要是什么呢?
【在 w**z 的大作中提到】 : customer facing content (external api)is moving to node, back end is : moving to Java (Jersery + mysql/C* + rabbitMq/Kafka). : Part of the deployment might go to AWS, so we will utilize a lot of netflix : oss. (Shout out to those guys!) Exciting!
|
z****e 发帖数: 54598 | 7 对于eventually consistent的还是hbase吧
这两个不冲突,cassandra在起步初期很管用
hbase作为后勤总管更顶用
【在 p*****2 的大作中提到】 : : netflix : 牛。对了大牛到底是挺HBase还是Cassandra的呀? : 还有就是Jersey的好处主要是什么呢?
|
p*****2 发帖数: 21240 | 8
eventual consistence的不是C吗?
【在 z****e 的大作中提到】 : 对于eventually consistent的还是hbase吧 : 这两个不冲突,cassandra在起步初期很管用 : hbase作为后勤总管更顶用
|
w**z 发帖数: 8232 | 9 没有仔细看过hbase, 当时做POC, 时间紧,没有选hbase,在Mongo, C* and Riak
里选。
后来去了C* 和 Hbase conf, 觉得hbase community support 更大,有FB。 而且和
Hadoop 绝配。但两个nosql很象,已经开始用C*,估计老板不会在花时间在HBase上了
,support, setup, 一大堆事,不关是写code
【在 z****e 的大作中提到】 : 对于eventually consistent的还是hbase吧 : 这两个不冲突,cassandra在起步初期很管用 : hbase作为后勤总管更顶用
|
w**z 发帖数: 8232 | 10 Hbase setup is much more complicated. C* setup is really easy. but the
integration with Hadoop is pain
【在 p*****2 的大作中提到】 : : eventual consistence的不是C吗?
|
|
|
w**z 发帖数: 8232 | 11 it's easy to write Rest service through Jersey. a couple of annotations and
you are off ground. Also you can easily integrate it with Spring. Also I
like Jersey test framework also, it's so easy to write integration test.
【在 p*****2 的大作中提到】 : : eventual consistence的不是C吗?
|
g*****g 发帖数: 34805 | 12 If your primary usage is to integrate with Hadoop, Hbase is no brainer.
Cassandra is more for general db to complement mysql.
【在 w**z 的大作中提到】 : Hbase setup is much more complicated. C* setup is really easy. but the : integration with Hadoop is pain
|
z****e 发帖数: 54598 | 13 哦对,hbase是运行慢
cassandra响应快
【在 p*****2 的大作中提到】 : : eventual consistence的不是C吗?
|
w**z 发帖数: 8232 | 14 In terms of performance, Hbase and C* are neck to neck. Cassandra might be
perform a little better for write throughput.
【在 z****e 的大作中提到】 : 哦对,hbase是运行慢 : cassandra响应快
|
w**z 发帖数: 8232 | 15 We are using nosql as complement to mysql. We feed Hadoop mainly from Scribe
log. So C* is sufficient for us.
【在 g*****g 的大作中提到】 : If your primary usage is to integrate with Hadoop, Hbase is no brainer. : Cassandra is more for general db to complement mysql.
|
p*****2 发帖数: 21240 | 16
POC是什么东西?
【在 w**z 的大作中提到】 : 没有仔细看过hbase, 当时做POC, 时间紧,没有选hbase,在Mongo, C* and Riak : 里选。 : 后来去了C* 和 Hbase conf, 觉得hbase community support 更大,有FB。 而且和 : Hadoop 绝配。但两个nosql很象,已经开始用C*,估计老板不会在花时间在HBase上了 : ,support, setup, 一大堆事,不关是写code
|
w**z 发帖数: 8232 | 17 Proof of Concept
【在 p*****2 的大作中提到】 : : POC是什么东西?
|
z****e 发帖数: 54598 | 18 如果tune的话,c*可以往cp上靠过去
反过来,hbase能做成ap system不?
【在 w**z 的大作中提到】 : In terms of performance, Hbase and C* are neck to neck. Cassandra might be : perform a little better for write throughput.
|
p*****2 发帖数: 21240 | |
w**z 发帖数: 8232 | 20 后台还是用Java
【在 p*****2 的大作中提到】 : 大牛以后也要玩node了?
|
|
|
w**z 发帖数: 8232 | 21 真的不了解HBase
【在 z****e 的大作中提到】 : 如果tune的话,c*可以往cp上靠过去 : 反过来,hbase能做成ap system不?
|
p*****2 发帖数: 21240 | 22
你不是以前说过也搞php吗?
【在 w**z 的大作中提到】 : 后台还是用Java
|
w**z 发帖数: 8232 | 23 是,很多code还是用php,我尽量不碰,就偶尔fix bugs, 另外team做php,我们主要
做Java Rest Service
【在 p*****2 的大作中提到】 : : 你不是以前说过也搞php吗?
|
P********l 发帖数: 452 | |
z****e 发帖数: 54598 | 25 好吧,hbase还没毕业,等毕业后可能会简单点
每次倒腾persistent都折腾,我都有心理阴影了
【在 w**z 的大作中提到】 : 真的不了解HBase
|
g*****g 发帖数: 34805 | 26 lol, wwzz 也开始纯后端了。
【在 w**z 的大作中提到】 : 是,很多code还是用php,我尽量不碰,就偶尔fix bugs, 另外team做php,我们主要 : 做Java Rest Service
|
w**z 发帖数: 8232 | 27 俺十几年来一贯是纯的。
【在 g*****g 的大作中提到】 : lol, wwzz 也开始纯后端了。
|
p*****2 发帖数: 21240 | 28
赞纯
【在 w**z 的大作中提到】 : 俺十几年来一贯是纯的。
|
w**z 发帖数: 8232 | 29 二爷是language slut, 哪个好,上哪个。我是十几年始终如一的。
【在 p*****2 的大作中提到】 : : 赞纯
|