Confirmed users
971
edits
No edit summary |
|||
| Line 1: | Line 1: | ||
== Unencrypted Data | == Unencrypted Data on the Firefox Home Servers == | ||
The most ideal setup for us is to be able to do a sync session from the Firefox Home servers directly to the Sync Servers. Just like any other sync client would. This means that we run a sync session and store the unencrypted records on our own servers. This allows us to easily put a web service on top of those and to run online and offline queries on the user's data. | The most ideal setup for us is to be able to do a sync session from the Firefox Home servers directly to the Sync Servers. Just like any other sync client would. This means that we run a sync session and store the unencrypted records on our own servers. This allows us to easily put a web service on top of those and to run online and offline queries on the user's data. | ||
| Line 5: | Line 5: | ||
=== Pros === | === Pros === | ||
* We have access to unencrypted data, which means we can prepare | * We have access to unencrypted and normalized sync data, which means we can easily query it, prepare results offline and do full text search on the server | ||
* This is a simple setup, we just need to run a sync client and database servers to store the unencrypted data | * This is a simple setup, we just need to run a sync client and database servers to store the unencrypted data | ||