ratus

Ratus is a RESTful asynchronous task queue server. It translated concepts of distributed task queues into a set of resources that conform to REST principles and provides a consistent HTTP API for various backends. (by hyperonym)

Ratus Alternatives

Similar projects and alternatives to ratus

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ratus alternative or higher similarity.

ratus reviews and mentions

Posts with mentions or reviews of ratus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-24.
  • Ratus - a RESTful asynchronous task queue server.
    2 projects | /r/SideProject | 24 Sep 2022
    The Go ecosystem has many brilliant distributed task queue libraries, but sometimes we still have to settle for some bloated cross-platform solution in order to work with components written in other languages. To solve this problem, we created Ratus, which is a service, not a library. It translated concepts of distributed task queues into a set of resources that conform to REST principles and provides an easy-to-use HTTP API. Ratus is implemented in Go, and comes with a Go client library. Asynchronous task queues are typically used for long-running background tasks, so the overhead of the HTTP API is not significant compared to the time spent by the tasks themselves. On the other hand, the HTTP-based RESTful API can be easily accessed by all languages without using dedicated client libraries.
    2 projects | /r/SideProject | 24 Sep 2022
  • Ratus: RESTful asynchronous task queue server
    2 projects | /r/programming | 13 Sep 2022
    To solve this problem, we created Ratus, which is a service, not a library. It translated concepts of distributed task queues into a set of resources that conform to REST principles and provides an easy-to-use HTTP API. Ratus is implemented in Go, and comes with a Go client library. The current default storage engine is MongoDB (in-memory store coming soon), we will also try to integrate existing Go task queue libraries.
    2 projects | /r/programming | 13 Sep 2022
  • Golang task queue
    10 projects | /r/golang | 6 Sep 2022
    I've been working on https://github.com/hyperonym/ratus which is a RESTful asynchronous task queue server, it also comes with a Go client library.
  • A note from our sponsor - WorkOS
    workos.com | 29 Mar 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic ratus repo stats
12
97
7.6
3 days ago

hyperonym/ratus is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.

The primary programming language of ratus is Go.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com