summaryrefslogtreecommitdiffstats
path: root/docs/design.md
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:38 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-20 19:07:38 +0100
commit944d1f728cb1612daa51aa2c550c0bcb67166852 (patch)
treef0a52d10dfbb855da0b1db17f820b4a73bfa8e40 /docs/design.md
parentbdb01c2c068df326f5a8328ed1492ab1bea388c5 (diff)
downloadsink-944d1f728cb1612daa51aa2c550c0bcb67166852.tar.gz
sink-944d1f728cb1612daa51aa2c550c0bcb67166852.zip
Use Sink in docs.
Diffstat (limited to 'docs/design.md')
-rw-r--r--docs/design.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design.md b/docs/design.md
index 772bd65..4451b49 100644
--- a/docs/design.md
+++ b/docs/design.md
@@ -40,7 +40,7 @@ Implications of the above:
40# Overview 40# Overview
41 41
42## Client API 42## Client API
43The client facing API hides all akonadi internals from the applications and emulates a unified store that provides data through a standardized interface. 43The client facing API hides all Sink internals from the applications and emulates a unified store that provides data through a standardized interface.
44This allows applications to transparently use various data sources with various data source formats. 44This allows applications to transparently use various data sources with various data source formats.
45 45
46## Resource 46## Resource
@@ -98,4 +98,4 @@ Each resource has an internal pipeline of preprocessors that can be used for tas
98* key-value store does not perform with large amounts of data 98* key-value store does not perform with large amounts of data
99* query performance is not sufficient 99* query performance is not sufficient
100* turnaround time for modifications is too high to feel responsive 100* turnaround time for modifications is too high to feel responsive
101* design turns out similarly complex as akonadi1 101* design turns out similarly complex as Akonadi