|
|
|
|
|
by fsajkdnjk
2316 days ago
|
|
"Essentially a database that updates continuously materialized views upon write" I do that now in my event-sourced application with stupid simple mysql. It is trivial to implement such functionality into the app layer and not into the storage where you are limited by the third party sw itself. |
|
Oh yes and it's in Rust, which is sexy.