Follow the source: usage of CQRS pattern in data lake
There is a pattern in microservices architecture: Command and Query Responsibility Segregation (CQRS). This pattern helps to design multi-purpose data lake.
Read moreBlog about big data processing and data-driven investments
There is a pattern in microservices architecture: Command and Query Responsibility Segregation (CQRS). This pattern helps to design multi-purpose data lake.
Read moreYou can buy this book by amazon.com.
Read moreMaintaining data description is useful feature. There are some ideas, how to implement this.
Read moreWe start saving data in HDFS using avro format. In previous post we have discussed about forward and backward compatibility of avro schemas. How to use this concept?
Read moreIt looks like, that separation between two infrastructure layers is increasing.
Read more
Main purpose of using microservices architecture is to increase velocity of development and reduce system complexity.
Read more
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