Thursday, September 14, 2017

Intro to Redisq: A Java Library for Asynchronous Messaging in Redis

DZone Database Zone
Intro to Redisq: A Java Library for Asynchronous Messaging in Redis
Intro to Redisq: A Java Library for Asynchronous Messaging in Redis

This blog post is about a solution that we built here at GRAKN.AI for executing tasks asynchronously. We thought it would be nice to release it as a generic Java library built on Redis.

The Task of Choosing a Task Queue

We will discuss the design choices behind the engine in another post, but — motivated by the need to simplify our distribution — we decided to use Redis as a task queue.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...