CI/CD : Few things to remember

CI/CD : Few things to remember

Today, CI/CD pipeline is hailed as one of the most important and beneficial practices for DevOps teams when it comes to delivering the code changes in a more reliable and quicker manner. Continuous Integration (CI) and Continuous Delivery (CD) refer to a set of...
Adoption of ETL in Data Warehouse

Adoption of ETL in Data Warehouse

ETL is Extract, Transform and Load. It is basically a process that ‘extracts’ the data from numerous sources, then ‘transforms’ them by applying calculations, concatenations etc. and lastly ‘loads’ the data into Data Warehouse system. It may seem to you like a simple...