Connecting to Files, Part 1
ICYMI: Using the File Connector in Mule, applications have the ability to read or write the files in the local system. The following operations can be performed while using Mule’s file connector:
* Poll a file or pattern of files (ex:- .*csv) from a particular directory every certain period of time and delete, move, or leave the file as it is processed.
* Copy files from one directory to another.
* Read input files while saving a backup of the input file.
* Create new files with a specific name.
* Append output to existing files.
You can use the file connector as a: https://goo.gl/PvbbYJ #DataIntegration #ML
How to Sync Your OpenAPI Schema in Stoplight With GitHub and Runscope
This is a post from our Featured Guest Series! Glen Semino shows how to combine Stoplight and GitHub APIs with Runscope to keep your OpenAPI Schema always versioned and up to date.
About a month ago, after I and part of the SYNQ team attended the APIDays SF conference, we reflected on what we had learned at the conference. One of the things we realized was that our API spec documentation needed quite a bit of improvement. And among the tools discussed in the conference was Stoplight, which helps one design, document, mock, and debug APIs. https://goo.gl/gqJFpR #DataIntegration #ML
Architecting API Management Solutions With WSO2 API Manager, Part 1
ICYDK: At WSO2, we work with enterprises around the globe on implementing API management solutions for various scenarios. This includes use cases starting from managing APIs used within organizations, managing APIs exposed to business partners, managing third-party APIs consumed by internal systems, managing APIs publicly exposed to the internet, and many other business specific requirements. Organizations that require APIs for internal and partner usage may preliminarily deploy such systems on their internal data centers. Some deployments may also span to public cloud infrastructures depending on the need for scalability, geographical distribution, disaster recovery, cost savings, etc. On the other hand, businesses who run their existing systems on public cloud infrastructures may deploy API management solutions on the same platform.
In any of the above scenarios we first start with the business use cases and design a high level solution architecture which could illustrate the internal systems involved, integrations among multiple systems, messaging channels required, external services used, mediations needed, identity and access management, analytics, monitoring and every other aspect of the solution needed for exposing and managing APIs at different levels of the organization. This process would allow all stakeholders of the project to understand the high-level requirements of the solution for supporting business needs and design the detailed solution architecture accordingly. https://goo.gl/xq4jqg #DataIntegration #ML
