Add notes

This commit is contained in:
xqtc 2024-09-03 16:42:36 +02:00
parent 7efb929691
commit 0155715c5f
14 changed files with 4121 additions and 0 deletions

4
notes/UwUsched/.obsidian/app.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"vimMode": true,
"alwaysUpdateLinks": true
}

View file

@ -0,0 +1,6 @@
{
"cssTheme": "Catppuccin",
"theme": "obsidian",
"monospaceFontFamily": "Source Code Pro",
"textFontFamily": "Source Code Pro"
}

View file

@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}

View file

@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]

22
notes/UwUsched/.obsidian/graph.json vendored Normal file
View file

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": true
}

View file

@ -0,0 +1,7 @@
{
"name": "Catppuccin",
"version": "0.4.24",
"minAppVersion": "1.0.0",
"author": "Marshall Beckrich",
"authorUrl": "https://github.com/catppuccin/obsidian"
}

File diff suppressed because one or more lines are too long

158
notes/UwUsched/.obsidian/workspace.json vendored Normal file
View file

@ -0,0 +1,158 @@
{
"main": {
"id": "6226bb31998275a0",
"type": "split",
"children": [
{
"id": "a0eecd0f2f82e63c",
"type": "tabs",
"children": [
{
"id": "0f16c2e047ea76e2",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "UwUSched.md",
"mode": "preview",
"source": false
}
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "404cda8cf3aaef46",
"type": "split",
"children": [
{
"id": "56fd14939d4e1db3",
"type": "tabs",
"children": [
{
"id": "7ec07b2cf2f9abff",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical"
}
}
},
{
"id": "443ca75514af4821",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "394fb16cdcdeec29",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 300
},
"right": {
"id": "c5deb5eb9a13ad1e",
"type": "split",
"children": [
{
"id": "6eddb59da5c4428c",
"type": "tabs",
"children": [
{
"id": "1a540ce1673cf6bb",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "UwUSched.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "94cc7396d731b430",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "UwUSched.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "76e3b53e26acc5df",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "02804ac32c45e084",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "UwUSched.md"
}
}
}
]
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
}
},
"active": "0f16c2e047ea76e2",
"lastOpenFiles": [
"Cluster Architecture.md",
"active-active.md",
"active-passive.png",
"UwUSched.md",
"active-active.png",
"create a link.md"
]
}

View file

View file

View file

@ -0,0 +1,7 @@
# Active-Active
![[active-active.png]]
The active-active architecture offers in high-availability, scalability and no single-point-of-failure.
-> Several Head-Nodes
# Active-Passive
![[active-passive.png]]Contrary to [[Cluster Architecture#Active-Active |active-active]] clustering, the active-passive method uses only one head-node and no load-balancer, with one additional head-node running as a failover.

View file

@ -0,0 +1,2 @@
UwUsched is an [[Cluster Architecture#Active-Passive| active-passive]] Cluster.

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB