AnayticsData & AnalyticsDigital Analytics
Apache Unomi, as a robust open-source customer data platform, brings unparalleled personalization capabilities to the digital realm. However, like any sophisticated technology, setting up Apache Unomi can pose challenges, particularly for those venturing into the realm of customer data management and personalization for the first time. In this blog, we’ll explore the setup process of […]
Overview In the fast-paced digital business world, understanding your customers and providing personalized experiences is essential for success. Over the last few months, we have been exploring the world of Customer Data Platforms (CDP). During this exploration, the name of the Adobe Experience Platform (AEP) Real-Time Customer Data Platform (RT-CDP), a licensed product of Adobe, […]
Introduction Sometimes We have to keep our database backup for longer retention for Security and DR Compliances in RDS. But as we know, if we have a longer backup period in RDS, it will also create more burden on the pocket, as RDS charges for storage in Normal S3 bucket format. So we can export […]
Introduction Data is a key asset in today’s business environment, holding great potential for making wise decisions and preserving a competitive edge. However, the road to efficient data management is frequently difficult and time-consuming, especially when dealing with big and varied datasets. In this first blog post of the DBT series, we will introduce dbt, […]
Big DataData & AnalyticsDevOps
In today’s world, handling complex tasks and automating them is crucial. Apache Airflow is a powerful tool that helps with this. It’s like a conductor for tasks, making everything work smoothly. When we use Airflow with Docker, it becomes even better because it’s flexible and can be easily moved around. In this blog, we’ll explain […]
Big DataData & AnalyticsSoftware development
Setup: Download the optimal version of Astro for your Windows system from link. Rename the downloaded file to “astro.exe” and save it. Add the file path to environment variables. To check if Astro has been configured correctly, run “astro” command On cmd. After the successful configuration of Astro CLI, you should get a response like […]
AndroidData & AnalyticsManual Testing
Description When the UI thread of an Android app is blocked for too long, an “Application Not Responding” (ANR) error is triggered. If the app is in the foreground, the system displays a dialog to the user, as shown in the figure below. ANRs are a problem because the app’s main thread, which is responsible […]
Microsoft Fabric is an end-to-end, cloud-based SaaS solution for data and analytics. It is built on top of an open lakehouse (OneLake) and weaves together multiple Microsoft tools to streamline all data and analytics workflows, from data integration to data engineering to data science. What is Microsoft Fabric, and why is it needed? Microsoft Fabric […]
Big DataData & AnalyticsTesting
PySpark is an open-source, distributed computing framework that provides an interface for programming Apache Spark with the Python programming language, enabling the processing of large-scale data sets across clusters of computers. PySpark is often used to process and learn from voluminous event data. Apache Spark exposes DataFrames and Datasets API that enables writing very concise […]