-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglossary.tex
More file actions
39 lines (39 loc) · 2.04 KB
/
glossary.tex
File metadata and controls
39 lines (39 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\newacronym{ACID}{ACID}{Atomicity, Consistency, Isolation, Durability}
\newacronym{EAV}{EAV}{Entity-Attribute-Value}
\newacronym{RDBMS}{RDBMS}{Relational Database Management Systems}
\newacronym{tx}{$t_x$}{transaction time}
\newacronym{SPA}{SPA}{Single Page Application}
\newacronym{SQL}{SQL}{Structured Query Language}
\newacronym{tv}{$t_v$}{valid time}
\newacronym{REST}{REST}{Representational State Transfer}
\newacronym{JSON}{JSON}{JavaScript Object Notation}
\newacronym{RDF}{RDF}{Resource Description Framework}
\newacronym{ORM}{ORM}{Object-Relational Mapping}
\newacronym{XML}{XML}{Extensible Markup Language}
\newacronym{RAD}{RAD}{Rapid Application Development}
\newacronym{CRUD}{CRUD}{Create, Read, Update, Delete}
\newacronym{DDD}{DDD}{Domain-Driven Design}
\newacronym{FRP}{FRP}{Functional-Reactive Programming}
\newacronym{SaaS}{SaaS}{Software-as-a-Service}
\newacronym{DDP}{DDP}{Decentralized Data Protocol}
\newacronym{MUMPS}{MUMPS}{Massachusetts General Hospital Utility Multi-Programming System}
\newacronym{edn}{edn}{Extensible Data Notation}
\newacronym{CQRS}{CQRS}{Command Query Responsibility Segregation}
\newacronym{CRDT}{CRDT}{Conflict-free Replicated Data Type}
\newacronym{OT}{OT}{Operational Transformation}
\newacronym{lvar}{lvar}{logic variable}
\newacronym{HTTP}{HTTP}{Hypertext Transfer Protocol}
\newacronym{CALM}{CALM}{Consistency as Logical Monotonicity}
\newacronym{IETF}{IETF}{Internet Engineering Task Force}
\newacronym{API}{API}{Application Programming Interface}
\newacronym{CAP}{CAP}{Consistency, Availability, Partition tolerance}
\newacronym{DSL}{DSL}{Domain-specific language}
\newacronym{UI}{UI}{User Interface}
\newacronym{DRP}{DRP}{Distributed Reactive Programming}
\newacronym{6NF}{6NF}{6\textsuperscript{th} normal form}
\newacronym{ES}{ES}{Event Sourcing}
\newacronym{txe}{txe}{Transaction entity}
\newacronym{UUID}{UUID}{Universally Unique Identifier}
\newacronym{ECS}{ECS}{Entity-Component Systems}
\newacronym{RPC}{RPC}{Remote Procedure Call}
\newacronym{PACELC}{PACELC}{Partitions: Availability or Consistency, Else Latency or Consistency}