Change README title

This commit is contained in:
2026-03-18 10:32:48 +01:00
parent ae626774f1
commit 7b90857901
+9 -14
View File
@@ -1,9 +1,15 @@
# ToastyFS Documentation # ToastyFS
ToastyFS is a simple, fault-tolerant, highly available object storage featuring:
* Deterministic Simulation Testing
* Cross-Platform (Windows, Linux)
* Minimal Dependencies (OpenSSL and SChannel)
* Viewstamped Replication
## Table of Contents ## Table of Contents
* [Overview](#overview) * [ToastyFS](#toastyfs)
* [What is ToastyFS?](#what-is-toastyfs)
* [Motivation](#motivation) * [Motivation](#motivation)
* [Project Status & Known Limitations](#project-status--known-limitations) * [Project Status & Known Limitations](#project-status--known-limitations)
* [Getting Started](#getting-started) * [Getting Started](#getting-started)
@@ -22,17 +28,6 @@
* [Deterministic Simulation Testing](#deterministic-simulation-testing) * [Deterministic Simulation Testing](#deterministic-simulation-testing)
* [Testing in ToastyFS](#testing-in-toastyfs) * [Testing in ToastyFS](#testing-in-toastyfs)
## Overview
### What is ToastyFS?
ToastyFS is a simple, fault-tolerant, highly available object storage featuring:
* Deterministic Simulation Testing
* Cross-Platform (Windows, Linux)
* Minimal Dependencies (OpenSSL and SChannel)
* Viewstamped Replication
### Motivation ### Motivation
I initially started this project to learn about distributed systems. I asked myself what it would take to build my own Dropbox. A rabbit-hole later and here is my distributed storage system! I initially started this project to learn about distributed systems. I asked myself what it would take to build my own Dropbox. A rabbit-hole later and here is my distributed storage system!