arcon_compiler 0.1.1

arconc is the Arc backend compiler targeting the Arcon runtime.
arcon_compiler-0.1.1 is not a library.

Build Status Cargo License

Arcon Compiler

Installing:

$ 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