GraphiQL for ASP.NET Core
One nice thing about blogging is the feedback from the readers. I got some nice kudos, but also great new ideas. One idea was born out of a question about a “graphi” UI for the GraphQL Middleware I wrote some months ago. I never heard about “graphi”, which actually is “GraphiQL,” a generic HTML UI over a GraphQL endpoint. It seemed to be something like a Swagger UI, but just for GraphQL. That sounds nice and I did some research about that.
What Is GraphiQL?
Actually, it is absolutely not the same as Swagger and not as detailed as Swagger, but it provides a simple and easy to use UI to play around with your GraphQL end-point. So you cannot really compare it. https://goo.gl/CBzKbD #DataIntegration #ML
Dockerizing, Clustering, and Queueing Up With Mule Enterprise
Dockerizing a Mule application is the process of converting a Mule application to run within a Docker container. Docker containers are based on isolation feature of Linux and run on all Linux and Microsoft OSes and have an independent isolated environment from a host system containing all the required libraries and resources for the system or server to run independently.
Docker is an open platform for all the developers and system admins where we can build, ship, and run our distributed applications. The advantage of a Docker container is it is a lightweight, portable, and a different container of the same instance can be run in parallel on the same host with different parameters and it uses only the resources assigned to it. https://goo.gl/JVCNaz #DataIntegration #ML