CouchDb: How to delete documents older > 6 month?

Viewed 6331

I have the problem that I like to "automagically" delete documents in my couch, which are at least 6 month old. My CouchDb instance runs on a linux server, is there any way to achieve this quite simple (like writing a simple 2-line shell script) ?

2 Answers
Related