arcon_compiler

Crates.ioarcon_compiler
lib.rsarcon_compiler
version0.1.1
sourcesrc
created_at2019-08-21 21:58:22.605088
updated_at2019-08-22 15:56:19.240002
descriptionarconc is the Arc backend compiler targeting the Arcon runtime.
homepagehttps://github.com/cda-group/arcon
repositoryhttps://github.com/cda-group/arcon
max_upload_size
id158736
size105,270
Max Meldrum (Max-Meldrum)

documentation

README

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
Commit count: 203

cargo fmt