Tag: all
Microservices vs service oriented architecture (SOA) and how containers change the rules of the game
Microservices approach gains recently popularity. Some time ago service oriented architecture (SOA) approach was very popular. But what is the difference?
Schema evolution and backward and forward compatibility for data in data lakes
We have discussed before the format for clean and derived data in data lakes. One of the popular formats for this goal is an avro format. We will talk here why it is needed and how to achieve backward and forward compatibility by designing avro schemas.
Read more
Authentication and authorizaton for XMLA Connect and Mondrian
If you would like to turn on basic authentication for mondrian cubes from excel you need to implement steps below.
Read more
How to implement Kylin dialect for Mondrian
In this post I will explain, how to implement Kylin dialect in Mondrian.
Improving performance by reading data with Hive for HDFS using subfolders (partitioning)
In ourĀ previous article we have discussed the root structure for HDFS. In this article we will discuss next level of the file structure, which will help to improve the speed of reading data.