tcoopman / playing_with_projections_server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

Want to try the workshop, go to https://playingwithprojections.github.io/ Everything underneed is not maintained, will probably not work anymore.

Playing with Projections

Build Status Stories in Ready

The latest version of the server can be found on: https://playing-with-projections.herokuapp.com

This is the server for the workshop playing with projections:

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Preparation of a workshop

api

/stream/:id

/stream/0 is used to test the clients /stream/1 is the default generated stream

Heroku

installation followed: http://www.phoenixframework.org/docs/heroku

Generator

To prepare the generator:

cd generator
bundle install

To generate some data

ruby generate.rb

Testing

run mix test

About


Languages

Language:Elixir 51.0%Language:JavaScript 29.7%Language:Ruby 18.8%Language:Python 0.5%Language:Procfile 0.0%