Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Production experiences #2

Open
sagikazarmark opened this issue May 8, 2015 · 2 comments
Open

Production experiences #2

sagikazarmark opened this issue May 8, 2015 · 2 comments

Comments

@sagikazarmark
Copy link

I recently found this package and I think it is amazing. I am thinking about if it could be used in production. Do you have any experience with that?

@antonmedv
Copy link
Owner

Hi! I'm using it in one popular open source library: http://deployer.org
How are you thinking to use "pure" in your project?

@sagikazarmark
Copy link
Author

I am working on a feed importer project right now which imports several feeds into database. However periodically these feeds should be updated. Some feeds support returning only the changed entities (in a time range) some don't.

My plan is to cache a checksum of the original entity in pure and if it matches with the same entity in the feed then I simply skip that entity. So basically I am going to use it to calculate the changeset between two states of the data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants