Fluent 一个数据驱动的计算框架

网友投稿 696 2022-10-24

Fluent 一个数据驱动的计算框架

Fluent 一个数据驱动的计算框架

NOTE: The Fluent project has been renamed to Hydro, and the project has been broken up into multiple repositories. You can find all of them in the Hydro Project organization on Github. This repository has been archived and will be deleted eventually.

Fluent

Fluent is a fully managed, data-first computation framework under development that U.C. Berkeley RISE Lab. There are two main components in Fluent.

The first is a key-value store based on prior open-source work from the RISE lab (fka Anna). The Fluent KVS is an elastic, cloud-native storage engine that uses coordination-avoiding techniques and asynchronous message passing to provide very low latency. You can find more information about running and using the Fluent KVS in the kvs directory.

The second component is a data-centric programming framework, built on top of the Anna KVS. The goal of the programming framework is to provide users a general-purpose API and runtime for executing programs on data stored in the Anna KVS. Users are able to submit arbitrary code or containers for execution, and we plan to support performance SLOs for function execution.

To get started with the full project, please see the Getting Started page. You can find the index of all the docs here.

Contributing

If you run into any issues, please open an issue and make sure to include relevant information (e.g., stack traces) as well as operating system, dependency versions, etc.

If you are looking to contribute to the project, please look at our issues list, particularly those marked as good for beginners and help wanted.

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:1、编写程序,实现按 5 度的增量打印出一个从摄氏温度到华氏温度的转换表。转换公式
下一篇:Gitlab 克隆项目时IP地址不一致的问题处理
相关文章

 发表评论

暂时没有评论,来抢沙发吧~