Running Netflix Dynomite and Dynomite-Manager at AWS Cloud

Netflix Dynomite is Kick Ass Generic Dynamo implementation for K/V Stores. Recently Netflix released the Dynomite-Manager at he NetflixOSS Meetup Season 4 Episode 2. Dynomite and Dynomite-Manager are Rock Solid both are a beautiful piece of engineering work.

Dynomite has High Throughput and Low Latency. It gives superpowers to Redis making him Strong Consistent with Quorum like semantics and multi-datacenter.  It's possible to use Dynomite as Cache or as a Data Store.


Features

Dynomite-Manager has neat features like:

  • Cold Bootstrapping
  • S3 Backups and Restores
  • Cluster Management via REST Apis
  • Token Management 
NetflixOSS Dynomite and Dynomite-Manager Presentation


Getting Started

You can get more details about Dynomite-Manager on this blog post. In this blog post, I will show how to Install Dynomite and Dynomite-Manager step-by-step in the AWS EC2 Cloud. Beware this is reference post you should not use these configs in your production Env. However, this post should help you to get Dynomite Manager up and running :D. So Let's get Started!



Cheers,
Diego Pacheco



Popular posts from this blog

Kafka Streams with Java 15

Rust and Java Interoperability

HMAC in Java