forked from slides/empowering-django-with-background-workers
Add slide comparing postgres to ES
This commit is contained in:
parent
a8d72ba081
commit
3acab1c439
3 changed files with 20 additions and 3 deletions
BIN
public/elasticsearch.png
Normal file
BIN
public/elasticsearch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
public/postgres.png
Normal file
BIN
public/postgres.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
23
slides.md
23
slides.md
|
@ -452,15 +452,32 @@ layout: center
|
||||||
# Why something built-in?
|
# Why something built-in?
|
||||||
|
|
||||||
<Transform :scale="1.3">
|
<Transform :scale="1.3">
|
||||||
<v-clicks>
|
|
||||||
|
|
||||||
- Reduces barrier to entry
|
|
||||||
- Improve interoperability
|
- Improve interoperability
|
||||||
- Reduce cognitive load
|
- Reduce cognitive load
|
||||||
|
- Reduce barrier to entry
|
||||||
|
|
||||||
</v-clicks>
|
|
||||||
</Transform>
|
</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
|
layout: section
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue