Skip to content
@riverqueue

River

Fast and reliable background jobs in Go.

River is a robust high-performance job processing system for Go and Postgres.

Being built for Postgres, River encourages the use of the same database for application data and job queue. By enqueueing jobs transactionally along with other database changes, whole classes of distributed systems problems are avoided. Jobs are guaranteed to be enqueued if their transaction commits, are removed if their transaction rolls back, and aren't visible for work until commit. See transactional enqueueing for more background on this philosophy.

You might be interested in:

Popular repositories Loading

  1. river river Public

    Fast and reliable background jobs in Go

    Go 3.9k 97

  2. riverui riverui Public

    A web interface for River, fast and reliable background jobs in Go.

    TypeScript 150 18

  3. riverqueue-ruby riverqueue-ruby Public

    Ruby insert-only client for River.

    Ruby 12 1

  4. riverqueue-python riverqueue-python Public

    Python insert-only client for River.

    Python 9 3

  5. rivercla rivercla Public

    River CLAs (content license agreements) and signees.

    2 7

  6. .github .github Public

    1

Repositories

Showing 8 of 8 repositories
  • riverui Public

    A web interface for River, fast and reliable background jobs in Go.

    riverqueue/riverui’s past year of commit activity
    TypeScript 150 MPL-2.0 18 8 3 Updated Mar 10, 2025
  • river Public

    Fast and reliable background jobs in Go

    riverqueue/river’s past year of commit activity
    Go 3,862 MPL-2.0 97 40 6 Updated Mar 10, 2025
  • apiframe Public
    riverqueue/apiframe’s past year of commit activity
    Go 0 MIT 0 0 1 Updated Mar 10, 2025
  • riverqueue-ruby Public

    Ruby insert-only client for River.

    riverqueue/riverqueue-ruby’s past year of commit activity
    Ruby 12 MPL-2.0 1 0 0 Updated Feb 28, 2025
  • riverqueue-python Public

    Python insert-only client for River.

    riverqueue/riverqueue-python’s past year of commit activity
    Python 9 MPL-2.0 3 0 0 Updated Feb 27, 2025
  • rivercla Public

    River CLAs (content license agreements) and signees.

    riverqueue/rivercla’s past year of commit activity
    2 7 0 0 Updated Feb 17, 2025
  • .github Public
    riverqueue/.github’s past year of commit activity
    1 0 0 0 Updated Jul 15, 2024
  • riverqueue-ruby-sequel Public archive

    Sequel driver for the River Ruby gem.

    riverqueue/riverqueue-ruby-sequel’s past year of commit activity
    0 0 0 0 Updated Mar 6, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…