meetup-generator

Test Release Gem Version

Built on an immutable polyglot femtoservice architecture, meetup-generator melds Deep ML with the power of the Blockchain to deliver planetscale insights into the direction of the most disruptive tech. On Kubernetes.

Or is it just hundred lines of Ruby putting random words into a template?

API

$ curl -s localhost:4567/api/talk | json
{
  "talk": "Dockerizing Dockerized Docker with Docker for Docker Users",
  "talker": "David Thomas",
  "role": "Open Source Dragonslayer",
  "company": "prognosticatr.io"
}

Running

$ docker run -p 8080:8080 snltd/meetup-generator:latest

Building

Build a gem with

$ rake build

Build a container with

$ docker build -t latest .

Running

Install and run from Rubygems

$ gem install meetup-generator
$ rackup $(locate_meetup-generator)

Run from a git checkout

$ bin/meetup-generator.rb

Install as a Solaris/Illumos service

$ pfexec svccfg import package/meetup-generator.xml

Contributing

Fork it, raise a PR.