Skip to content

samvera-labs/valkyrie-dynamodb

Repository files navigation

Valkyrie::DynamoDB

An AWS DynamoDB metadata backend for Valkyrie

CircleCI Coverage Status

Requirements

Ruby version

Ruby 2.3 or above

Installation

Add this line to your application's Gemfile:

gem 'valkyrie-dynamodb'

Usage

Follow the Valkyrie README to get a development or production environment up and running. To enable DynamoDB support, add the following to your application's config/initializers/valkyrie.rb:

Valkyrie::MetadataAdapter.register(
  Valkyrie::Persistence::DynamoDB::MetadataAdapter.new,
  :dynamodb
)

You can then use :dynamodb as a metadata adapter value in config/valkyrie.yml

Contributing

If you're working on a PR for this project, create a feature branch off of main.

This repository follows the Samvera Community Code of Conduct and language recommendations. Please do not create a branch called master for this repository or as part of your pull request; the branch will either need to be removed or renamed before it can be considered for inclusion in the code base and history of this repository.

Bug reports and pull requests are welcome on GitHub at https://github.com/samvera-labs/valkyrie-dynamodb/.

License

Valkyrie::DynamoDB is available under the Apache 2.0 license.

About

An AWS DynamoDB metadata backend for Valkyrie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published