Consume global-refdb directly from source

global-refdb is a pure Bazel build and can now be directly built
and consumed from source instead of downloading it from Maven
central.

Bug: Issue 297440085
Change-Id: I5f55f47a0f77ef4e99181d3f0fdbb9306544dbf3
3 files changed
tree: 6f8f14b9fe2f7a328d8d2540c90ed821b128f44a
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. Jenkinsfile
  5. LICENSE
  6. README.md
README.md

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.