Redirecting to original paper in 30 seconds...
Click below to go immediately or wait for automatic redirect
📄 Abstract
Abstract: This paper presents ActorDB ( Dekigoto ) , a novel database architecture that
tightly integrates a single-writer actor model for writes, Incremental View
Maintenance (IVM), and a zero-trust security model as a core component. The
primary contribution of this work is the unification of these powerful but
complex concepts into a single, cohesive system designed to reduce
architectural complexity for developers of modern, data-intensive applications.
We argue that by providing these capabilities out-of-the-box, ActorDB can offer
a more robust, secure, and developer-friendly platform compared to solutions
that require manual integration of separate systems for actor persistence,
stream processing, and security. We present the core architecture, discuss the
critical trade-offs in its design, and define the performance criteria for a
Minimum Viable Product (MVP) to validate our approach.
Key Contributions
ActorDB presents a novel database architecture that unifies the single-writer actor model, Incremental View Maintenance (IVM), and a zero-trust security model. This integration aims to reduce architectural complexity for developers of modern, data-intensive applications by providing these capabilities out-of-the-box.
Business Value
Simplifies the development of complex, data-intensive applications by providing a unified platform for data management, real-time updates, and robust security, potentially reducing development time and costs.