Added filter_recent command to cli to filter out old entities
When the store becomes large, and is partially updated regularly (eg if you have a quota for accessing an API - the French Company Registry is one example), it is useful to parse only recently added entities. To use filter_recent, the retrievedAt property of entities needs to be properly filled out.
Thanks for creating this pull request @manonromain, we're taking a look and will come back with questions if we have them.
@manonromain Just thinking about this, perhaps a different way of looking at this would be to implement a more generic filter where you can provide a value that you want to filter and the argument by which you want to filter?
Closing this as it's a bit too specific to include, and we might want to look at implementing a more general filtering tool in the future.