1
Fork 1

Add slide comparing postgres to ES

This commit is contained in:
Jake Howard 2024-05-10 17:11:55 +01:00
parent a8d72ba081
commit 3acab1c439
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 20 additions and 3 deletions

BIN
public/elasticsearch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/postgres.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -452,15 +452,32 @@ layout: center
# Why something built-in?
<Transform :scale="1.3">
<v-clicks>
- Reduces barrier to entry
- Improve interoperability
- Reduce cognitive load
- Reduce barrier to entry
</v-clicks>
</Transform>
---
layout: center
---
![](/elasticsearch.png){.max-h-32.mx-auto}
## vs
![](/postgres.png){.max-h-48.mx-auto}
<style>
.slidev-layout {
background: white;
color: black;
text-align: center;
}
</style>
---
layout: section
---