I'm using PostgreSQL as database.
-------------------------
id | name | value |
-------------------------
1 | john | {"id":"0001"}
-------------------------
Above is simple JSON but in the application level JSON is very big. So once we upload json data into jet how to process json data by creating a pipelines in Hazelcast Jet. Any simple suggestions would be helpful to get start on this.