As a client
I want to create a document that has a time to live
If the access time exceeds time to live plus timestmp - last time read or modified
then the response would be not found
[x] implement timestmp
[x] record timestmp on insert
[x] record timestmp on read
[x] record timestmp on update
[x] record ttl with default 0
[x] if ttl not zero check on read timestmp + ttl > current date time - return doc otherwise return 404
As a client I want to create a document that has a time to live If the access time exceeds time to live plus timestmp - last time read or modified then the response would be not found