What does "BASE" mean

BASE is often used to describe the properties of NoSQL databases. In comparison with the CAP Theorem, BASE chooses availability over consistency.

Basically available - the system guarantees availability. Soft state - the state of the system may change over time, even without input. Eventual consistency - the system will become consistent over a period of time, given that the system doesn’t receive input during that period.