What is API?
Define API Complete Life Cycle
What are the components of the Anypoint platform?
What is Auto-discovery?
Types of policies
How to apply policies in an application?
Basic endpoint
Proxy endpoint
What is proxy API and how to create it?
Boomi Molecule Migration to the cloud is a new imperative for enterprises, looking to put scalability at the top of their business agenda. Read our PPT to take stock of the top 5 Boomi Molecule migration strategies that you must know to achieve value faster.
This document provides an overview and agenda for a MuleSoft Meetup event in São Paulo on managing APIs with MuleSoft. The meetup will include introductions, a sponsor presentation from Cognizant, a discussion of API gateway concepts, a demo, and questions. It will provide a safe space for attendees to learn and share integration experiences. The goal is to discuss topics key to successful application integration on MuleSoft's Anypoint Platform. Networking time will conclude the event.
MuleSoft Deployment Strategies (RTF vs Hybrid vs CloudHub)Prashanth Kurimella
Differences between MuleSoft Deployment Strategies (RTF vs Hybrid vs CloudHub)
For additional information, read https://www.linkedin.com/pulse/mulesoft-deployment-strategies-rtf-vs-hybrid-cloudhub-kurimella/
Talk about the basic principles and concepts of CI/CD as a set of practices in order to reduce integration errors through automated implementations for testing and deployments as well as the tooling behind this philosophy.
#APIOps- Agile API Development powered by API Connectpramodvallanur
API development needs to be agile to quickly adapt to changing business needs. API Connect supports agile API development through tools that simplify each stage of the API lifecycle from development to production. It provides developer tools, enables continuous integration and deployment, automates testing across environments, and ensures governance as APIs are promoted. This allows teams to focus on API development while removing distractions and friction through automation.
Clustering, Server setup and Hybrid deployment setup using Anypoint Runtime M...Manish Kumar Yadav
We will talk more about Deployment Strategies,Pros cons for all Strategies,Cluster Setup and Server setup, Clustering,Server setup and Hybrid deployment setup using Runtime Manager in Mule 4
We will also talk more about Setting up alerts,Setting up Monitoring and Setting up Visualizer,Cloudhub-vs-on-premise,Connecting on-prem Mule Runtime with ARM
As an organization grows, the body of code that needs to be regression tested constantly increases. However, to maintain high velocity and deliver new features, teams need to minimize the amount of manual regression testing. Eric Smith shares his lessons learned in automating RESTful API tests using JMeter, RSpec, and Spock. Gain insights into the pros and cons of each tool, take back practical knowledge about the tools available, and explore reasons why your shop should require RESTful automation as part of its acceptance test criteria. Many decisions must be made to automate API tests: choosing the platform; how to integrate with the current build and deploy process; and how to integrate with reporting tools to keep key stakeholders informed. Although the initial transition caused his teams to bend their traditional roles, Eric says that ultimately the team became more cross-functionally aligned and developed a greater sense of ownership for delivering a quality product.
This document provides information about Azure DevOps and DevOps practices. It discusses how DevOps brings together people, processes, and technology to automate software delivery and provide continuous value to users. It also outlines some key DevOps technologies like continuous integration, continuous delivery, and continuous monitoring. Additionally, the document shares how Azure DevOps can help teams deliver software faster and more reliably through tools for planning, source control, building, testing, and deploying.
Microsoft recently released Azure DevOps, a set of services that help developers and IT ship software faster, and with higher quality. These services cover planning, source code, builds, deployments, and artifacts. One of the great things about Azure DevOps is that it works great for any app and on any platform regardless of frameworks.
In this session, I will provide a hands on workshop guiding you through getting started with Azure Pipelines to build your application. Using continuous integration and deployment processes, you will leave with clear understanding and skills to get your applications up and running quickly in Azure DevOps and see the full benefits that CI/CD can bring to your organization.
This document discusses Continuous Integration/Continuous Delivery (CICD) with Jenkins. It begins with an introduction to how developing and releasing software can be complicated. It then provides an overview of CICD, including that continuous integration verifies new changes through testing, continuous delivery enables continuous deployment to production, and continuous deployment automatically deploys all passed changes. The document discusses how Jenkins is an open-source automation server that helps automate the software development process for CICD. It concludes with best practices for Jenkins, such as high availability, sizing Jenkins machines appropriately, and organizing pipelines and jobs.
This document provides an overview of continuous integration (CI), continuous delivery (CD), and continuous deployment. CI involves regularly integrating code changes into a central repository and running automated tests. CD builds on CI by automatically preparing code changes for release to testing environments. Continuous deployment further automates the release of changes to production without human intervention if tests pass. The benefits of CI/CD include higher quality, lower costs, faster delivery, and happier teams. Popular CI tools include Jenkins, Bamboo, CircleCI, and Travis. Key practices involve automating all stages, keeping environments consistent, and making the pipeline fast. Challenges include requiring organizational changes and technical knowledge to automate the full process.
Explore case studies from our most demanding deployments and provide a best practice approach to designing and tuning applications for optimal performance.
Continuous Integration, Build Pipelines and Continuous DeploymentChristopher Read
This document discusses core concepts and best practices for continuous integration (CI), build pipelines, and deployment. It recommends having a single source code repository, automating builds and testing, publishing the latest build, committing code frequently, building every commit, testing in production environments, keeping builds fast, ensuring all team members can see build status, automating deployment, and making CI and continuous deployment a collaborative effort between developers and system administrators. The goal is to improve quality, time to market, and confidence through practices that provide fast feedback on code changes.
Learn how Acceptance Test Driven Development (ATDD) provides the process for capturing detailed requirements as acceptance criteria and turn them into as test cases before development begins using Behavior Driven Development (BDD). The BDD approach and Gherkin format is the language used to create easy to understand and actionable scenarios that map from the functional level to the components and units. We will discuss the different approaches to TDD including a realistic approach leveraging BDD to a purest standpoint where TDD use the tests to drive the design of the application. Finally understand how the tools in Visual Studio and Team foundation Server to support BDD such as SpecFlow (Cucumber in .NET), Refactoring tools, and Test Cases in MTM.
The document discusses test automation process and framework. It provides details on what test automation means, benefits of automation, guidelines for identifying test cases to automate, challenges in automation, and components of an automation framework like data tables, libraries, object repositories, scripts, and results.
DevOps - Overview - One of the Top Trends in IT IndustryRahul Tilloo
DevOps is a software development methodology that emphasizes communication and collaboration between software developers, testers, and IT professionals. It aims to shorten the systems development life cycle and provide continuous delivery with high software quality. DevOps incorporates culture, automation, measurement, sharing, and lean/agile principles. It addresses gaps between development and operations teams. Benefits include faster delivery, more stable environments, improved collaboration, and increased innovation.
There is no doubt about the importance of automated frameworks in the Agile environment and as part of the day-to-day testing process. These are some insights to guide any automation project.
The document discusses automation testing for mobile apps using Appium. Appium allows for cross-platform mobile app testing by using the same tests across iOS and Android platforms. It functions by proxying commands to the devices to run tests using technologies like UIAutomation for iOS and UiAutomator for Android. While useful for local testing, Appium has limitations for scaling tests in continuous integration environments, where services like Sauce Labs are better suited.
Checkmarx meetup API Security - API Security top 10 - Erez YalonAdar Weidman
The document summarizes API security topics presented by Erez Yalon at a Checkmarx Meetup event. Yalon discusses how API-based applications are different from traditional apps and deserve their own security focus. He outlines the OWASP API Security Project and the proposed API Security Top 10 risks, including broken object level authorization, excessive data exposure, lack of resources/rate limiting, and improper asset management. Yalon calls for community contributions to further develop the Top 10 and other API security resources.
Oracle Cloud With Azure DevOps PipelinesJohan Louwers
Oracle Cloud DevOps with Azure Pipelines allows connecting Azure Pipelines to Oracle Cloud Infrastructure (OCI) APIs and deployed components through the use of self-hosted Azure agents running within OCI. This enables full pipeline execution within OCI while leveraging tools like Terraform for infrastructure provisioning and cx_Oracle for working with Oracle databases. Ensuring agents have direct connectivity and aiming for a software-defined automated strategy is recommended over cross-cloud connections.
Product Vision and Roadmap for Anypoint PlatformMuleSoft
This document provides an overview and roadmap for MuleSoft's product updates as of April 20th, 2017. It notes that since the previous CONNECT conference in 2016, MuleSoft has delivered 199 customer enhancements, 173 releases, and over 1050 product improvements. The roadmap highlights new and upcoming features to enable new use cases, best practices, operational excellence, analytics, and expanded developer tools. It emphasizes MuleSoft's vision of an application network and how the Anypoint Platform supports building and managing such a network through API-led connectivity, design, development, deployment, and operations tools.
The document provides an overview of Scalar DL, a tamper-evident and scalable database system. Some key points:
1. Scalar DL allows detection of Byzantine faults as long as the number of administrative domains exceeds the number of faulty domains. It can linearly scale performance and availability.
2. The system is database-agnostic and cloud-agnostic, supporting databases like Cassandra and clouds like AWS.
3. The architecture uses ledgers, ordering, and auditors. Ordering extracts parallelism while maintaining determinism. Auditors verify proofs of execution without trusting the ledger.
4. Benchmark results show Scalar DL outperforms Hyperledger Fabric for the Smallbank workload on Amazon
Dynatrace is an APM solution that provides deep visibility into application performance across complex, distributed environments. It uses PurePath technology to capture timing and code-level context for all transactions end-to-end. This allows Dynatrace to identify performance issues and their root causes faster than other tools. Dynatrace can monitor Apache Tomcat servers and provide metrics on JVM performance, database queries, requests, and more. It helps diagnose common issues like inefficient database access, microservice problems, and coding issues.
40 DevSecOps Reference Architectures for you. See what tools your peers are using to scale DevSecOps and how enterprises are automating security into their DevOps pipeline. Learn what DevSecOps tools and integrations others are deploying in 2019 and where your choices stack up as you consider shifting security left.
This document provides an overview and agenda for an online meetup discussing Ingress V2 for Runtime Fabric on self-managed Kubernetes. The agenda includes guidelines for the meetup, a walkthrough of Ingress V2, a demo, and a question and answer session. Ingress V2 allows for custom ingress configurations using ingress resource templates that define rules like hostnames, paths, backends and TLS settings. It provides benefits over the previous ingress configuration model like supporting multiple ingress controllers and configurations per application.
The document summarizes an API lifecycle management meetup presented by MuleSoft. The meetup covered the full lifecycle of API management, including design, exchange, development and testing, deployment, API management, monitoring, and error handling. It provided demonstrations of MuleSoft's Anypoint Platform tools that support each stage of the API lifecycle. Attendees were invited to provide feedback and connect with other MuleSoft community members.
The document summarizes an API lifecycle management meetup presented by MuleSoft. The meetup covered the full lifecycle of API management, including design, exchange, development and testing, deployment, API management, monitoring, and error handling. It provided demonstrations of MuleSoft's Anypoint Platform and its tools to support each stage of the API lifecycle. Attendees were invited to provide feedback and connect with other MuleSoft community members.
This document provides information about Azure DevOps and DevOps practices. It discusses how DevOps brings together people, processes, and technology to automate software delivery and provide continuous value to users. It also outlines some key DevOps technologies like continuous integration, continuous delivery, and continuous monitoring. Additionally, the document shares how Azure DevOps can help teams deliver software faster and more reliably through tools for planning, source control, building, testing, and deploying.
Microsoft recently released Azure DevOps, a set of services that help developers and IT ship software faster, and with higher quality. These services cover planning, source code, builds, deployments, and artifacts. One of the great things about Azure DevOps is that it works great for any app and on any platform regardless of frameworks.
In this session, I will provide a hands on workshop guiding you through getting started with Azure Pipelines to build your application. Using continuous integration and deployment processes, you will leave with clear understanding and skills to get your applications up and running quickly in Azure DevOps and see the full benefits that CI/CD can bring to your organization.
This document discusses Continuous Integration/Continuous Delivery (CICD) with Jenkins. It begins with an introduction to how developing and releasing software can be complicated. It then provides an overview of CICD, including that continuous integration verifies new changes through testing, continuous delivery enables continuous deployment to production, and continuous deployment automatically deploys all passed changes. The document discusses how Jenkins is an open-source automation server that helps automate the software development process for CICD. It concludes with best practices for Jenkins, such as high availability, sizing Jenkins machines appropriately, and organizing pipelines and jobs.
This document provides an overview of continuous integration (CI), continuous delivery (CD), and continuous deployment. CI involves regularly integrating code changes into a central repository and running automated tests. CD builds on CI by automatically preparing code changes for release to testing environments. Continuous deployment further automates the release of changes to production without human intervention if tests pass. The benefits of CI/CD include higher quality, lower costs, faster delivery, and happier teams. Popular CI tools include Jenkins, Bamboo, CircleCI, and Travis. Key practices involve automating all stages, keeping environments consistent, and making the pipeline fast. Challenges include requiring organizational changes and technical knowledge to automate the full process.
Explore case studies from our most demanding deployments and provide a best practice approach to designing and tuning applications for optimal performance.
Continuous Integration, Build Pipelines and Continuous DeploymentChristopher Read
This document discusses core concepts and best practices for continuous integration (CI), build pipelines, and deployment. It recommends having a single source code repository, automating builds and testing, publishing the latest build, committing code frequently, building every commit, testing in production environments, keeping builds fast, ensuring all team members can see build status, automating deployment, and making CI and continuous deployment a collaborative effort between developers and system administrators. The goal is to improve quality, time to market, and confidence through practices that provide fast feedback on code changes.
Learn how Acceptance Test Driven Development (ATDD) provides the process for capturing detailed requirements as acceptance criteria and turn them into as test cases before development begins using Behavior Driven Development (BDD). The BDD approach and Gherkin format is the language used to create easy to understand and actionable scenarios that map from the functional level to the components and units. We will discuss the different approaches to TDD including a realistic approach leveraging BDD to a purest standpoint where TDD use the tests to drive the design of the application. Finally understand how the tools in Visual Studio and Team foundation Server to support BDD such as SpecFlow (Cucumber in .NET), Refactoring tools, and Test Cases in MTM.
The document discusses test automation process and framework. It provides details on what test automation means, benefits of automation, guidelines for identifying test cases to automate, challenges in automation, and components of an automation framework like data tables, libraries, object repositories, scripts, and results.
DevOps - Overview - One of the Top Trends in IT IndustryRahul Tilloo
DevOps is a software development methodology that emphasizes communication and collaboration between software developers, testers, and IT professionals. It aims to shorten the systems development life cycle and provide continuous delivery with high software quality. DevOps incorporates culture, automation, measurement, sharing, and lean/agile principles. It addresses gaps between development and operations teams. Benefits include faster delivery, more stable environments, improved collaboration, and increased innovation.
There is no doubt about the importance of automated frameworks in the Agile environment and as part of the day-to-day testing process. These are some insights to guide any automation project.
The document discusses automation testing for mobile apps using Appium. Appium allows for cross-platform mobile app testing by using the same tests across iOS and Android platforms. It functions by proxying commands to the devices to run tests using technologies like UIAutomation for iOS and UiAutomator for Android. While useful for local testing, Appium has limitations for scaling tests in continuous integration environments, where services like Sauce Labs are better suited.
Checkmarx meetup API Security - API Security top 10 - Erez YalonAdar Weidman
The document summarizes API security topics presented by Erez Yalon at a Checkmarx Meetup event. Yalon discusses how API-based applications are different from traditional apps and deserve their own security focus. He outlines the OWASP API Security Project and the proposed API Security Top 10 risks, including broken object level authorization, excessive data exposure, lack of resources/rate limiting, and improper asset management. Yalon calls for community contributions to further develop the Top 10 and other API security resources.
Oracle Cloud With Azure DevOps PipelinesJohan Louwers
Oracle Cloud DevOps with Azure Pipelines allows connecting Azure Pipelines to Oracle Cloud Infrastructure (OCI) APIs and deployed components through the use of self-hosted Azure agents running within OCI. This enables full pipeline execution within OCI while leveraging tools like Terraform for infrastructure provisioning and cx_Oracle for working with Oracle databases. Ensuring agents have direct connectivity and aiming for a software-defined automated strategy is recommended over cross-cloud connections.
Product Vision and Roadmap for Anypoint PlatformMuleSoft
This document provides an overview and roadmap for MuleSoft's product updates as of April 20th, 2017. It notes that since the previous CONNECT conference in 2016, MuleSoft has delivered 199 customer enhancements, 173 releases, and over 1050 product improvements. The roadmap highlights new and upcoming features to enable new use cases, best practices, operational excellence, analytics, and expanded developer tools. It emphasizes MuleSoft's vision of an application network and how the Anypoint Platform supports building and managing such a network through API-led connectivity, design, development, deployment, and operations tools.
The document provides an overview of Scalar DL, a tamper-evident and scalable database system. Some key points:
1. Scalar DL allows detection of Byzantine faults as long as the number of administrative domains exceeds the number of faulty domains. It can linearly scale performance and availability.
2. The system is database-agnostic and cloud-agnostic, supporting databases like Cassandra and clouds like AWS.
3. The architecture uses ledgers, ordering, and auditors. Ordering extracts parallelism while maintaining determinism. Auditors verify proofs of execution without trusting the ledger.
4. Benchmark results show Scalar DL outperforms Hyperledger Fabric for the Smallbank workload on Amazon
Dynatrace is an APM solution that provides deep visibility into application performance across complex, distributed environments. It uses PurePath technology to capture timing and code-level context for all transactions end-to-end. This allows Dynatrace to identify performance issues and their root causes faster than other tools. Dynatrace can monitor Apache Tomcat servers and provide metrics on JVM performance, database queries, requests, and more. It helps diagnose common issues like inefficient database access, microservice problems, and coding issues.
40 DevSecOps Reference Architectures for you. See what tools your peers are using to scale DevSecOps and how enterprises are automating security into their DevOps pipeline. Learn what DevSecOps tools and integrations others are deploying in 2019 and where your choices stack up as you consider shifting security left.
This document provides an overview and agenda for an online meetup discussing Ingress V2 for Runtime Fabric on self-managed Kubernetes. The agenda includes guidelines for the meetup, a walkthrough of Ingress V2, a demo, and a question and answer session. Ingress V2 allows for custom ingress configurations using ingress resource templates that define rules like hostnames, paths, backends and TLS settings. It provides benefits over the previous ingress configuration model like supporting multiple ingress controllers and configurations per application.
The document summarizes an API lifecycle management meetup presented by MuleSoft. The meetup covered the full lifecycle of API management, including design, exchange, development and testing, deployment, API management, monitoring, and error handling. It provided demonstrations of MuleSoft's Anypoint Platform tools that support each stage of the API lifecycle. Attendees were invited to provide feedback and connect with other MuleSoft community members.
The document summarizes an API lifecycle management meetup presented by MuleSoft. The meetup covered the full lifecycle of API management, including design, exchange, development and testing, deployment, API management, monitoring, and error handling. It provided demonstrations of MuleSoft's Anypoint Platform and its tools to support each stage of the API lifecycle. Attendees were invited to provide feedback and connect with other MuleSoft community members.
The document summarizes the agenda and speakers for a MuleSoft meetup event. The agenda includes introductions of speakers, two sessions on integration and the Anypoint Platform, break periods, and a wrap-up. The first session will provide an introduction to integration and MuleSoft, while the second session will provide a deep dive into the Anypoint Platform. Two speakers are introduced - Pradhan Yash Sharma and Kirti Gurjar, who both work with MuleSoft and integration technologies.
Melbourne Virtual MuleSoft Meetup June 2022Daniel Soffner
The document summarizes a MuleSoft virtual meetup that took place on June 9th, 2022. It included presentations on universal API management and Flex Gateway by Carlos Rodriguez Iturria and Tim Dai from MuleSoft. Attendees were also able to participate in a trivia game. Upcoming MuleSoft events in June and August 2022 were announced and information was provided on how attendees could become MuleSoft mentors. The meetup concluded with a reminder for attendees to provide feedback.
MuleSoft London Community - API Marketing, Culture Change and ToolingPace Integration
The document summarizes an agenda for the MuleSoft London User Community meetup in January 2017. It provides details on the typical structure of community sessions, which include both integration strategy topics and deep dives on technology hot topics. Attendees are encouraged to join open discussions with fellow integration practitioners. The agenda also outlines specific topics to be covered, including API marketing and culture change, API tools, and the benefits of participating in the community.
Deep Dive on "Creating beautiful RESTful APIs designed to meet your customers needs from the Author(Mike Stowe) of Undisturbed REST: Achieving Undisturbed REST"
Achieving Undisturbed REST: Achieving Undisturbed REST
Create beautiful RESTful APIs designed to meet your customers needs while also being agile enough to meet the demands of ever changing platforms and businesses. Along with learning about the different types of API formats, you’ll learn how to take a user first approach, take advantage of modern design techniques, and leave with a strong understanding of API design and development – including HATEOAS/ hypermedia usage.
You can learn Mulesoft from step by step using this presentation.
This presentation was delivered in 2nd May '20 at the Surat Mulesfot Meetup.
Key topics covered during the event:
1. What is 'API' & 'Integration'
2. Introduction to API-Led Integration and MuleSoft
3. What is Anypoint Platform
4. Mulesoft Training & Certification
The document summarizes a MuleSoft meetup that took place on June 30th 2020 to discuss developing on the Anypoint Platform Enterprise Edition. The meetup agenda included an introduction, a presentation on key differences between the CE and EE versions, and a quiz. The presentation covered topics such as API-led connectivity, implementing and securing APIs, deployment and management options, and monitoring capabilities available in the EE version. It provided an example of developing a portfolio management application using the Anypoint Platform.
This document provides an agenda and materials for a MuleSoft Meetup event held in Munich, Germany on June 22nd, 2022. The agenda includes introductions, a presentation on Universal API Management featuring the API Catalog CLI, Flex Gateway, and API Governance, a demo, Q&A, a quiz, and networking. The presentation discusses how MuleSoft's API management solutions help organizations discover, manage, secure, and govern APIs across distributed architectures and environments.
MuleSoft Madrid Meetup #3 slides 2nd July 2020Ieva Navickaite
This document summarizes a presentation about automating API governance and security using Anypoint Platform. It discusses defining business groups and functional domains to organize APIs, creating environments and custom roles associated with each group, and implementing single sign-on using SAML or OpenID Connect to map custom roles to an organization's LDAP groups for user authentication and authorization. The approach aims to enable reuse of APIs, centralized access control, and automated continuous integration/delivery of APIs.
The document summarizes a meetup about APIs and MuleSoft's Anypoint Platform. It introduces MuleSoft contributor Santosh Ojha and covers topics like system APIs, process APIs, experience APIs, the API-led approach, and using Anypoint Platform to build applications. Attendees were encouraged to provide feedback and suggestions for future meetups on APIs and MuleSoft tools in Pune.
Exploring Universal API Management And Flex Gatewayshyamraj55
The document summarizes an upcoming Patna MuleSoft Meetup event on exploring universal API management and Flex Gateway. The agenda includes an introduction to universal API management, the Anypoint API Catalog CLI, Anypoint API Governance, and Anypoint Flex Gateway. It provides overviews of each topic, including the purpose of universal API management in addressing API sprawl challenges, how the API Catalog CLI can be used to catalog APIs, and how Flex Gateway delivers performance and security for APIs running anywhere. The event will conclude with a Q&A session.
The document summarizes the complete lifecycle of APIs from design to publication using MuleSoft's API platform. It discusses the key steps of designing APIs with RAML, publishing APIs to the API Exchange, sharing APIs with other users, registering APIs to link them to backend applications, pairing APIs with runtimes, applying access policies, and creating API connectors for consumption. The overall process aims to provide an end-to-end workflow for designing, publishing, and managing APIs.
Manchester MuleSoft Meetup #8 - 28 Sept.pptxAkshata Sawant
The Manchester MuleSoft Meetup Community is a group for anyone using or interested in MuleSoft's Technologies, Mule ESB, Anypoint Studio, Enterprise Integration, Web Services, and REST APIs. Come join us to learn more on "Scale with UAPIM" and "Getting Started with CloudHub 2.0".
Help us spread the knowledge of Mule!
A brief agenda:
>Networking and understanding how the MuleSoft Forum and Meetup Community are helping across the World.
>Join us to get learn how to scale with UAPIM
>Learn more about API Governance with a demo
> Latest updates from the Community and Dreamforce
>Finally, we will wrap up this event with the agenda for the next meetup. Stay connected to get updates on what's new in MuleSoft and MuleSoft Community!
Also, every participant attending this Meetup will receive swags from MuleSoft
Trivia Quiz winners will get free training vouchers from MuleSoft
Building modern secure API Products and Monetise with MuleSoft Anypoint PlatformHarshana Martin
Sydney MuleSoft Meetup - 23rd of February 2023
Building modern secure API Products and Monetise with MuleSoft Anypoint Platform
Speakers:
- Steven Whichelo | Lead Client Solution Engineer | MuleSoft
Hosts/Moderators:
- Harshana Martin | Senior Customer Success Technical Architect | MuleSoft
- Rakesh Kumar | ANZ MuleSoft Practice Leader | Cognizant
To be notified for all future events, please join the Sydney MuleSoft Meetup group at https://meetups.mulesoft.com/sydney/
The document discusses 7 steps to achieving effective API insights:
1. Identify the problem of ensuring API metrics evolve in a "virtuous" rather than "vicious" way.
2. Select meaningful metrics that are understandable, measurable, and can drive tangible outcomes.
3. Align metrics to business outcomes and objectives to ensure long-term API value.
4. Apply metrics in practice by connecting them to business goals, establishing a frequency, tracking trends over time, and avoiding "vanity" measures.
5. Instrument metrics and visualize them on a single dashboard using tools like Anypoint Monitoring and the Elastic Stack to provide insights.
6. Measure outcomes around people, processes, the application platform,
First Monterrey MuleSoft Meetup - Introduction to MuleSoft.Ricardo Rodríguez
This document summarizes an online meetup about MuleSoft hosted by Monterrey on May 8th, 2020. The meetup included introductions from the leaders, an agenda covering introductions to MuleSoft, Anypoint Platform, API-led connectivity and Catalyst. It also provided information on upcoming MuleSoft CONNECT Digital events in May, June and introductions and overviews of key components of MuleSoft's Anypoint Platform including API Manager, Runtime Manager, Design Center and Access Manager. Brief introductions to Catalyst and API-led connectivity were also presented, outlining benefits like reusability, loose coupling and distributed paradigms. The document concluded with a Q&A and reminder of an
The document discusses API layers and Anypoint Platform for APIs. It describes how API layers provide a common interface for interacting with applications and gives examples where API layers are used to connect to legacy systems or publish partner APIs. It then introduces Anypoint Platform for building, managing, and securing APIs using components like the API Gateway, API Manager, API contract manager, and API policy manager. Finally, it provides a link for more information on APIs.
The document discusses API layers and Anypoint Platform for APIs. It describes how API layers provide a common interface for interacting with applications and gives examples where API layers are used to connect to legacy systems or publish partner APIs. It then introduces Anypoint Platform for building, managing, and securing APIs using components like the API Gateway, API Manager, API contract manager, and API policy manager. Finally, it provides a link for more information on APIs.
In this Meetup, Speaker walked us through the below AWS Route 53 Concepts:
- What is DNS
- How does DNS work?
- DNS Record types
- Routing Policies
- MuleSoft vanity domain mapping
- Load distribution of MuleSoft APIs
- Failover Scenario - Disaster Recovery
Digital Transformation With MuleSoft : That Wins Customerspqrs1234
What is Digital Transformation?
Current Trends in Digital Transformation
Designing API Strategy
How Mulesoft helps in Digital Transformation?
Case Study
1. How to Secure Network Communication?
2. SSL(Secure Socket Layer)
3. Digital Certificate
Signature(Signed and Unsigned)
Digest(SHA-256, MD5)
4. Keys
Private, Public, and Session Key
5. Types of Encryption
Symmetric and Asymmetric
6. One-way and Two-way SSL
7. Keystore and Truststore
Session on API auto scaling, monitoring and Log managementpqrs1234
API Autoscaling
When to configure
How to configure
Points to be noted while configuring
Anypoint Monitoring Overview
Advantages and uses
Built-in dashboards
Custom dashboards
Reports
Alerts
Functional Monitoring
Log Management
Log Search
Log Points
Log Download
Power of salesforce LWC with Mulesoft using platform eventspqrs1234
During this event, Speaker walked us through a live demo on the below topics:
- How to create connected apps in Salesforce?
- How to authenticate Mulesoft via OAuth JWT?
- Salesforce LWC
- Salesforce Platform events
- Secure communication between Mulesoft and Salesforce via Connected Apps
Salesforce composite api mule soft connectorpqrs1234
Pain Points with Traditional Approach
What is Salesforce Composite API?
What an sObject is, Batch is and Composite Request is?
How to create nested records of the same type?
How to create multiple, unrelated records of the same type?
Limitations of the Salesforce composite connectors
Comparison between Batch, Composite Request and sObject Tree
Live Demo
HOW YOU DOIN'?
Cool, cool, cool...
Because that's what she said after THE QUIZ CLUB OF PSGCAS' TV SHOW quiz.
Grab your popcorn and be seated.
QM: THARUN S A
BCom Accounting and Finance (2023-26)
THE QUIZ CLUB OF PSGCAS.
This presentation has been made keeping in mind the students of undergraduate and postgraduate level. To keep the facts in a natural form and to display the material in more detail, the help of various books, websites and online medium has been taken. Whatever medium the material or facts have been taken from, an attempt has been made by the presenter to give their reference at the end.
In the seventh century, the rule of Sindh state was in the hands of Rai dynasty. We know the names of five kings of this dynasty- Rai Divji, Rai Singhras, Rai Sahasi, Rai Sihras II and Rai Sahasi II. During the time of Rai Sihras II, Nimruz of Persia attacked Sindh and killed him. After the return of the Persians, Rai Sahasi II became the king. After killing him, one of his Brahmin ministers named Chach took over the throne. He married the widow of Rai Sahasi and became the ruler of entire Sindh by suppressing the rebellions of the governors.
Coleoptera, commonly known as beetles, is the largest order of insects, comprising approximately 400,000 described species. Beetles can be found in almost every habitat on Earth, exhibiting a wide range of morphological, behavioral, and ecological diversity. They have a hardened exoskeleton, with the forewings modified into elytra that protect the hind wings. Beetles play important roles in ecosystems as decomposers, pollinators, and food sources for other animals, while some species are considered pests in agriculture and forestry.
How to Manage Allocations in Odoo 18 Time OffCeline George
Allocations in Odoo 18 Time Off allow you to assign a specific amount of time off (leave) to an employee. These allocations can be used to track and manage leave entitlements for employees, such as vacation days, sick leave, etc.
Adam Grant: Transforming Work Culture Through Organizational PsychologyPrachi Shah
This presentation explores the groundbreaking work of Adam Grant, renowned organizational psychologist and bestselling author. It highlights his key theories on giving, motivation, leadership, and workplace dynamics that have revolutionized how organizations think about productivity, collaboration, and employee well-being. Ideal for students, HR professionals, and leadership enthusiasts, this deck includes insights from his major works like Give and Take, Originals, and Think Again, along with interactive elements for enhanced engagement.
POS Reporting in Odoo 18 - Odoo 18 SlidesCeline George
To view all the available reports in Point of Sale, navigate to Point of Sale > Reporting. In this section, you will find detailed reports such as the Orders Report, Sales Details Report, and Session Report, as shown below.
Pests of Rice: Damage, Identification, Life history, and Management.pptxArshad Shaikh
Rice pests can significantly impact crop yield and quality. Major pests include the brown plant hopper (Nilaparvata lugens), which transmits viruses like rice ragged stunt and grassy stunt; the yellow stem borer (Scirpophaga incertulas), whose larvae bore into stems causing deadhearts and whiteheads; and leaf folders (Cnaphalocrocis medinalis), which feed on leaves reducing photosynthetic area. Other pests include rice weevils (Sitophilus oryzae) and gall midges (Orseolia oryzae). Effective management strategies are crucial to minimize losses.
Stewart Butler - OECD - How to design and deliver higher technical education ...EduSkills OECD
Stewart Butler, Labour Market Economist at the OECD presents at the webinar 'How to design and deliver higher technical education to develop in-demand skills' on 3 June 2025. You can check out the webinar recording via our website - https://oecdedutoday.com/webinars/ .
You can check out the Higher Technical Education in England report via this link 👉 - https://www.oecd.org/en/publications/higher-technical-education-in-england-united-kingdom_7c00dff7-en.html
You can check out the pathways to professions report here 👉 https://www.oecd.org/en/publications/pathways-to-professions_a81152f4-en.html
How to Create Time Off Request in Odoo 18 Time OffCeline George
Odoo 18 provides an efficient way to manage employee leave through the Time Off module. Employees can easily submit requests, and managers can approve or reject them based on company policies.
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...EduSkills OECD
Deborah Nusche, Senior Analyst, OECD presents at the OECD webinar 'Trends Spotting: Strategic foresight for tomorrow’s education systems' on 5 June 2025. You can check out the webinar on the website https://oecdedutoday.com/webinars/ Other speakers included: Deborah Nusche, Senior Analyst, OECD
Sophie Howe, Future Governance Adviser at the School of International Futures, first Future Generations Commissioner for Wales (2016-2023)
Davina Marie, Interdisciplinary Lead, Queens College London
Thomas Jørgensen, Director for Policy Coordination and Foresight at European University Association
Analysis of Quantitative Data Parametric and non-parametric tests.pptxShrutidhara2
This presentation covers the following points--
Parametric Tests
• Testing the Significance of the Difference between Means
• Analysis of Variance (ANOVA) - One way and Two way
• Analysis of Co-variance (One-way)
Non-Parametric Tests:
• Chi-Square test
• Sign test
• Median test
• Sum of Rank test
• Mann-Whitney U-test
Moreover, it includes a comparison of parametric and non-parametric tests, a comparison of one-way ANOVA, two-way ANOVA, and one-way ANCOVA.
Completed Sunday 6/8. For Weekend 6/14 & 15th. (Fathers Day Weekend US.) These workshops are also timeless for future students TY. No admissions needed.
A 9th FREE WORKSHOP
Reiki - Yoga
“Intuition-II, The Chakras”
Your Attendance is valued.
We hit over 5k views for Spring Workshops and Updates-TY.
Thank you for attending our workshops.
If you are new, do welcome.
Grad Students: I am planning a Reiki-Yoga Master Course (As a package). I’m Fusing both together.
This will include the foundation of each practice. Our Free Workshops can be used with any Reiki Yoga training package. Traditional Reiki does host rules and ethics. Its silent and within the JP Culture/Area/Training/Word of Mouth. It allows remote healing but there’s limits As practitioners and masters, we are not allowed to share certain secrets/tools. Some content is designed only for “Masters”. Some yoga are similar like the Kriya Yoga-Church (Vowed Lessons). We will review both Reiki and Yoga (Master tools) in the Course upcoming.
S9/This Week’s Focus:
* A continuation of Intuition-2 Development. We will review the Chakra System - Our temple. A misguided, misused situation lol. This will also serve Attunement later.
Thx for tuning in. Your time investment is valued. I do select topics related to our timeline and community. For those seeking upgrades or Reiki Levels. Stay tuned for our June packages. It’s for self employed/Practitioners/Coaches…
Review & Topics:
* Reiki Is Japanese Energy Healing used Globally.
* Yoga is over 5k years old from India. It hosts many styles, teacher versions, and it’s Mainstream now vs decades ago.
* Anything of the Holistic, Wellness Department can be fused together. My origins are Alternative, Complementary Medicine. In short, I call this ND. I am also a metaphysician. I learnt during the 90s New Age Era. I forget we just hit another wavy. It’s GenZ word of Mouth, their New Age Era. WHOA, History Repeats lol. We are fusing together.
* So, most of you have experienced your Spiritual Awakening. However; The journey wont be perfect. There will be some roller coaster events. The perks are: We are in a faster Spiritual Zone than the 90s. There’s more support and information available.
(See Presentation for all sections, THX AGAIN.)
3. Speaker
3
About Speaker:
⮚ 3.7 years of total experience in mulesoft.
⮚ Certified Mulesoft Developer.
⮚ Working as a solution consultant at Apisero.
⮚ Coimbatore Mule Meetup Leader.
4. Speaker
4
About Speaker:
⮚ 11 years of Technical Experience.
⮚ 6 years of Experience in the Integration Domain.
⮚ Certified Mulesoft Architect.
⮚ Mule Meetup Speaker.
⮚ Coimbatore Mule Meetup Leader
5. CHEERS..!!
We have prizes to give away!
3 Winners a special prize is ready
5
A SHOW OF HANDS:
New Members With Us.!!
6. ❖ What is API?
❖ Define API Complete Life Cycle
❖ What are the components of Anypoint platform?
❖ What is Auto-discovery?
❖ Types of policies
❖ How to apply policies in an application?
○ Basic endpoint
○ Proxy endpoint
❖ What is proxy API and how to create it?
Agenda
6
7. ❖ An API is a software mediator that allows two applications to talk to each other.
❖ An API is a messenger that delivers your request to the provider that you're requesting it from and
then delivers the response back to you.
What is API?
7
8. ❖ Full API lifecycle management is the
process of overseeing an API from
its creation to retirement across its
full life span.
❖ This includes everything from
designing, publishing, documenting,
securing, and analyzing APIs.
❖ An effective API strategy must
include an API management solution
that makes APIs easily discoverable
and reusable, and ensures that they
are properly governed and secured.
Define API Complete Life Cycle
88
10. ❖ Anypoint Design Center is a web-based tool to design API’s REST interfaces or specifications as
per the requirement. While creating the interface it will validate the interface for any syntax error and
highlight the same.
Design Center
10
11. ❖ Anypoint Exchange provides the benefit of
being able to discover, share, and
incorporate assets and resources into your
applications
❖ Within organization different development
teams can access API exchange for
getting required APIs.
❖ Once APIs are developed in Organization
then it’s published on API Exchange as
Assets so that other team can utilize APIs
as per their needs.
❖ This promotes API Reusability within the
organization.
Anypoint Exchange
11
12. 12
❖ Anypoint Studio is a user-friendly IDE (integrated development environment) used
for developing and testing Mule applications.
Anypoint Studio
13. 13
❖ Runtime manager is to deploy
and manage mule application on
mule runtime engine, where
mule runtime is running on
Cloudhub or on-premise or on
RTF.
❖ By using runtime manage you
can deploy/undeploy the mule
app
❖ You can change the runtime
version at any time
❖ You can horizontal/vertically
scale your application.
Runtime Manager
14. ❖ API Manager is a component of Anypoint Platform that helps for managing APIs from Exchange or
external sources and also API Manager is used for applying the policies to APIs.
API Manager
14
15. 15
❖ API Autodiscovery is used to create a link between API in API Manager and its
deployed mule application in runtime manager. So that the application deployed
understands the policies applied in API manager.
❖ An API in a Mule runtime can only be associated with one autodiscovery instance.
No two Autodiscoveries can be associated with the same API in a Mule Runtime.
API Autodiscovery
16. 16
API Manager provide you an out of the box feature to create proxy web service
on the go and which can sit before the actual web service and in this way a
legacy service can be accessed in more advanced way.
Creating proxy service in API manager
19. Get ready to WIN a Special Gift from MuleSoft Community
Quiz Time
20. ❖ You should not be a meetup leader.
❖ In last 30 days you shouldn’t own any trivia quiz in any
meetup.
Important Instructions for the
attendees to play Trivia quiz
21. 1. Log in to www.kahoot.it via your
mobile phone
2. Click on “Play” on top right hand side
of the web page
3. Enter the game pin that is displayed
on the quiz master’s screen
4. Give your complete name as the
nickname
5. You will be getting your questions on
your laptop screen with option.
6. For every questions you will get 20
22. 22
Share:
○ Tweet your pictures using the hashtag #CoimbatoreMuleSoftMeetup
○ Invite your network to join: https://meetups.mulesoft.com/coimbatore/
Feedback:
○ Fill out the survey feedback and suggest topics for upcoming events
○ Contact MuleSoft at [email protected] for ways to improve the program
What’s next?
23. 23
Power of Salesforce Lightning Web Components and
MuleSoft along with Platform Events On Sat, Jun 05,
2.00 PM (IST) by Amit Singh
https://meetups.mulesoft.com/events/details/mulesoft-
coimbatore-presents-power-of-salesforce-lightning-web-
components-and-mulesoft-along-with-platform-events/
Next Meetups