infinispan-demos / streaming-data-workshop

Streaming data workshop with Infinispan, Vert.x and OpenShift
11 stars 7 forks source link

Prepare for workshop #23

Closed galderz closed 7 years ago

galderz commented 7 years ago

Here's a rough take on what I was expecting attendees to code:

  1. Cache put/get plus replying to a web server request.
  2. Consume a file using Observable and insert each item into the cache. (As marked in the TODO, the actual solution might vary slightly to be fully async)
  3. Create a query using query builder and attach a continuous query listener.
  4. Create a query using Ickle query language to match the two streams of data.

@tsegismont It'd be great if you could add more commits to this branch with any other Vert.x code pieces you expect attendees to code.

galderz commented 7 years ago

@tsegismont Any comments/ideas on anything else Vert.x wise for audience to exercise?

tsegismont commented 7 years ago

@galderz just commented your changes. Now looking if we can add more Vert.x related work.

galderz commented 7 years ago

@tsegismont Ok, keep me posted. Btw, the initial verticle to test the datagrid will come via @karesti whose worked on a simpler, self container, starter exercise.

galderz commented 7 years ago

@tsegismont Pushed some changes to address your concerns and some missing bits.

tsegismont commented 7 years ago

@galderz looks good to me. Please go ahead and merge. I will send another PR tonight for some Vert.x specific exercices