dvmorozov / arxiv

ArxivExpress - arxiv.org client for Android and iOS, ArxivNavigator - interactive arxiv.org metadata visualization. I would appreciate any way of contributing: GitHub issue, email or pull request.
https://dvmorozov.github.io/arxiv/
Other
0 stars 0 forks source link

Store all data in a single database #73

Open dvmorozov opened 1 year ago

dvmorozov commented 1 year ago

Task

I need data synchronization between a few devices.

Solution

1, Put all the data in a single database to exchange between devices by means of general purpose services (like GoogleDrive).

  1. All the data should be encrypted.
  2. Use git for versioning and synchronization.

Alternative

Web service as backend.