diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:38 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-20 19:07:38 +0100 |
commit | 944d1f728cb1612daa51aa2c550c0bcb67166852 (patch) | |
tree | f0a52d10dfbb855da0b1db17f820b4a73bfa8e40 /docs/storage.md | |
parent | bdb01c2c068df326f5a8328ed1492ab1bea388c5 (diff) | |
download | sink-944d1f728cb1612daa51aa2c550c0bcb67166852.tar.gz sink-944d1f728cb1612daa51aa2c550c0bcb67166852.zip |
Use Sink in docs.
Diffstat (limited to 'docs/storage.md')
-rw-r--r-- | docs/storage.md | 8 |
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 | ||
35 | Uri Scheme: | 35 | Uri Scheme: |
36 | ``` | 36 | ``` |
37 | akonadi://resource/id:revision | 37 | sink://resource/id:revision |
38 | ``` | 38 | ``` |
39 | 39 | ||
40 | ## Store Entities | 40 | ## Store Entities |
@@ -138,7 +138,7 @@ Resources... | |||
138 | 138 | ||
139 | Queries... | 139 | Queries... |
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 | ||
144 | Clients.. | 144 | Clients.. |
@@ -149,7 +149,7 @@ For writing: | |||
149 | 149 | ||
150 | Clients.. | 150 | Clients.. |
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 | ||
155 | Resources.. | 155 | Resources.. |
@@ -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 |