summaryrefslogtreecommitdiffstats
path: root/docs/storage.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/storage.md
parentbdb01c2c068df326f5a8328ed1492ab1bea388c5 (diff)
downloadsink-944d1f728cb1612daa51aa2c550c0bcb67166852.tar.gz
sink-944d1f728cb1612daa51aa2c550c0bcb67166852.zip
Use Sink in docs.
Diffstat (limited to 'docs/storage.md')
-rw-r--r--docs/storage.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/storage.md b/docs/storage.md
index 794a739..4852131 100644
--- a/docs/storage.md
+++ b/docs/storage.md
@@ -34,7 +34,7 @@ The additional revision identifies a specific instance/version of the entity.
34 34
35Uri Scheme: 35Uri Scheme:
36``` 36```
37akonadi://resource/id:revision 37sink://resource/id:revision
38``` 38```
39 39
40## Store Entities 40## Store Entities
@@ -138,7 +138,7 @@ Resources...
138 138
139Queries... 139Queries...
140 140
141* Copy the requested property to /tmp/akonadi2/client_files/ and provide the path in the property 141* Copy the requested property to /tmp/sink/client_files/ and provide the path in the property
142* The file is guaranteed to exist for the lifetime of the query result. 142* The file is guaranteed to exist for the lifetime of the query result.
143 143
144Clients.. 144Clients..
@@ -149,7 +149,7 @@ For writing:
149 149
150Clients.. 150Clients..
151 151
152* Request a path from akonadi2 and store the file there. 152* Request a path from sink and store the file there.
153* Store the path of the written file in the property. 153* Store the path of the written file in the property.
154 154
155Resources.. 155Resources..
@@ -218,7 +218,7 @@ Other useful properties:
218* couchdb 218* couchdb
219 * MVCC concurrency 219 * MVCC concurrency
220 * document store 220 * document store
221 * not embeddable (unless we write akonadi in erlang ;) 221 * not embeddable (unless we write sink in erlang ;)
222* https://github.com/simonhf/sharedhashfile 222* https://github.com/simonhf/sharedhashfile
223 * not portable (i.e. Windows; it's a mostly-Linux thing) 223 * not portable (i.e. Windows; it's a mostly-Linux thing)
224* http://sphia.org/architecture.html 224* http://sphia.org/architecture.html