A simple message consumer for Gitlab WebHook messages
This project provides A simple message consumer for Gitlab WebHook messages that were previously sent to a rocketmq server
Installation
It is possible to install the tool with pip:
pip install sc-gitlab-msg-consumer
Configuration
First, make sure /var/opt/sc directory exists, if not create this directory and make sure current user has the right to create files in this directory.
You can copy default.yml to /var/opt/sc/.sc-gitlab-msg-consumer/production.yml to initialize the production configuration.
The default configuration file looks like this:
dev: # whether this program is running is development mode dev_mode: False # rocketmq configurations rocketmq: # name server ip name_server_ip: "localhost" # name server port name_server_port: 9876 # group id group_id: "GITLAB_WEBHOOK_MSG_CONSUMER" # message topic msg_topic: "GITLAB_WEBHOOK"
Running
After installation and configuration, you can simply run this program using:
sh sc-gitlab-msg-consumer
Logs will be saved at /tmp/logs/sc-sys.log
Dependencies
sc-utilities >= 0.0.2
sc-config >= 0.0.3
rocketmq-client-python >= 2.0.0
License
The script is released under the MIT License. The MIT License is registered with and approved by the Open Source Initiative [1].
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sc-gitlab-msg-consumer-0.0.2.tar.gz.
File metadata
- Download URL: sc-gitlab-msg-consumer-0.0.2.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e18e718e7a96f295c1f0a6676f6165efc65714c305704901619bb92fa11905e
|
|
| MD5 |
aa1afdd878c874fd0310b92a7dce09da
|
|
| BLAKE2b-256 |
0675f06ae4f68db247af834f971a7c621fc3db204023aaf027e4b49713bdecdb
|