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.
Showing posts with label distributed computing. Show all posts
Showing posts with label distributed computing. Show all posts
Friday, November 28, 2014
Subscribe to:
Posts (Atom)
Popular Articles
-
Cloud Computing has graduated from being a technology buzzword to being an essential part of any business or organization. Let's take a...
-
Today's Tech Talk Tuesday is virtual, we'll do a live one next week. Learn how to code with R like DataFrames in Julia. And see...
-
Visualizations Obtaining insights from Big Data requires new ways of looking at data. One of the most popular visualizations is the Tag C...
-
At the last Tech Talk Tuesday we took an overview of Python's Data Science related packages. The key packages for numerical...