chore(postgres): start articles about replication systems

This commit is contained in:
Michele Cereda
2024-11-05 08:51:16 +01:00
parent 7a3dcfecb5
commit 6fd6bce31e
2 changed files with 182 additions and 0 deletions

65
knowledge base/peerdb.md Normal file
View File

@@ -0,0 +1,65 @@
# PeerDB
Fast, simple, and cost effective Postgres replication.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Setup</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Main repository]
- [Documentation]
### Sources
- [Public IPs For PeerDB Cloud]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[documentation]: https://docs.peerdb.io/
[main repository]: https://github.com/PeerDB-io/peerdb
[website]: https://www.peerdb.io/
[public ips for peerdb cloud]: https://docs.peerdb.io/peerdb-cloud/ip-table
<!-- Others -->