Skip to content

Commit 7136f3b

Browse files
committed
Document use of content-addressable storage
This is what Git does when using the file backend, so it's could be mildly familiar to developers.
1 parent 5fe2e7a commit 7136f3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pacs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DICOM PACS (Picture Archiving and Communication System) server for receiving and
77
The PACS server is a lightweight, production-ready DICOM storage solution that:
88

99
- Receives medical images via DICOM C-STORE protocol
10-
- Stores the images using hash-based directory structure
10+
- Stores the images using [hash-based directory structure](https://en.wikipedia.org/wiki/Content-addressable_storage)
1111
- Indexes metadata in SQLite database
1212
- Runs in a separate container alongside the [MWL Server](../mwl/README.md) (see [ADR-003](../adr/ADR-003_Separate_containers_for_PACS_and_MWL.md))
1313

0 commit comments

Comments
 (0)