Joining databases across teams without copying data or running servers
Summary
The article introduces a 'memory that collaborates' model where databases are immutable values stored in storage, enabling cross-team joins without ETL or servers. It explains Datahike's architecture, including a distributed index space and structural sharing, that allows queries across multiple databases and times without data copying. It also covers browser-based replication and practical code examples for cross-backend joins.