# eggroll
**Repository Path**: yeyouyuan/eggroll
## Basic Information
- **Project Name**: eggroll
- **Description**: A Simple High Performance Compututing Framework for [Federated] Machine Learning
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 4
- **Created**: 2021-03-19
- **Last Updated**: 2021-03-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[
](https://github.com/WeBankFinTech/eggroll)
[](https://opensource.org/licenses/Apache-2.0) [](https://checkstyle.sourceforge.io/google_style.html) [](https://github.com/mmyjona/FATE-Serving/pulls) [](https://checkstyle.sourceforge.io/google_style.html)
A Simple High Performance Compututing Framework for \[Federated\] Machine Learning
Building and Deploying Eggroll
---
You can check the deploy document here:
[English](https://github.com/WeBankFinTech/eggroll/blob/v2.x/deploy/Eggroll%20Deployment%20Guide.md) [简体中文](https://github.com/WeBankFinTech/eggroll/blob/v2.x/deploy/Eggroll%E9%83%A8%E7%BD%B2%E6%96%87%E6%A1%A3%E8%AF%B4%E6%98%8E.md)
Running Tests
---
Testing requires Eggroll having been built and deployed. Once it is completed, you can try the example test cases:
```bash
# standalone mode
python -m unittest eggroll.roll_pair.test.test_roll_pair.TestRollPairStandalone
# cluster mode
python -m unittest eggroll.roll_pair.test.test_roll_pair.TestRollPairCluster
```
Special thanks to:
[
](https://www.ej-technologies.com/products/jprofiler/overview.html)