Traefik is a modern HTTP reverse proxy and load balancer. In this post, it'll be demonstrated how path-based routing can be set up by Traefik with Docker. Also a centralized authentication will be illustrated with the Forward Authentication feature of Traefik.
In this post, I'll illustrate how a web service is created using FastAPI framework where tasks are sent to multiple workers. The workers are built with Celery and Rserve. Redis is used as a message broker/result backend for Celery and a key-value store for Rserve. Demos can be run in both Docker Compose and Kubernetes.
In this post, I'll demonstrate how to create a Linux development environment on Windows using WSL. Also an example app (Rserve web service with a sidecar container) on Minikube will be demonstrated.
LocalStack provides an easy-to-use test/mocking framework for developing AWS applications. In this post, I'll demonstrate how to utilize LocalStack for development using a web service.
In the previous posts, it is discussed how to package/deploy an R machine learning model with AWS Lambda and to expose the Lambda function via Amazon API Gateway. In this post, I'll demonstrate how to host a web application that services the backend API in a serverless environment.
In previous posts, we discussed how to package and deploy an R machine learning model via Lambda. In this post, I'll demonstrate how to expose the model via Amazon API Gateway.
In the previous post, it is discuss how to develop and package an R machine learning model. In this post, I'll illustrate how to deploy the model via AWS Lambda.
In this post, I'll demonstrate how to test and develop a logistic regression model developed in R. Also the model will be packaged for AWS Lambda.
We discuss how to make use of Python outcomes in R using a package.
An article that motivates the benefits of Python for R users.