Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 1.36 KB

persistent-storage.md

File metadata and controls

26 lines (21 loc) · 1.36 KB

Persistent Storage Design

Please refer to this diagram for more details

SQLite db as a persistent storage

Persistent storage is needed to store data in a non-volatile device during and after the running of object store harvestor SQLite has been chosen for that purpose. Object store harvestor by defualt stores all the data in db file : harvestor.db

Object store harvestor DB persistent storage objectives

  • media files locations and types
  • sidecar locations
  • partial response from media file upload API POST request
  • partial response from media file metadata API POST request

Desktop SQLite managing tool:

Working with SQLite db file : harvestor.db

  • Download and install sqlitebrowser
  • Open sqlitebrowser application
  • open sqlitebrowser
  • Click on Browse Data
  • open sqlitebrowser
  • On the left hand side choose from the Table dropdown menu a table of your interest.
  • For more possible operations please refer to this documentation