INSERT INTO ENTITY
Syntax
INSERT INTO ENTITY entity_name [IN STORE store_name] [KEY(json_string)] VALUE (json_string);Description
Arguments
entity_name
store_name
json_string
Examples
Insert into an entity in a given Store
Insert only into the "value" of a topic in the default Kafka store
Last updated

