Showing posts with label distributed computing. Show all posts
Showing posts with label distributed computing. Show all posts

Friday, November 28, 2014

Exploring Datomic by Øredev Conference

Datomic is a new database with an intriguing distributed architecture. It separates reads, writes and storage, allowing them to scale independently. Queries run inside your application code using a Datalog-based language. Spreading queries across processes isolates them from one another, enabling real-time data analysis without copying to a separate store, opening full query functionality to clients of your system, and more. This talk explores Datomic's architecture and some of it's implications, focused entirely on technical details.

Popular Articles