Neo4j connector in MuleSoft 4 In this tutorial we will demonstrate how to use neo4j connector in mule 4. But before that we should understand what is Graph Database. Graph database is a database, that uses graph structure for storing data. It also treats relationship between data as equally important to the…
Read MoreAPI Groups In Mulesoft API groups in mulesoft is a new feature added where you can club your multiple API’s and organise the API’s on the basis of domains, envoirnment and business groups you can apply SLA on the top of the Group so that it can be apply to all the API instances…
Read MoreTemplate Project To Create Mule Application In this tutorial we will demonstrate how can we create template project to create mule application and publish on exchange to create similar mule application. Sharing Mule applications as templates is a great way to share your work with other people who are in your organization in anypoint…
Read MoreUsage of Library Fragment In RAML In this tutorial we will demonstrate the usage of library fragment in raml. Library is one of the Raml Fragments. Main advantage of the raml Library is that is can defined multiple types and that can be referred from RAML file To create Raml Library, login in to…
Read MoreRetrieve URI Parameters from HTTP URL in Mule 4 In this tutorial we will demonstrate how can we retrieve the URI parameters from HTTP URL In Mule 4 Create a project in anypoint studio and configure the listener to trigger the request We have passed the empid as uri parameter as shown in below…
Read MoreGenerate Flows From RAML Using Manage Dependency In this tutorial we will Generate Flows From RAML Using Manage Dependency, This is one of the easiest way to generate the flow from RAML, in that case raml will be referred from Anypoint Exchange directly and a dependency will be added in POM.xml Create a…
Read MoreUpload files in Dropbox Using Mule 4 Dropbox Connector In this tutorial we will demonstrate how can we upload files in dropbox using Mule 4 Dropbox connector To upload the files first we need to create an account in dropbox if we don’t have any existing account and create app in dropbox, see below…
Read MoreAPI URLs Best Practices API URL plays an important role in organizing and categorizing the APIs in your organization. A good approach in defining API URL helps organization to categorize and manage them well. API URLs should map to the business domains and process they are catering to. Here are few points which…
Read MoreDataweave Tips & Guidelines Dataweave Tips & Guidelines – Here are few tips and best practices which could be useful to consider while writing dataweave. There are plenty of operators in dataweave which can make your life easy while writing complex dataweave transformation. Obviously the list below is not an exhaustive list, but we…
Read More