Add some placeholders

This commit is contained in:
2022-04-24 08:29:35 +10:00
parent d4b223d860
commit 79375b4085
5 changed files with 8 additions and 10 deletions
+4 -2
View File
@@ -8,8 +8,10 @@
- [Ruby](categories/ruby.md)
- [Interview](categories/interviews/interview.md)
- [Software Design](categories/software-design.md)
- [Queues](categories/queues.md)
- [Kafka](categories/queues/kafka.md)
- [Apps and Tools](categories/apps.md)
- [Kafka](categories/apps/kafka.md)
- [MQTT](categories/apps/mqtt.md)
- [Elasticsearch](categories/apps/elasticsearch.md)
- [Database](categories/database.md)
- [Application](categories/application.md)
- [Web Scraping](categories/web-scraping.md)
+1
View File
@@ -0,0 +1 @@
# Some apps and tools
+3
View File
@@ -0,0 +1,3 @@
# Elasticsearch
Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.
@@ -1,11 +1,3 @@
# Message Queue
## Rabbitmq
## activeMQ
## Redis
## MQTT
A lightweight messaging protocol for small sensors and mobile devices, optimized for high-latency or unreliable networks. It's basically a machine-to-machine `protocol`