Skip to content

cda-group/arcon

Repository files navigation

[![Build Status][https://github.com/cda-group/arcon/workflows/ci/badge.svg]][https://github.com/cda-group/arcon/actions?query=workflow%3Aci+branch%3Amaster] Cargo License

arcon

A Streaming-first Analytics Engine.

Requires Rust nightly (See current toolchain here).

Requirements

Depending on what you are compiling, you might need cmake, g++ etc...

Testing

General

$ cargo test --all

Specific test case

$ cargo test <test-name>

Criterion Benchmarks

Run All

$ cargo bench

Run specific benchmark

$ cargo bench --bench <bench-name>

License

This project is licensed under the AGPL-3.0 license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Arcon by you shall be licensed as AGPL-3.0, without any additional terms or conditions.