Quantcast
Channel: json - AMIS, Data Driven Blog - Oracle & Microsoft Azure
Browsing all 26 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Generate random JSON data from an AVRO schema using Java

Recently I was designing an AVRO schema and wanted to test how data would look like which conformed to this schema. I developed some Java code to generate sample data. This of course also has uses in...

View Article



Image may be NSFW.
Clik here to view.

Java: How to validate JSON against an AVRO schema

AVRO schema are often used to serialize JSON data into a compact binary format in order to for example transport it efficiently over Kafka. When you want to validate your JSON against an AVRO schema...

View Article

Image may be NSFW.
Clik here to view.

Merge AVRO schema and generate random data or Java classes

Previously I wrote about generating random data which conforms to an AVRO schema (here). In a recent use-case, I encountered the situation where there were several separate schema files containing...

View Article

Image may be NSFW.
Clik here to view.

Apache NiFi: JSON to SOAP

Apache NiFi is a powerful open source integration product. A challenge you might encounter when integrating systems is that one system can produce JSON messages and the other has a SOAP API available....

View Article

Image may be NSFW.
Clik here to view.

Apache NiFi: Having fun with Jolt transformations

Jolt is a Java library which can be used to transform JSON to JSON. A Jolt transformation specification itself is also a JSON file. You can use it in products such as Apache NiFi and Apache Camel. In...

View Article


Image may be NSFW.
Clik here to view.

Terraform – injecting local and remote Configuration Data

Read Time:3 Minute, 58 Second This article describes how a Terraform plan can read configuration data at plan and application time from local or remote JSON documents to provide dynamic, easily and...

View Article
Browsing all 26 articles
Browse latest View live




Latest Images