Opened at 2016-01-24T18:17:56Z
Last modified at 2016-01-25T14:43:44Z
#2712 new enhancement
implement leif's magic-folder data model
Reported by: | dawuud | Owned by: | dawuud |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.10.2 |
Keywords: | magic-folder | Cc: | |
Launchpad Bug: |
Description
implement leif's magic-folder data model
Change History (3)
comment:1 Changed at 2016-01-24T18:18:28Z by dawuud
- Keywords magic-folder added
- Owner changed from daira to dawuud
- Type changed from defect to enhancement
comment:2 Changed at 2016-01-24T18:28:17Z by leif
comment:3 Changed at 2016-01-24T20:28:22Z by dawuud
here's our small progress, modified the Upload to upload the immutable snapshot object and mutate the user's dmd to link to it. the snapshot object so far is simply an immutable directory which links to an immutable file named "content" and N number of links to parent snapshot objects.
https://github.com/david415/tahoe-lafs/tree/2712.immutable_snapshot_uploader.0
we need to persist these snapshot objects to disk. i don't think sqlite is a very good choice for this. what are some of our options to chose from other than sqlite?
As described here.
Note that this is not (yet) the agreed-upon plan for Magic Folder development, but dawuud and I are going to take a shot at it :)