Data Replication #132
Replies: 5 comments
-
Can you please elaborate what exactly you mean? There is the XML export feature and the desktop sync feature for instance. |
Beta Was this translation helpful? Give feedback.
-
For example, if I upload data for one person on Device A, when I open up device B, the data is already loaded and replicated onto any devices that I use if that makes sense. Another example would be I need access to my todo list on my phone while I walk to the office. While at work, on my laptop, I should be able to view the tasks I’ve entered on my phone and vice-versa. What would be the most efficient way to do that in gramps.js? Would it require use of an Oracle database or between two relational data stores like SQL Server and PostgreSQL? |
Beta Was this translation helpful? Give feedback.
-
Gramps.js is the frontend for Gramps Web which is a complete web app with a REST API backend called Gramps Web API. So accessing it from different devices is definitely one of the main use cases. |
Beta Was this translation helpful? Give feedback.
-
So if I use Gramps Web API, I would be able to sync and replicate data providing access to different devices? Is there already a source code written for this type of use? Also since Gramps Web API would ideally be used, would Oracle or others be used? Update: |
Beta Was this translation helpful? Give feedback.
-
It depends on what you want to achieve. You can use it only in the browser - in that case, no additional tool is needed. You can get full backups anytime by downloading an XML export. If you want to use Gramps desktop on your PC and Gramps Web in your browser, then yes, you have to use the sync addon. |
Beta Was this translation helpful? Give feedback.
-
Is data replication compatible with gramp.js? If so, may you please further elaborate on how it can be done or if you have an open source code ready for it?
Beta Was this translation helpful? Give feedback.
All reactions