Skip to content

peterpacket/playing_with_projections

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Clone or fork this repo.

Choose your preferred technology

Look in the client directories to get started in your preferred technology:

Make it ruby

Read the README.md of the choosen technology, and make it run.

First step

Modify the code to print:

  • The number of events in the stream.
  • The distinct type of events in the stream.

Short description

The event stream contains several types of events. The event stream is a JSON array of events. An event is structured like this:

{
  'id': 'a unique id for this event'
  'type': 'the type of the event',
  'timestamp': 'the moment the event happened',
  'payload': {
    // key-value pairs specific to the event type
    'key1': 'value1',
    'key2': 'value2';
    ...
  }
}

About

Preparation of a workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 30.3%
  • Elixir 12.3%
  • Elm 10.5%
  • JavaScript 9.3%
  • C# 8.8%
  • Kotlin 8.1%
  • Other 20.7%