Skip to content

Commit e2e5b8f

Browse files
committed
added front matter part
1 parent 4066114 commit e2e5b8f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_architecture.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
1+
---
2+
title: Architecture
3+
description: SQLite Cloud Architecture
4+
category: getting-started
5+
status: draft
6+
slug: architecture
7+
---
28

39
## Architecture
410
SQLite Cloud uses the [Raft](https://raft.github.io) consensus algorithm to distribute your data changes across a cluster of computing systems, ensuring that each node in the cluster agrees upon the same series of state transitions. Raft implements consensus with a leader approach.

0 commit comments

Comments
 (0)