We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f334f commit b218280Copy full SHA for b218280
README.adoc
@@ -34,13 +34,11 @@
34
- ETL (Extract, Transform, Load)
35
- ELT (Extract, Load, Transform)
36
- Data warehousing and data lakes
37
-
38
-=== Designing Scalable Systems
39
40
-- Data partitioning (sharding)
41
-- Load balancers
42
-- Use of caches (Redis, Memcached) for optimization
43
-- Distributed databases and replication
+- Designing Scalable Systems
+-- Data partitioning (sharding)
+-- Load balancers
+-- Use of caches (Redis, Memcached) for optimization
+-- Distributed databases and replication
44
45
=== Communication Between Components
46
0 commit comments