From fb3e8f708917cfc27f14abdec4084a04f5eedc18 Mon Sep 17 00:00:00 2001 From: Scott Sunarto Date: Thu, 27 Jun 2024 20:09:41 -0700 Subject: [PATCH] chore: update README.md --- README.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0ab82d5..a8344d3 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,19 @@ -
-

go-jobqueue

+# go-jobqueue -A durable embedded job queue for Go apps built on top of [BadgerDB](https://github.com/dgraph-io/badger). -
-
- - Code Coverage + + Codecov + - Go Report Card + Go Report Card + Go Reference -
- ---- - -**go-jobqueue** is designed to be a lightweight and portable alternative to a full-fledged job queue like [RabbitMQ] -(https://www.rabbitmq.com) that can be embedded into a single binary with your app, thereby reducing deployment and -maintenance complexity. +**go-jobqueue** is a durable embedded job queue for Go apps built on top of [BadgerDB](https://github.com/dgraph-io/badger) that provides a simple API for enqueuing jobs and processing them asynchronously while ensuring durability. It serves as a lightweight alternative to a full-fledged job queue like [RabbitMQ](https://www.rabbitmq.com) that +can be embedded into a single binary with your app, thereby reducing deployment and maintenance complexity. ## Features - Easily integrates with any existing Go programs with no service dependencies (i.e. RabbitMQ).