An open API service indexing awesome lists of open source software.

https://github.com/egnees/dsbuild

Framework for building distributed systems with support for DSLab MP simulation-based testing.
https://github.com/egnees/dsbuild

distributed-system-design simulation-modeling

Last synced: 5 months ago
JSON representation

Framework for building distributed systems with support for DSLab MP simulation-based testing.

Awesome Lists containing this project

README

          

# DSBuild

## Installation
Before using framework, the following dependencies should be installed:
- [Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
- [gRPC Protocol Buffer Compiler](https://grpc.io/docs/protoc-installation/)

If all required components are correctly installed, one must be able to build project from the root of repository without errors:
```
cargo build
```

## Documentation
Available [here](https://egnees.github.io/dsbuild/docs/dsbuild/).