Get the latest tech news

Litestack: All your data infrastructure, in one Ruby gem


Contribute to oldmoe/litestack development by creating an account on GitHub.

It exploits the power and embeddedness of SQLite to deliver a full-fledged SQL database, a fast cache , a robust job queue, a reliable message broker, a full text search engine and a metrics platform all in a single package. Compared to conventional approaches that require separate servers and databases, Litestack offers superior performance, efficiency, ease of use, and cost savings. The queues need to include a name and a priority (a number between 1 and 10) and can also optionally add the token "spawn", which means every job will run it its own concurrency context (thread or fiber)

Get the Android app

Or read this on Hacker News

Read more on:

Photo of ruby

ruby

Photo of data infrastructure

data infrastructure

Photo of Ruby gem

Ruby gem

Related news:

News photo

Implementing a simple object system from scratch in Ruby

News photo

Speeding up Ruby by rewriting C in Ruby

News photo

Calculating the largest known prime in Ruby