summaryrefslogtreecommitdiffstats
path: root/docs/design.md
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-15 16:25:33 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-15 16:25:33 +0200
commit7ea7a77aab64ea61d9966caee2b8e7d33d0f5526 (patch)
tree6f568bc3721c33c1d1d1dd7bdcbbd33002cda232 /docs/design.md
parent2101028966186fb0a18acc8fe1d80d710445f00a (diff)
downloadsink-7ea7a77aab64ea61d9966caee2b8e7d33d0f5526.tar.gz
sink-7ea7a77aab64ea61d9966caee2b8e7d33d0f5526.zip
Docs
Diffstat (limited to 'docs/design.md')
-rw-r--r--docs/design.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design.md b/docs/design.md
index 9b074b1..59cdf74 100644
--- a/docs/design.md
+++ b/docs/design.md
@@ -89,7 +89,7 @@ The change replay is based on the revisions in the store. Clients (and also the
89* Shared domain types as common interface for client applications 89* Shared domain types as common interface for client applications
90 * `-` yet another abstraction layer that requires translation to other layers and maintenance 90 * `-` yet another abstraction layer that requires translation to other layers and maintenance
91 * `+` decoupling of domain logic from data access 91 * `+` decoupling of domain logic from data access
92 * `+` allows to evolve types according to needs (not coupled to specific applicatoins domain types) 92 * `+` allows to evolve types according to needs (not coupled to specific application domain types)
93 93
94# Risks 94# Risks
95* key-value store does not perform with large amounts of data 95* key-value store does not perform with large amounts of data