andrew-thox / pb-printer

Queue consumer/manager. Responsible for entering data in the database.
Eclipse Public License 1.0
0 stars 0 forks source link

Consider just hashing the url and publication. #7

Open andrew-thox opened 8 years ago

andrew-thox commented 8 years ago

If a publication changes the article on a url, then it's possibly fair to say the old article doesn't exist.

andrew-thox commented 8 years ago

I think we should hash guid, url and publication and that should act as our own guid.

If they change the url of an article we can detect that in our own logic, assuming we store their guid (assuming they have a guid).