This article describes how to connect Tableau to Google Analytics (GA) and set up the data source. Before you begin Before you begin, gather this connection information: GA email address and password Make the connection and set up the data source Start Tableau and under Connect, select Google Analytics. For a complete list of data connections, select More under ToContinue reading “Google Analytics with Tableau”
Category Archives: Uncategorized
Mule 4: Java Integration Expressions versus Code
Experienced Mule users will notice that Mule 4 takes a more opinionated approach about how to structure apps, which limits what can be done through the expression language. The intention is to provide a clear separation between the flow logic and the business logic that should be extracted through code. If you want to extract,Continue reading “Mule 4: Java Integration Expressions versus Code”
Mule 4: Error Handlers and Types
In Mule 4, error handling is no longer limited to a Java exception handling process that requires you to check the source code or force an error in order to understand what happened. Though Java Throwable errors and exceptions are still available, Mule 4 introduces a formal Error concept that’s easier to use. Now, each component declaresContinue reading “Mule 4: Error Handlers and Types”
Amazon S3 Design Center Configuration – Mule 4
Design Center enables you to create apps visually. To use Design Center, work with your Anypoint Platform administrator to ensure that you have a Design environment. For more information, see the Flow Designer Tour. To create an app in Design Center: Configure the input source (trigger) for your app. Add the connector as a component to processContinue reading “Amazon S3 Design Center Configuration – Mule 4”
How to implement Jenkins Pipeline for MuleSoft Application?
Jenkins is a free open-source continuous integration server written in Java that helps in the integration process following automation. It is a widely used software for developing application. Jenkins Pipeline is a plugin suite that helps in the implementation and integration of Pipelines to Jenkins with continuous delivery. Pipeline plugin provides capabilities like suspension andContinue reading “How to implement Jenkins Pipeline for MuleSoft Application?”
4 Ways to Connect Tableau to MongoDB
MongoDB is one of the most popular of a new breed of “NoSQL” databases. NoSQL databases are essentially the opposite of relational databases such as Oracle, SQL Server, MySQL, PostgreSQL, etc. They allow for the storage of unstructured and semi-structured data as well as the ability to maintain flexible schemas. Here are a few keyContinue reading “4 Ways to Connect Tableau to MongoDB”
Mule as an ESB for .NET application connectivity
The difficulty with .NET connectivity Connecting systems, exchanging data and arranging processes across multiple disparate systems are challenging and time-consuming tasks. Often, an Enterprise Service Bus (ESB) is employed to manage the communication and interactions of applications and services. Though an ESB makes it easy for applications composed in different programming languages to interoperate, there are notContinue reading “Mule as an ESB for .NET application connectivity”
Today, we will see the five facts that will shape the future of DevOps
The Shift of Focus From CI Pipelines to DevOps Assembly Lines Pipelines show you a complete visualization of your app from source control to production. You can see everything in a single pane of glass. It not just about doing CI now, it is about CD (continuous delivery); organizations are investing their time and effort intoContinue reading “Today, we will see the five facts that will shape the future of DevOps”
Tableau Desktop vs Tableau Public vs Tableau Reader vs Tableau Server
Tableau Public This is essentially a free version of Tableau visualization software. It allows you to use the majority of the software functions.You can create visualizations and connect to CSVs, Text and Excel documents. However, the largest difference is that Tableau Public does not allow you to save your workbooks locally. You have to saveContinue reading “Tableau Desktop vs Tableau Public vs Tableau Reader vs Tableau Server”
Overview of MuleSoft load balancer architecture
Load balancer: It is a process of distributing network traffic across multiple servers. This ensures no single server bears heavy demand. Application responsiveness increases by spreading the work evenly in the load balancers. The load balancers also have additional capabilities including security and application. In this article, let us see about MuleSoft load balancer architecture.Continue reading “Overview of MuleSoft load balancer architecture”