Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Dockerized ElasticMQ server + web UI over Alpine Linux for local development
| Date | Stars |
|---|---|
| 2026-07-24 | 266 |
| 2026-07-25 | 266 |
| 2026-07-28 | 266 |
| 2026-07-30 | 266 |
| 2026-08-06 | 266 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Alpine SQS _(alpine-sqs)_  [](https://microbadger.com/images/roribio16/alpine-sqs "Get your own image badge on microbadger.com") [](https://microbadger.com/images/roribio16/alpine-sqs "Get your own version badge on microbadger.com") [](https://hub.docker.com/r/roribio16/alpine-sqs/) [](https://hub.docker.com/r/roribio16/alpine-sqs/) [](https://github.com/RichardLitt/standard-readme) > Dockerized ElasticMQ server + web UI over Alpine Linux for local development. Alpine SQS provides a containerized Java implementation of the Amazon Simple Queue Service (AWS-SQS). It is based on ElasticMQ running Alpine Linux and the Oracle Java 8 Server-JRE. It is compatible with AWS's API, CLI as well as the Amazon Java SDK. This allows for quicker local development without having to incurr in infrastructure costs. The goal of this repository is to maintain an updated Docker environment for ElasticMQ with an integrated web UI for visualizing queues and messages. ## Table of Contents - [Background](#background) - [Install](#install) - [Usage](#usage) - [Maintainer](#maintainer) - [Contribute](#contribute) - [License](#license) ## Background When searching for existing local implementations of SQS I came across a Docker image by [@vsouza](https://github.com/vsouza) called [docker-SQS-local](https://github.com/vsouza/docker-SQS-local) with over 11K pulls at the time. This introduced me to ElasticMQ, which this project is based on and is described by it's creators as: > a message queue system, offering an actor-based Scala and an SQS-compatible REST (query) interface. Using his work as inspiration I decided to improve upon it by implementing the following: - Reduce the Docker image foot-print as much as possible. - Automatically update to the latest ElasticMQ server. - Integrated UI for message-queue visualization. - Automatic tests & builds (work in progress). - Thorough documentation. ### See also For more information on the different projects this work is based on, please visit: - [ElasticMQ](https://github.com/adamw/elasticmq) by [@adamw](https://github.com/adamw). - [sqs-insight](https://github.com/kobim/sqs-insight) fork by [kobim](https://github.com/kobim/). Fork of [finanzcheck's now-archived sqs-insight](https://github.com/finanzcheck/sqs-insight). - [docker-alpine-java](https://github.com/anapsix/docker-alpine-java) by [anapsix](https://github.com/anapsix). ## Install ### Pre-requisites To be able to use this environment, please make sure you have installed the latest version of [Docker](https://docs.docker.com/engine/installation/). If you intend to build the environment yourself, it is recommended that you also install the latest version of [Docker Compose](https://docs.docker.com/compose/install/). ### Installation methods You can obtain the environment in two ways; The easiest is to pull the image directly from Docker Hub. Also, you may clone this repository and build/run it using Docker Compose. #### 1. Pulling from Docker Hub ``` docker pull roribio16/alpine-sqs ``` #### 2. Building from scratch ``` git clone https://github.com/roribio/alpine-sqs.git ``` ## Usage ### Running the environment Depending on how you chose to install the environment, you can initialize it in three ways: #### 1. `docker run` method Use this method if you're pulling directly from Docker Hub and do not have a `docker-compose.yml` file. ``` docker run --name alpine-sqs -p 9324:9324 -p 9325:9325 -d roribio16/alpine-sqs:latest ``` Custom configura
Excerpt of 10,147 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:793f041cf8191e7b, topic:webui, desc:web ui, readme:web ui