简体   繁体   English

是否使用Brisk?

[英]Using Brisk or not?

I will develop a scalable web application with lots of data. 我将开发一个包含大量数据的可伸缩Web应用程序。 I am thinking of using Brisk. 我正在考虑使用Brisk。 Has anyone ever used it? 有没有人使用过它? There are some good resources explaining how to use it but still it seems very new and have limited amount of sources (even in stackoverflow there is less than 10 questions about brisk:) 有一些很好的资源说明了如何使用它,但它似乎仍然很新并且来源有限(即使在stackoverflow中,关于轻快的问题也少于10个:)

My question is, i will probably try to link other tools with Brisk especially for visiualisation of the data and other needs that I cannot foresee right now. 我的问题是,我可能会尝试将其他工具与Brisk链接在一起,尤其是用于可视化数据和我现在无法预见的其他需求。 And I am thinking of programming with Python. 我正在考虑使用Python进行编程。 And for instance there is a python library to access cassandra but as far as i know there no library to access Brisk. 例如,有一个Python库可以访问cassandra,但据我所知,没有库可以访问Brisk。 So, would it be a problem when I try to add-on or merge other tools with Brisk? 因此,当我尝试使用Brisk附加或合并其他工具时会出现问题吗?

Do you recommend using Brisk? 您是否建议使用Brisk? Or going with native implementation of cassandra+hadoop+hive is a better choice without using Brisk? 还是在不使用Brisk的情况下采用cassandra + hadoop + hive的本地实现是更好的选择?

Thanks. 谢谢。

EDIT: Does Brisk a commercial product? 编辑:轻快商品化吗? Which means open source version will not be updated again? 这意味着开源版本不会再次更新?

I used Brisk a long time ago then tested Datastax Enterprise (DSE) and finally migrated away from Hadoop in favor of a custom map/reduce solution developed internally. 我很早以前就使用Brisk,然后测试了Datastax Enterprise(DSE),并最终从Hadoop迁移到了内部开发的自定义地图/缩小解决方案。

Brisk is an open source projects but after Datastax directed their efforts to a commercial offering, nobody is updating Brisk. Brisk是一个开源项目,但是在Datastax将他们的精力转向商业产品之后,没有人更新Brisk。

I suppose using Brisk is fine if you update cassandra, hadoop and hive to more up-to-date versions and get the lastest Hive Cassandra Handler from DataStax github . 我想如果您将cassandra,hadoop和hive更新到最新版本并从DataStax github获取最新的Hive Cassandra Handler,则使用Brisk很好。

Even if you manage to use Brisk to your project, I recommend that you contact DataStax about their product offering. 即使您设法在项目中使用Brisk,我也建议您与DataStax联系以获取有关其产品的信息。 Current versions of DSE are a huge step forward from Brisk and may not cost too much. DSE的当前版本是从Brisk向前迈出的一大步,而且可能不会花费太多。

If DSE is not an option to you and Brisk cannot help either, use the Hive Cassandra Handler I mentioned in a regular Hive/Hadoop/Cassandra instalation. 如果DSE不是您的选择,并且Brisk也不能帮助您,请使用我在常规Hive / Hadoop / Cassandra安装中提到的Hive Cassandra处理程序。

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

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