53

GitHub - fluent-project/fluent: A data-driven compute platform

 5 years ago
source link: https://github.com/fluent-project/fluent
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

Fluent

Build Status codecov License

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.

Getting Started

# install required dependencies; if you're on a Mac, please use install-dependencies-osx.sh
$ ./scripts/install-dependencies.sh
$ ./scripts/build-all.sh
$ ./scripts/start-kvs-local.sh n n
$ ./scripts/start-runtime-local.sh

To build only the KVS, please run ./scripts/build-kvs.sh.

TODO Add more information about how to start the client and run code.

TODO: Add more information about starting and running in Kubernetes.

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.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK