Hello, I am building a dashboard where users can add their own user scripts. I at least want to keep the last 100 log lines stored somewhere so that the user can check them later.
I thought of using the backend’s sqlite database but that would slow down the performance of other querys that are much more high priority.
Probably object storage, like s3 or similar