skeeter
detect and publish postgres events on a zeromq PUB socket
File Explorer
- bstrlib.c
- bstrlib.h
- command_line.c
- command_line.h
- config.c
- config.h
- dbg.h
- dbg_syslog.h
- display_strings.c
- display_strings.h
- main.c
- message.c
- message.h
- signal_handler.c
- signal_handler.h
- state.c
- state.h
- zmq_shim.h
- __init__.py
- config.py
- test_skeeter_notifyer.py
- test_skeeter_notifyer.sh
- test_skeeter_subscriber.py
- test_skeeter_subscriber.sh
- .gitignore
- Makefile
- README.md
- skeeterrc
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
apt-get
View Details ▼
apt-get
Debian and Ubuntu package management utility.
Search for packages using `apt-cache`.
It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later.
sudo apt-get update
Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):
sudo apt-get install {{package}}
Install a package, or update it to the latest available version:
sudo apt-get remove {{package}}
Remove a package:
// repository documentation
Was this content helpful?
(0 ratings)
