-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from betarixm/docs/progress-report-05
Progress Report 05
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Progress Report | ||
|
||
> 11/17/2023 - 11/23/2023 | ||
## Discussion | ||
|
||
### File Naming Convention | ||
|
||
> For `/[INPUT DIR]/[BLOCK A]` | ||
- Sorted Block A | ||
- `/[INPUT DIR]/[BLOCK A]` | ||
- A Partition of A | ||
- `/[INPUT DIR]/[BLOCK A].[FROM].[TO]` | ||
- Partition from Other Worker | ||
- `/[OUTPUT DIR]/[UUID]` | ||
- Merged | ||
- `/[OUTPUT DIR]/result` | ||
|
||
## Completed Tasks | ||
|
||
- Merge proto related branches and implement (#62) | ||
- Implement Worker Server (#63) | ||
- Implement Exchange Server (#64) | ||
- Implement Master Server (#65) | ||
- CLI and Initialize (#66) | ||
|
||
## Assigned Tasks | ||
|
||
- Refactor Servers and Clients (#75) | ||
- @betarixm | ||
- Extract Key Range from Worker (#76) | ||
- @leejiwon1125 | ||
- E2E Test (Small) (#77) | ||
- @betarixm, @hataehyeok, @leejiwon1125 | ||
- Exchange Server and Client (#78) | ||
- @leejiwon1125 | ||
- E2E Test (Real World) (#79) | ||
- @betarixm, @hataehyeok, @leejiwon1125 | ||
- Grpc Test (#80) | ||
- @hataehyeok | ||
- Logging (#81) | ||
- @betarixm |