Useful way for implementing CI/CD pipeline is to pack code as docker and run in K8s cluster. One very practical application for data analytics is notebook based tool Apache Zeppelin. Every business department requires own configuration for zeppelin. Hence, there is an idea to create docker containers for every department and run in k8s cluster.
Read moreTag: all
Book notes – Microservice patterns: with examples in java
Structural minimization of tracking error
The structural tracking error minimization (STEM) approach produces stable tracking portfolios out-of-sample in the crucial investment period. Full version:
Quantitative Finance
Two infrastructure layers for distributed systems
It looks like, that separation between two infrastructure layers is increasing.
Read more
Why contracts are important in data intensive applications with microservices
Main purpose of using microservices architecture is to increase velocity of development and reduce system complexity.
Read more
Protected: Detecting fraud in financial reporting with ML
Book notes – Kubernetes: Up and Running: Dive into the Future of Infrastructure
Hybrid cloud architecture for data lake applications
Big data technologies nowadays are very mature. Typically you use HDFS, or another distributed file systems, like S3, for storing data, Spark as a processor engine, and YARN as a resource manager. Next steps, wich you probably would like to achieve, are implement CI/CD (continuous integration and delivery) and move workload on demand in cloud.
Read more
Remote submit of spark jobs
Remote submit is a powerful feature of Apache Spark. Why it is needed? For example, you can experiment with different versions of Spark, independent of what you have in the cluster. Or if you have no direct access to cluster you can start your spark jobs remotely.
Read more
Tuning spark parameters
Tuning spark parameters is not a trivial task. In this short post I will explain how to tune some of the important parameters.
Read more