Skip to content
View starqueue's full-sized avatar

Block or report starqueue

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
starqueue/README.md

StarQueue database backed message queue for Python

StarQueue is a message queue server written in Python.

It is desined to be a more simple copy of Amazon Simple Queue Server.

Clients access it via HTTP. The API is documented at https://github.com/starqueue/starqueue/tree/main/starqueueserver/website

The database is Postgres.

When I developed it initially, I included seamless support for Postgres, MySQL and Microsoft SQL server.

At some point in the development I gave up on all databases except Postgres, though I have left the MySQL and SQL server code in place.

I deployed StarQueue as an online service at one point (no longer online). This github repo is a copy of the source code for that service.

This project is not live and is archived, but I have posted it here in case anyone finds it interesting.

andrew.stuart@supercoders.com.au

Popular repositories Loading

  1. starqueue starqueue Public archive

    Python 16

  2. discuss discuss Public

  3. starqueue.github.io starqueue.github.io Public