HTTP client to Cassandra
Using HTTP client origin after specifying resource URL and content type, it returns the response as a JSON. Now, I need to store the response JSON in CASSANDRA column. Since the response is in the boolean value, I have used Boolean data type in CQL. Can you please help me out to store the response data in CASSANDRA column.