Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.21 KB

handbook.md

File metadata and controls

29 lines (19 loc) · 1.21 KB

Introduction

Hands-On Experience with Data as a Service

Objective

In this workshop we will walk-through and implement the key components of the Data as a Service architecture pattern by building out a simple real-time event driven online report.

In this workshop you will learn:

  • Overview of the DaaS pattern
  • Overview of the Rust language
  • How to create RESTful services in Rust
  • How to broker the events using Kafka
  • How to provide data analytics as a service

IMPORTANT Prior to starting the workshop, make sure

  • you have a laptop for developing on
  • have internet connection
  • have successfully installed the Rust Toolchain, Kafak, and CouchDB

Developer Slice Setup