| Crates.io | arcon_compiler |
| lib.rs | arcon_compiler |
| version | 0.1.1 |
| created_at | 2019-08-21 21:58:22.605088+00 |
| updated_at | 2019-08-22 15:56:19.240002+00 |
| description | arconc is the Arc backend compiler targeting the Arcon runtime. |
| homepage | https://github.com/cda-group/arcon |
| repository | https://github.com/cda-group/arcon |
| max_upload_size | |
| id | 158736 |
| size | 105,270 |
Installing:
$ cargo +nightly install arcon_compiler
NOTE: requires LLVM (6.0) and Protobuf. Instructions can be found here
$ cargo build --release
$ ./target/release/arconc compile -s "path_to_arcon_spec"
$ ./target/release/arconc server # defaults to localhost:3000
$ ./target/release/arconc help