Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • irdest-corrupted irdest-corrupted
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • we
  • irdest-corruptedirdest-corrupted
  • Issues
  • #10
Closed
Open
Created May 13, 2021 by Katharina Fey@spacekookie🏴Owner2 of 6 tasks completed2/6 tasks

Alexandria storage backend

Up to this point alexandria has only existed in memory. This must change before we can actually ship out user clients.

There are a lot of strategies that we could take in Alexandria, but this first pass should focus on simplicity. We can always make things more complicated later.

Also: we currently don't support external binary payloads, which makes things easier as well. Following is an outline of what needs to be implemented for basic persistence.

Outline

  • Implement Library::load() to reload an existing session
  • Fix path scaffolding in Builder and Dirs
  • Implement basic synchronisation engine
    • Sync delta objects
    • Sync metadata store (UserTable, TagCache)

General improvements

  • Add Close trait with fn close(&mut self, key: Arc<KeyPair>)
    • Implement trait for any type containing Encrypted<_> types
Edited May 17, 2021 by Katharina Fey
Assignee
Assign to
Time tracking