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 2.9k 71

  2. riverui riverui Public

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

    TypeScript 80 5

  3. riverqueue-ruby riverqueue-ruby Public

    Ruby insert-only client for River.

    Ruby 8

  4. riverqueue-python riverqueue-python Public

    Python insert-only client for River.

    Python 6 1

  5. rivercla rivercla Public

    River CLAs (content license agreements) and signees.

    2 2

  6. .github .github Public

    1

Repositories

Showing 7 of 7 repositories
  • riverui Public

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

    riverqueue/riverui’s past year of commit activity
    TypeScript 80 MPL-2.0 5 2 0 Updated Jul 25, 2024
  • river Public

    Fast and reliable background jobs in Go

    riverqueue/river’s past year of commit activity
    Go 2,941 MPL-2.0 71 12 5 Updated Jul 24, 2024
  • .github Public
    riverqueue/.github’s past year of commit activity
    1 0 0 0 Updated Jul 15, 2024
  • riverqueue-python Public

    Python insert-only client for River.

    riverqueue/riverqueue-python’s past year of commit activity
    Python 6 MPL-2.0 1 0 0 Updated Jul 9, 2024
  • riverqueue-ruby Public

    Ruby insert-only client for River.

    riverqueue/riverqueue-ruby’s past year of commit activity
    Ruby 8 MPL-2.0 0 0 0 Updated Jul 7, 2024
  • rivercla Public

    River CLAs (content license agreements) and signees.

    riverqueue/rivercla’s past year of commit activity
    2 2 0 0 Updated Jul 1, 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…