@daviwil I might need this for recently accepted #NSQ package, but it missed service.

Went through a series of side-quests leading to rabbit holes containing kettles of fish to finally get some data from a #webscraper into a persistent database #arangodb. Learned a few things on the way and documented them in a blag post: https://blag.nullteilerfrei.de/2023/10/13/install-nsq-on-debian-with-init-d-and-nginx/

#cryptography #EllipticCurves #nginx #nsq #debian #pyArango #brainpool

Install NSQ on Debian with init.d and NGINX – nullteilerfrei

Ok, all planned features have been implemented in WSQ v0.5.0 https://codeberg.org/lig/wsq/releases/tag/v0.5.0

Now onto the testing on a real case. The next release will be v1.0.0, I hope.

#wsq #nsq #websocket #opensource #golang

wsq

WSQ is a lightweight framework for building a websocket bridge to NSQ.

Codeberg.org

I think that was the most documentation I wrote in my life for an Open Source project in one go today https://pkg.go.dev/codeberg.org/lig/wsq/pkg/wsq

#opensource #documentation #développement #golang #wsq #nsq #websocket

wsq package - codeberg.org/lig/wsq/pkg/wsq - Go Packages

Just 've added authentication support to `WSQ` https://codeberg.org/lig/wsq/releases/tag/v0.3.0

Now I need to write some docs.

What is WSQ?

WSQ allows web clients to use NSQ (a realtime distributed messaging platform) over websocket connections and communicate with any other service that uses the same NSQ cluster.

#opensource #golang #webdev #messaging #websocket #nsq #wsq

wsq

WSQ is a lightweight framework for building a websocket bridge to NSQ.

Codeberg.org

I've started recently another Open Source project.

```
WSQ allows web clients to use NSQ (a realtime distributed messaging platform) over websocket connections and communicate with any other service that uses the same NSQ cluster.
```

Here is the first pre-release https://codeberg.org/lig/wsq/releases/tag/v0.1.0

#nsq #wsq #golang #websocket #webdev #opensource #softwaredevelopment

wsq

WSQ is a lightweight framework for building a websocket bridge to NSQ.

Codeberg.org

`ansq` 0.1.0 release is out!

https://github.com/list-family/ansq/releases/tag/v0.1.0

`ansq` is a Python library for interacting with the NSQ messaging platform. It is written using the Python's native `asyncio` library.

In this release `ansq` introduces the nsq `lookupd` support and high-level Reader and Writer classes as well as Python 3.10 support and a number of stability improvements.

#foss #release #python #nsq

Release v0.1.0 · list-family/ansq

What's Changed Run test nsqd in a subprocess by @atugushev in #38 Test ansq against py39 by @atugushev in #41 Add Python 3.10 support by @atugushev in #42 Declare Python version requirement by @at...

GitHub

This month I've given a talk in collaboration with a colleague of mine at the PyCon Russia 2021 conference.

The talk was about NSQ in Python.

Here are the slides.
https://speakerdeck.com/lig/using-nsq-in-python

#python #nsq #pycon #conference #talk #slides

Using NSQ in Python

The talk was performed at the PyCon Russia 2021 conference in collaboration with Oleg Ivashov.