Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prest/bgworker
Background Worker Processes for PostgreSQL written in Go
https://github.com/prest/bgworker
bgworker golang plugin postgres postgresql postgresql-extension prest
Last synced: 1 day ago
JSON representation
Background Worker Processes for PostgreSQL written in Go
- Host: GitHub
- URL: https://github.com/prest/bgworker
- Owner: prest
- License: mit
- Created: 2017-09-15T22:24:18.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T14:54:45.000Z (over 3 years ago)
- Last Synced: 2024-05-22T14:31:44.645Z (6 months ago)
- Topics: bgworker, golang, plugin, postgres, postgresql, postgresql-extension, prest
- Language: C
- Size: 8.79 KB
- Stars: 92
- Watchers: 12
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostgreSQL BGWorker
Background Worker Processes for PostgreSQL written in Go
## Build
1) Make sure the 'pg\_config' tool is in your $PATH, if not then config like the example below:
```
export PATH=/usr/lib/postgresql/9.6/bin:$PATH
```2) Build the library
```
./build.bash
```## PostgreSQL Config (postgresql.conf)
```
shared_preload_libraries = 'go_background_worker'
```## Bug report/New feature
[Issues](https://github.com/prest/prest/issues)
Set **bgworker: your title** on issue title