hyperifyio / statelessdb

StatelessDB is a cloud database server that processes encrypted client-side data without storing state, enabling secure and scalable computations.
Other
0 stars 0 forks source link

TASK Implement optional expiration property #16

Open thejhh opened 1 week ago

thejhh commented 1 week ago

Goal

Makes it possible to limit how long an object is usable. When expiration time is reached, the compute node will stop accepting requests for it.

thejhh commented 6 days ago

This can be implemented by custom logic right now if needed.