2 releases
0.1.1 | Aug 22, 2019 |
---|---|
0.1.0 | Aug 21, 2019 |
#1391 in #run-time
67KB
1.5K
SLoC
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
Dependencies
~62MB
~1M SLoC