Build Status Cargo License

Arcon Compiler

Installing:

bash $ cargo +nightly install arcon_compiler

NOTE: requires LLVM (6.0) and Protobuf. Instructions can be found here

Building

$ cargo build --release

Compile Arcon Application

$ ./target/release/arconc compile -s "path_to_arcon_spec"

Server

$ ./target/release/arconc server # defaults to localhost:3000

Flags

$ ./target/release/arconc help