|
|
|
|
|
by krn
2380 days ago
|
|
> It’s one of the most complex system one can develop The same could probably be said about the internal combustion engine, but it might soon be replaced by electric batteries, which provide a much more elegant solution. I believe that "unbundled" databases, such as Crux[1], can become the electric batteries of the database world by making a lot of the current complexity irrelevant. [1] https://opencrux.com/ |
|
After read https://www.confluent.io/blog/turning-the-database-inside-ou... I wondered about that. I think that make the log first class and "plug" relational tables (optionally) will make a amazing database engine. In short, you PERSIST your commands:
and put listeners that decide if persist or not the commands, this allow to do:POST /SendMail (to:...)
and have the flexibility to bundle the domain logic on top of the data logic in a single lang. This is my long term goal..