Category Archives: api

Using Avro Schema in JVM based applications

Using Avro Schema in JVM based applications Like Protobuf, Apache Avro is specially suitable for organizations with polyglot development stack. Data serialized through one language can easily be deserialized in other language on the other end of your messaging platform. This is one of the supported serialization for Confluent platform. The benefits of Avro over… Continue reading »

Swagger.ed for graphical visualization of APIs

Swagger.ed for graphical visualization of APIs

Swagger.ed for graphical visualization of APIs Swagger.ed is a chrome extension available for graphical display for our APIs exposed using swagger specification. The extension is directly available in Chrome Web Store. The package is offered by Chris Spiliotopoulos. If the extension is successfully installed, it displays these message. Plus an icon is available in toolbar… Continue reading »