You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**d-sys.wiki** is a resource for distributed systems. this repo contains the source for [d-sys.wiki](https://d-sys.wiki) website, providing explanations, resources, and tools for understanding and building distributed systems.
9
+
> your home for all things distributed systems. **[⭐ star this repo](#-support-this-project)** if you find it useful!
10
+
11
+
## 📋 table of contents
12
+
13
+
-[description](#-description)
14
+
-[content](#-content)
15
+
-[getting started](#-getting-started)
16
+
-[contributing](#-contributing)
17
+
-[project structure](#️-project-structure)
18
+
-[support this project](#-support-this-project)
19
+
-[contact](#-contact)
20
+
-[license](#-license)
21
+
22
+
## 📝 description
23
+
24
+
**d-sys.wiki** is a comprehensive resource for distributed systems knowledge. this repository contains the source for the [d-sys.wiki](https://d-sys.wiki) website, providing clear explanations, valuable resources, and practical tools for understanding and building distributed systems.
25
+
26
+
created to be easily consumed by both humans and AI, this wiki enhances distributed systems skills through accessible content and practical examples.
7
27
8
28
## 📚 content
9
29
10
-
- simple explanations of distributed systems concepts
11
-
- pre-prints on distributed systems research
12
-
- case studies with code examples
13
-
- open source projects and tools
14
-
- links to books and talks
30
+
-**simple explanations**: clear breakdowns of complex distributed systems concepts
31
+
-**research access**: early access to pre-prints on distributed systems research
32
+
-**practical examples**: case studies with reproducible code examples
33
+
-**curated resources**: open source projects, software, and tools
34
+
-**learning materials**: links to top books and talks in the field
35
+
-**community-driven**: open to contributions from distributed systems experts
15
36
16
37
## 🚀 getting started
17
38
18
39
### for readers
19
40
20
-
visit [d-sys.wiki](https://d-sys.wiki) to access the content.
41
+
visit [d-sys.wiki](https://d-sys.wiki) to access all content immediately - no setup required!
21
42
22
43
### for contributors
23
44
24
-
built with [mkdocs](https://www.mkdocs.org/) using terminal theme.
45
+
the site is built with [mkdocs](https://www.mkdocs.org/) using the terminal theme.
46
+
47
+
clone this wiki's style for your next docsite with the [d-sys.wiki documentation template](https://github.com/captradeoff/d-sys-wiki-documentation-template) for github pages.
25
48
26
49
#### prerequisites
27
50
@@ -55,19 +78,22 @@ built with [mkdocs](https://www.mkdocs.org/) using terminal theme.
55
78
56
79
## 📝 contributing
57
80
58
-
1.**report issues**: [open an issue](https://github.com/captradeoff/d-sys-wiki/issues)
81
+
we welcome contributions from the community! here's how you can help:
82
+
83
+
1.**report issues**: [open an issue](https://github.com/captradeoff/d-sys-wiki/issues) if you find errors or have suggestions
59
84
60
85
2.**submit content**:
61
86
- fork the repo
62
87
- create a branch
63
88
- edit markdown in `wiki/`
64
89
- submit pull request
65
90
66
-
3.**guidelines**:
67
-
- write clearly
68
-
- include examples
69
-
- cite sources
70
-
- follow existing format
91
+
3.**contribution guidelines**:
92
+
- write clearly and concisely
93
+
- include practical examples where applicable
94
+
- cite sources for technical information
95
+
- follow the existing format and style
96
+
- keep explanations accessible to various skill levels
71
97
72
98
## 🏗️ project structure
73
99
@@ -80,18 +106,35 @@ d-sys-wiki/
80
106
│ └── img/ # images
81
107
├── mkdocs.yml # config
82
108
├── CNAME # domain config
83
-
└── LICENSE # mit license
109
+
└── LICENSE # license file
84
110
```
85
111
86
-
## 📄 license
112
+
## ⭐ support this project
113
+
114
+
if you find this project useful, please consider:
87
115
88
-
mit license - see [license](LICENSE) file.
116
+
- ⭐ [starring the repository](https://github.com/captradeoff/d-sys-wiki/stargazers) on github
117
+
- 🔄 [forking the repository](https://github.com/captradeoff/d-sys-wiki/fork) to contribute
118
+
- 📢 sharing [d-sys.wiki](https://d-sys.wiki) with others in the distributed systems community
119
+
- 🐛 [reporting bugs](https://github.com/captradeoff/d-sys-wiki/issues) or suggesting features
120
+
- 💻 submitting pull requests to improve the content or documentation
121
+
- 🤝 [joining our discord community](https://discord.gg/abnrNxa7J5) for discussions
122
+
123
+
your support helps maintain and improve this resource for everyone!
Copy file name to clipboardExpand all lines: wiki/fundamentals/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
title: "distributed systems fundamentals - d-sys.wiki"
3
+
description: "A comprehensive guide to distributed systems fundamentals covering definitions, CAP theorem, architectures, core components, and key design considerations for building resilient and scalable systems"
Copy file name to clipboardExpand all lines: wiki/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
---
2
+
title: "d-sys.wiki - all things distributed systems"
3
+
description: "A comprehensive public domain wiki for distributed systems knowledge, featuring explanations, research, code examples, and resources designed for both human and AI consumption"
0 commit comments