Advanced Search
Search Results
112 total results found
Elastic Search Cheatsheet
What is it? a convenience wrapper around Lucene to allow for fast searching in a distributed system it stores data itself across multiple horizontal nodes data are stored in JSON documents excels at full-text search near real time search results, making it su...
Fundamentals
Push Type Message Queue optimized for latency messages are pushed out as soon as they arrive client (consumer) is lightweight load balancing amount competing consumers flow control hard to configure the push speed when not knowing the current work load of...
Cassandra Cheatsheet
ref: Jordan Key characteristics WideColumnStore Eventual Consistency Tunable ACID LSM Tree Index Bloom filter Designed for single partition read and write It's recommended that read and write of the same data go to the same shard Index no global secondary...
CI/CD
What is CI/CD? Continous Integration and Continouse Delivery an automated workflow that simplifies testing and deployment when a feature is pushed, it triggeres automated testing, then if everything is ok, changes are merged to release branch, and when condit...
Apache Flink
Stream Processing Frameworks Key Use Cases: Real-time analytics: Fraud detection, anomaly detection, recommendation systems Data pipelines: ETL (Extract, Transform, Load), data ingestion, data enrichment Stream processing: IoT data processing, financial ma...
K8S Interview Questions
Explain Kubernetes Architecture API server, controller manager, scheduler, etcd kubelet, kube-proxy, POD, containers What is container orchestration create/updaste/delete containers automatically based on the deloyment needs autoscaling What is a context ...
DB Design Tips
Don't use business related field as primary key business related fields examples: individual tax number, national company number, etc it's not a good idea: some business related field data may change don't have control over this field (format may change in f...
Kafka Cheatsheet
Kafka Fail Reason 1: Lack of Expertise and Resources scaling and implementing Kafka solutions requires a high degree of expertise installation, development, operations underprovisioned configuration results in high risk of system failures, but overprovisioned...
Flutter Cheatsheet
Print dependencies tree flutter pub deps -s tree How to get virtual device storage on host machine?
Control Plane Installation
Install Containerd Installation Instructions
TUYA Documents
CloudWatch
Core component of CloudWatch Metrics collects performance data points, like EC2 CPU, or # of reqests to a Lambda function Logs a centralized service for collecting, storing, and analyzing log files Alarms set a threshold on any metric Dashboards Even...