Add Failure-Resistant Distributed Database System
This commit is contained in:
parent
2ca6473869
commit
397bc485ec
2 changed files with 19 additions and 1 deletions
|
@ -147,5 +147,23 @@
|
|||
"Use Terraform with NixOS, Hetzner, and Cloudflare integrations to centralize configurations for a VPN used to navigate CGNAT limitations.",
|
||||
),
|
||||
),
|
||||
(
|
||||
title: "Failure-Resistant Distributed Database System",
|
||||
timeframe: "April – May 2025",
|
||||
role: "Course Group Project",
|
||||
skills: (
|
||||
"Rust",
|
||||
"Tokio",
|
||||
"Serde",
|
||||
"Nix",
|
||||
"TCP",
|
||||
"Linux",
|
||||
"GitHub",
|
||||
),
|
||||
highlights: (
|
||||
"Implemented a basic distributed database system with an architecture similar to Amazon Dynamo, designed to tolerate a small number of server failures.",
|
||||
"Demonstrated that transaction logs remain totally ordered, even under a high load.",
|
||||
)
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
import "../../section/projects.typ": section_projects
|
||||
|
||||
grid(
|
||||
gutter: 1.7em,
|
||||
gutter: 1.3em,
|
||||
section_skills(skills: skills),
|
||||
section_education(education: education),
|
||||
section_work_experience(work_experience: work_experience),
|
||||
|
|
Loading…
Add table
Reference in a new issue