Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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