Example of a Sugar Model descriptor:
[dataset]
name = "imaging_v1"
source = "filedot://folder/link_abc123"
compression = "7z"
[dataset.parts]
part1 = "model_ams_top.7z.001"
part2 = "model_ams_top.7z.002"
This model "sugars" (simplifies) the complexity of managing multi-part 7z archives across linked folders. filedot folder link sugar model ams txt 7z top
Run an AMS client that reads ams_rules.txt and top_sugar_model.txt: Example of a Sugar Model descriptor: [dataset] name
ams validate --source filedot://folder/top_dataset --model sugar_model
The AMS will:
"Folder link" likely refers to a symbolic link (symlink) or a junction point in a file system. These are types of pointers that allow different parts of a file system to reference the same file or directory. This concept is crucial for maintaining data consistency, especially in complex file systems or when distributing data across different storage devices. This model "sugars" (simplifies) the complexity of managing