meetup-generator Build Status Maintainability

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"
}

Building

Build a gem with

$ rake build

Build a container with

$ docker build -t meetup-generator .

Running

Install and run from Rubygems

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

Run from a git checkout

$ bin/meetup-generator.rb

Run the container from earlier:

$ docker run -p 4567:4567 meetup-generator

Install as a Solaris/Illumos service

$ pfexec svccfg import package/meetup-generator.xml

Contributing

Fork it, raise a PR.