Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.28 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.28 KB

#Monaco Monaco is a cluster-aware system providing redis as a service. Using Raft for distributed leader state

Screenshot

Monaco Screenshot

Installation

On Ubuntu precise:

    $ sudo apt-add-repository -ppa:hulu-tech/ppa
    $ sudo apt-get update
    $ sudo apt-get install monaco

On other Debian builds

    $ git clone https://github.com/hulu/monaco
    $ cd monaco
    $ sudo dpkg -i Monaco_1.1.deb

Download

  • I recommend you install via package (see above)
  • Latest Release
  • Installing from source:
    $ wget https://github.com/hulu/monaco/archive/master.zip
    $ unzip master.zip && cd master
    $ ./ubuntupkg.sh
    $ sudo dpkg -i Monaco_1.1.deb

Contributors

Contributors on GitHub

License

Version

  • Version 1.1
    • Initial Release!

Usage

  • there is minimal set up required to get started with Monaco
  • see INSTRUCTIONS file

Contact

Keith Ainsworth/Hulu