Massively scalable collaborative text editor backend with Rama in 120 LOC

This is part of a series of posts exploring programming with Rama, ranging from interactive consumer apps, high-scale analytics, background processing, recommendation engines, and much more. This tutorial is self-contained, but for broader information about Rama and how it reduce … | Continue reading


@blog.redplanetlabs.com | 3 days ago

Next-level backends with Rama: storing and traversing graphs in 60 LOC

This is the first of a series of posts exploring programming with Rama, ranging from interactive consumer apps, high-scale analytics, background processing, recommendation engines, and much more. This tutorial is self-contained, but for broader information about Rama and how it r … | Continue reading


@blog.redplanetlabs.com | 9 days ago

Rama, the 100x developer platform, is now free for production use

I’m excited today to announce we’re ending our private beta and making Rama free for production use! You can download Rama here. Rama is a platform for developing any backend at any scale that unifies computation and storage, supports infinite data models, and greatly reduces the … | Continue reading


@blog.redplanetlabs.com | 17 days ago

How Multiply went from Datomic to XTDB to Rama

“With databases, the conversation always started with ‘what are we able to do?’. I rarely find myself asking what Rama is able to support, and rather ‘how?’. The requirements of the application dictate how we utilise the platform, not the other way around. Rama as a tool allows u … | Continue reading


@blog.redplanetlabs.com | 1 month ago

Migrating terabytes of data instantly (can your ALTER TABLE do this?)

Every seasoned developer has been there: whether it’s an urgent requirement change from your business leader or a faulty assumption revealing itself after a production deployment, your data needs to change, and fast. Maybe a newly-passed tariff law means recalculation of the ta … | Continue reading


@blog.redplanetlabs.com | 6 months ago

Rama is a testament to the power of Clojure

It took more than ten years of full-time work for Rama to go from an idea to a production system. I shudder to think of how long it would have taken without Clojure. Rama is a programming platform that integrates and generalizes backend development. Whereas previously backends we … | Continue reading


@blog.redplanetlabs.com | 11 months ago

2.5x better performance: Rama vs. MongoDB and Cassandra

We ran a number of benchmarks comparing Rama against the latest stable versions of MongoDB and Cassandra. The code for these benchmarks is available on Github. Rama’s indexes (called PStates) can reproduce any database’s data model since each PState is an arbitrary combination of … | Continue reading


@blog.redplanetlabs.com | 11 months ago

Everything wrong with databases and why their complexity is now unnecessary

This post is not going to be about what’s wrong with individual databases. There are so many databases and so many individual API issues, operational problems, and arbitrary limitations that it would be take forever to cover all of them. This post is about what’s wrong with datab … | Continue reading


@blog.redplanetlabs.com | 1 year ago