Implement persistent streams #63

Closed
opened 2026-03-24 16:39:53 +00:00 by talksik · 1 comment
talksik commented 2026-03-24 16:39:53 +00:00 (Migrated from github.com)

We may not need a storage limit for now, but the product should have controls to create persistent streams and list all persistent streams for a user.

  • When creating a stream, the human should select a time-to-live either "network default retention window" or "keep forever"
  • List all streams including persistent ones and mark which ones are persistent (with a database icon)
  • Show an indicator when an ephemeral stream is about to expire (increases urgency)
  • Within a persistent stream, we should query all particles instead of filtering older particles
We may not need a storage limit for now, but the product should have controls to create persistent streams and list all persistent streams for a user. - [ ] When creating a stream, the human should select a time-to-live either "network default retention window" or "keep forever" - [ ] List all streams including persistent ones and mark which ones are persistent (with a database icon) - [x] Show an indicator when an ephemeral stream is about to expire (increases urgency) - [ ] Within a persistent stream, we should query all particles instead of filtering older particles
talksik commented 2026-04-07 15:38:30 +00:00 (Migrated from github.com)

We are no longer doing this in favor of #119

We are no longer doing this in favor of #119
Sign in to join this conversation.