EventStore for storing call detail record

Hi,

I have a micro-service based distributed system. I am planning to store the call detail record in a database and later the operator can retrieve the same. I am not interested for any searching. But, I want to want have a TTL for the record, if the record is sitting too long then then they should be auto purged. Also, I am looking for a FIFO based operation where the earlier records should be retrieved first.

Do you recommend EventStore for this ?

Pls let me know.

thanks, santos