Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dcell-s3-registry

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcell-s3-registry

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

dcell-s3-registry

This provides an AWS S3 registry for DCell.

The S3 registry adapter allows DCell to use S3 as a registry instead of Redis, Zookeeper, etc.

Prerequisites

Please follow the instructions for DCell.

Installation

Add this line to your application's Gemfile:

gem 'dcell-s3-adapter'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install dcell-s3-adapter

Usage

require 'dcell'
require 'dcell/registries/s3_adapter'

DCell.start(registry: { adapter: 's3', bucket: 'bucket-name' })

Please see the DCell documentation for further details.

There is an executable example in examples/dcell-s3-registry.rb.

$ ruby examples/dcell-s3-registry.rb -n master -p 7777 -b your-unique-bucket
$ ruby examples/dcell-s3-registry.rb -n node_1 -p 7778 -b your-unique-bucket

Copyright (c) 2013 Joe Hosteny. Distributed under the MIT License. See LICENSE.txt for further details.

FAQs

Package last updated on 20 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc