Initial import from [1]

[1] https://review.gerrithub.io/admin/repos/GerritForge/plugins_aws-dynamodb

Change-Id: Ifb9380015d64d8b305ac4fcbae60fc057b2687fe
14 files changed
tree: 0777ac9a39602ea57216de4dc41c8b67b82255ae
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. LICENSE
  5. 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.2 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.