Closed gedw99 closed 1 month ago
Datastar, thanks. It's very boring but I guess very straightforward. It seems like a lot of people think that data star is good for real time but not for crud apps. Of course if it can handle real time it can handle the other but sometimes people just have to see it
Agreed
I’m messing around with nats notifications , minio and juicefs , to add file aspects .
the db stuff is awesome but there’s not much there for files.
Juicefs allows mapping a minio bucket as if it was local fs.
Nats just gets the notification, so you can htmx update the web gui when an image changes inside minio.
https://github.com/justinfx/minio_cleaner Inspired me - Have a look
https://github.com/juicedata/juicefs
it works with SQLite:)
You seem to always make thing more complicated than they need to be @gedw99 . SQLite can handle TB of file data fine, or if you want reactive just do an embedded NATS object store with watchers. None of this is directly related to this example though.
No I know but SQLite can’t store files .
That's news to me since I store TBs of files in them and they are the backbone of mbtiles. What are you talking about?
I did not know that datastar supports blob storage.
Datastar is a frontend framework that works with any backend. What you are talking about has nothing to do with datastar
On Wed, Oct 9, 2024, 9:04 PM ged @.***> wrote:
I did not know that datastar supports blob storage.
— Reply to this email directly, view it on GitHub https://github.com/delaneyj/realworld-datastar/issues/1#issuecomment-2403908730, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADK73F5LCBWSCFHVFJIWMTZ2X4GJAVCNFSM6AAAAABPVR6JBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBTHEYDQNZTGA . You are receiving this because you modified the open/close state.Message ID: @.***>
Thanks @delaneyj
I personally find this to be an excellent example.
love the task -w aspects with automatic compile on db change .