English

ActorDB: A Unified Database Model Integrating Single-Writer Actors, Incremental View Maintenance, and Zero-Trust Messaging

Databases 2025-10-01 v1 Computation and Language Distributed, Parallel, and Cluster Computing

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.

Keywords

Cite

@article{arxiv.2509.25285,
  title  = {ActorDB: A Unified Database Model Integrating Single-Writer Actors, Incremental View Maintenance, and Zero-Trust Messaging},
  author = {Jun Kawasaki},
  journal= {arXiv preprint arXiv:2509.25285},
  year   = {2025}
}

Comments

7 pages, 1 table, 1 figures. Code and data available at https://github.com/com-junkawasaki/dekigoto