shv1 / shipv1.jsonl
karawalla's picture
Upload shipv1.jsonl
cee9d3c
raw
history blame
2.89 kB
[
{
"instruction": "Connect to Kafka topic and get message",
"input": "mule",
"output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'var_topic'}",
"text": ""
},
{
"instruction": "Connect to Kafka topic topic001 and get message",
"input": "mule",
"output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic001'}",
"text": ""
},
{
"instruction": "Connect to Kafka topic topic002 and get message",
"input": "mule",
"output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic002'}",
"text": ""
},
{
"instruction": "Connect to Kafka topic topic003 and get message",
"input": "mule",
"output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic003'}",
"text": ""
},
{
"instruction": "Connect to Kafka topic topic004 and get message",
"input": "mule",
"output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic004'}",
"text": ""
},
{
"instruction": "Connect to Kafka topic topic005 and get message",
"input": "mule",
"output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic005'}",
"text": ""
},
{
"instruction": "Connect to Kafka topic topic006 and get message",
"input": "mule",
"output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic006'}",
"text": ""
},
{
"instruction": "Connect to Kafka topic topic007 and get message",
"input": "mule",
"output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic007'}",
"text": ""
},
{
"instruction": "Connect to Kafka topic topic008 and get message",
"input": "mule",
"output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic008'}",
"text": ""
},
{
"instruction": "Connect to mysql db db001 and get all data from table001",
"input": "mule",
"output": "{'category': 'com.ship.mule.db.mysql', 'type':'flow', 'id': 'get_data_from_mysql_table', 'db': 'db001', 'table': 'table001'}",
"text": ""
},
{
"instruction": "Connect to postgres db db001 and get all data from table001",
"input": "mule",
"output": "{'category': 'com.ship.mule.db.postgres', 'type':'flow', 'id': 'get_data_from_postgres_table', 'db': 'db001', 'table': 'table001'}",
"text": ""
}
]