software
BASE
Basically Available, Soft State, Eventually Consistent
Definition
BASE describes the consistency model of many NoSQL and distributed databases that trade strict ACID guarantees for availability and partition tolerance. Basically Available means the system always responds, Soft State means data may change without input due to eventual consistency propagation, and Eventually Consistent means all replicas will converge to the same state given enough time and no new updates.
Ship secure code faster
Crash Override integrates security into the developer workflow. No context switching, no waiting on reviews.