2个版本
0.1.1 | 2019年8月22日 |
---|---|
0.1.0 | 2019年8月21日 |
#7 in #arcon
67KB
1.5K SLoC
Arcon编译器
安装
$ cargo +nightly install arcon_compiler
注意:需要LLVM (6.0) 和 Protobuf。说明可以在这里找到
构建
$ cargo build --release
编译Arcon应用程序
$ ./target/release/arconc compile -s "path_to_arcon_spec"
服务器
$ ./target/release/arconc server # defaults to localhost:3000
标志
$ ./target/release/arconc help
依赖项
~62MB
~1M SLoC