karawalla commited on
Commit
cee9d3c
1 Parent(s): 5a89b06

Upload shipv1.jsonl

Browse files
Files changed (1) hide show
  1. shipv1.jsonl +68 -0
shipv1.jsonl ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "instruction": "Connect to Kafka topic and get message",
4
+ "input": "mule",
5
+ "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'var_topic'}",
6
+ "text": ""
7
+ },
8
+ {
9
+ "instruction": "Connect to Kafka topic topic001 and get message",
10
+ "input": "mule",
11
+ "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic001'}",
12
+ "text": ""
13
+ },
14
+ {
15
+ "instruction": "Connect to Kafka topic topic002 and get message",
16
+ "input": "mule",
17
+ "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic002'}",
18
+ "text": ""
19
+ },
20
+ {
21
+ "instruction": "Connect to Kafka topic topic003 and get message",
22
+ "input": "mule",
23
+ "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic003'}",
24
+ "text": ""
25
+ },
26
+ {
27
+ "instruction": "Connect to Kafka topic topic004 and get message",
28
+ "input": "mule",
29
+ "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic004'}",
30
+ "text": ""
31
+ },
32
+ {
33
+ "instruction": "Connect to Kafka topic topic005 and get message",
34
+ "input": "mule",
35
+ "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic005'}",
36
+ "text": ""
37
+ },
38
+ {
39
+ "instruction": "Connect to Kafka topic topic006 and get message",
40
+ "input": "mule",
41
+ "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic006'}",
42
+ "text": ""
43
+ },
44
+ {
45
+ "instruction": "Connect to Kafka topic topic007 and get message",
46
+ "input": "mule",
47
+ "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic007'}",
48
+ "text": ""
49
+ },
50
+ {
51
+ "instruction": "Connect to Kafka topic topic008 and get message",
52
+ "input": "mule",
53
+ "output": "{'category': 'com.ship.mule.kafka', 'type':'flow', 'id': 'get_kafka_topic_message', 'topic': 'topic008'}",
54
+ "text": ""
55
+ },
56
+ {
57
+ "instruction": "Connect to mysql db db001 and get all data from table001",
58
+ "input": "mule",
59
+ "output": "{'category': 'com.ship.mule.db.mysql', 'type':'flow', 'id': 'get_data_from_mysql_table', 'db': 'db001', 'table': 'table001'}",
60
+ "text": ""
61
+ },
62
+ {
63
+ "instruction": "Connect to postgres db db001 and get all data from table001",
64
+ "input": "mule",
65
+ "output": "{'category': 'com.ship.mule.db.postgres', 'type':'flow', 'id': 'get_data_from_postgres_table', 'db': 'db001', 'table': 'table001'}",
66
+ "text": ""
67
+ }
68
+ ]