|
|
|
|
|
by sam0x17
578 days ago
|
|
I do think something like serverless functions is the better abstraction, but there is no open format I am aware of that you can use to bring these across providers (other than arguably serverless I suppose), and generally there has been little support/interest for long/infinite running serverless functions, making some applications problematic. |
|
We have an open source library called Transact[0] that you can run anywhere, including locally, and get durable serverless with state (and even some observability). Then you can deploy it to our cloud[1] and get reliability, scalability, more observability, and a time travel debugger.
[0] https://github.com/dbos-inc/dbos-transact-py
[1] https://docs.dbos.dev