Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbychau/queue-mounts
Queue Mounts is a hooking system on top of a built-in mqtt server, in Golang.
https://github.com/abbychau/queue-mounts
Last synced: 11 days ago
JSON representation
Queue Mounts is a hooking system on top of a built-in mqtt server, in Golang.
- Host: GitHub
- URL: https://github.com/abbychau/queue-mounts
- Owner: abbychau
- Created: 2024-01-26T14:29:02.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-12T13:52:43.000Z (5 months ago)
- Last Synced: 2024-10-11T12:51:03.795Z (about 1 month ago)
- Language: Go
- Size: 11.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Queue Mounts
A persistent MQTT server that with MySQL-based-Auth, ACL, boltDB-based persistence, Websockets support.
## Usage
```bash
mv auth-mysq.example.yml auth-mysql.yml
# Edit auth-mysql.yml
go run main.go --conf=auth-mysql.yml
```