AWS DynamoDB shared ref-database implementation

Clone this repo:
  1. fc0df6d Merge branch 'stable-3.5' by Marcin Czech · 5 months ago master stable-3.6 stable-3.7 stable-3.8 stable-3.9
  2. 038d806 Merge branch 'stable-3.4' into stable-3.5 by Marcin Czech · 5 months ago stable-3.5
  3. 8f8dc46 Make DynamoDBRefDatebase class implement ExtendedGlobalRefDatabase by Marcin Czech · 6 months ago stable-3.4
  4. b13e4fc computeAndPut should return false instead throwing exception by Marcin Czech · 6 months ago
  5. ee898ce Consume global-refdb directly from source by Marcin Czech · 6 months ago

Gerrit DynamoDB ref-db

This plugin provides an implementation of the Gerrit global ref-db backed by AWS DynamoDB.

Requirements for using this plugin are:

  • Gerrit v3.3 or later
  • DynamoDB provisioned in AWS

Typical use-case

The global ref-db is a typical use-case of a Gerrit multi-master scenario in a multi-site setup. Refer to the Gerrit multi-site plugin for more details on the high level architecture.