To store the data from Imgur, and reduce the number of calls being made to Imgur overall, we should add a redis store that can be used as the backbone for the 'biketag' source. To implement this, a flag for whether or not to pull data from Redis should be ingested in the payload. If that flag is present, then there should also be a mechanism for updating data when it has become stale from another source (imgur).
To store the data from Imgur, and reduce the number of calls being made to Imgur overall, we should add a redis store that can be used as the backbone for the 'biketag' source. To implement this, a flag for whether or not to pull data from Redis should be ingested in the payload. If that flag is present, then there should also be a mechanism for updating data when it has become stale from another source (imgur).