All Projects → prest → Bgworker

prest / Bgworker

Licence: mit
Background Worker Processes for PostgreSQL written in Go

Programming Languages

c
50402 projects - #5 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Bgworker

Wasmer Postgres
💽🕸 Postgres library to run WebAssembly binaries.
Stars: ✭ 245 (+218.18%)
Mutual labels:  postgresql, postgres, postgresql-extension
Plv8
V8 Engine Javascript Procedural Language add-on for PostgreSQL
Stars: ✭ 1,195 (+1451.95%)
Mutual labels:  postgresql, postgres, postgresql-extension
Pg auto failover
Postgres extension and service for automated failover and high-availability
Stars: ✭ 564 (+632.47%)
Mutual labels:  postgresql, postgres, postgresql-extension
Pg hashids
Short unique id generator for PostgreSQL, using hashids
Stars: ✭ 164 (+112.99%)
Mutual labels:  postgresql, postgres, postgresql-extension
Pgx
Build Postgres Extensions with Rust!
Stars: ✭ 903 (+1072.73%)
Mutual labels:  postgresql, postgres, postgresql-extension
Pgtools
Gui application to monitor postgres database events in real time
Stars: ✭ 42 (-45.45%)
Mutual labels:  postgresql, postgres
Pg variables
Session wide variables for PostgreSQL
Stars: ✭ 44 (-42.86%)
Mutual labels:  postgresql, postgres
Barman
Barman - Backup and Recovery Manager for PostgreSQL
Stars: ✭ 1,044 (+1255.84%)
Mutual labels:  postgresql, postgres
Fullstack Apollo Express Postgresql Boilerplate
💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Stars: ✭ 1,079 (+1301.3%)
Mutual labels:  postgresql, postgres
Dbdpg
Perl Postgres driver DBD::Pg aka dbdpg
Stars: ✭ 38 (-50.65%)
Mutual labels:  postgresql, postgres
Scala Db Codegen
Scala code/boilerplate generator from a db schema
Stars: ✭ 49 (-36.36%)
Mutual labels:  postgresql, postgres
Vip Manager
Manages a virtual IP based on state kept in etcd or Consul
Stars: ✭ 75 (-2.6%)
Mutual labels:  postgresql, postgres
Ar Uuid
Override migration methods to support UUID columns without having to be explicit about it.
Stars: ✭ 41 (-46.75%)
Mutual labels:  postgresql, postgres
Toro
Multithreaded message processing on Postgres
Stars: ✭ 39 (-49.35%)
Mutual labels:  postgresql, postgres
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-49.35%)
Mutual labels:  postgresql, postgres
Postgresclientkit
A PostgreSQL client library for Swift. Does not require libpq.
Stars: ✭ 49 (-36.36%)
Mutual labels:  postgresql, postgres
Osmium
Online collaborative fitting tool.
Stars: ✭ 74 (-3.9%)
Mutual labels:  postgresql, postgres
Pg partman
Partition management extension for PostgreSQL
Stars: ✭ 1,085 (+1309.09%)
Mutual labels:  postgresql, postgresql-extension
Postgres
Async Postgres client for PHP based on Amp.
Stars: ✭ 56 (-27.27%)
Mutual labels:  postgresql, postgres
Squid
🦑 Provides SQL tagged template strings and schema definition functions.
Stars: ✭ 57 (-25.97%)
Mutual labels:  postgresql, postgres

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
  1. Build the library
./build.bash

PostgreSQL Config (postgresql.conf)

shared_preload_libraries = 'go_background_worker'

Bug report/New feature

Issues

Set bgworker: your title on issue title

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].