Meetup 02-2019 Minutes

[This article was first published on Vienna R User Group , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Self Service Data Preparation und Data Science

Peter Jeitschko

Peter presented Alteryx, a platform built for Business Analysts to master tasks like data management, data cleaning and modelling. The tool is windows only and will be ported to Linux soon. It can connect to multiple data sources and helps Business Analysts to deploy models in production. Finally, Peter also showed a Demo including data ingestion, an example of the Facebook Face API and some community features.

You can find the slides of his presentation here.

Questions

Do you have scheduling capabilities (for metadata, e.g. Atlas)?
Yes – Alteryx has scheduling capabilities server side and on the desktop.

Who is the target audience?
Business Analysts, business users?

How does it scale to millions of rows? Does it run in parallel?
Yes, to many CPU’s -> Large Server

Which language is behind Alteryx/ what is running behind the scenes?
C++?

How much?
€5195 per user per year, see also

Who are the competitors?
Knime (Open Source), Data Iku

grpc + xmlrpc in R

Florian Schwendinger

Florian presented the package gRPC to interface the popular RPC framework, see also https://github.com/nfultz/grpc. The reason to use gRPC instead of REST APIs is performance since messages are sent via protobuf instead of JSON.

You can find the slides here.

Serverless Computing with AWS for data science

Christoph Bodner and Thomas Laber

Christoph and Thomas presented a way to use R within AWS lambda functions for model deployment – thus making R functions serverless. The reasons for using lambda functions is no administration, scalability and pay per user schemes (GB/secs) allowing for fast turnarounds.

However, they also mentioned limitations and challenges deploying R as lambda functions including memory and space limits and suggested using managed container services as alternatives.

Below the materials of their presentation:

To leave a comment for the author, please follow the link and comment on their blog: Vienna R User Group .

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)