
Tips
Click here to expand...
CREATE TABLE test (nonempty VARCHAR NOT NULL UNIQUE CONSTRAINT non_empty CHECK(length(nonempty)>0))
- design schema first for all APIs and Events, Data Schema
- use both OpenAPI/Swagger and gRPC
- consume events (not API) by default)
- data
- change database to UTF-8
- consistent CHECKS, metadata
- enable a global feature like ‘hash_code’ to minimize writes
- invest in automation
- deployment, code generation, dependency management
- enable teams to write amazing and simple tests
- drives quality, streamlines maintenance, enables continuous delivery
Back Pressure
https://medium.com/@jayphelps/backpressure-explained-the-flow-of-data-through-software-2350b3e77ce7
Subpages
-
4 Types of Projects (Walking in the fog - Making a movie - Going on a quest - Painting by numbers)
-
6 - Logs/Logging & Monitoring & Metrics & Traces/Tracing & Analytics
-
Cloud Computing/Service Models/Platforms (SaaS - FaaS - PaaS - IaaS - MaaS - PC)
-
Continuous Integration (CI) - Continuous Delivery (CD) - Continuous Deployment
-
Fault/Latency Tolerance & Resilience (Service-Dependency Layer)
-
Feature Toggles/Flags (Release/Experiment/Ops/Permissioning)
-
Service-Level Agreement (SLA) - Service-Level Objective (SLO) - Service-Level Indicator (SLI)