mozilla / apk-factory-service

Web service which converts Open Web Apps into native Android apps
42 stars 18 forks source link

Create APK Metadata DB #13

Closed ozten closed 10 years ago

ozten commented 10 years ago

To support the update ping, we need a MySQL database of metadata.

ozten commented 10 years ago

We'll use SHA-1 for all digests. There will be a natural key for the table, which is a SHA digest of the manifest url.

ozten commented 10 years ago

Added DB schema and lib/db.js in the apk-metadata branch. I think we need to work on Issue#15 before we start using this feature.

ozten commented 10 years ago

This is integrated, closing.