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.
- Host: GitHub
- URL: https://github.com/egnees/dsbuild
- Owner: egnees
- Created: 2023-12-01T14:25:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T21:22:08.000Z (about 2 years ago)
- Last Synced: 2024-04-12T01:09:45.191Z (about 2 years ago)
- Topics: distributed-system-design, simulation-modeling
- Language: Rust
- Homepage: https://egnees.github.io/dsbuild/
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).