You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: