
A thread about #NoSQL and serverside-functions.
The move from traditional #RDBMS to NoSQL #databases brought many advantages but also led to the loss of some critical features; one example is stored procedures. Cloud services like #AWS Lambda and #Azure Functions have attempted to fill this gap but often fall short in proximity to data, consistency, and regional constraints. @fauna's document-relational database model addresses these challenges by reintegrating stored procedure-like functionality directly within the database, negating the need for external services and their associated complexities for some use cases. It's not a replacement for all use cases!!!

English