Coder Social home page Coder Social logo

dse-vagrant's Introduction

backend-dev-env

The canonical enviroment for back-end development. We use [Puppet] 1 for provisioning, and Vagrant for orchastrating the virtual enviroment.

Usage

  1. Clone this git repo, and cd to the directory.
  2. Download and install VirtualBox
  3. Download and install Vagrant
  4. Install the virtual machine image
vagrant box add precise64 http://files.vagrantup.com/precise64.box
  1. Launch the cluster
vagrant up

SSH to a Machine

vagrant ssh <machine_name>

Consult the current Vagrantfile and look for the host_name attributes for the names to use in the above machine_name.

Or, you can run something like:

vagrant status

...and you'll be a listing of the current machines within the Vagrant cluster

Current machine states:

kafka                    running (virtualbox)
zookeeper                running (virtualbox)

This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.

Shutdown the cluster

vagrant destroy

Re-provision the cluster

vagrant provision

Available Machine Images

  • zookeeper - A single node zookeeper instance. Zookeeper port forwarded to localhost:2181.
  • kafka - A single node kafka instance. Kafka port forwarded to localhost:9092. Requires a running instance of the zookeeper image.

dse-vagrant's People

Contributors

mstump avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.