Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Precondition:
    • Install a MySQL database
  • Before:
    • Create Adapter (Machine Data Simulator / Flow Rate)
    • Create Pipeline (Machine Data Simulator → MySQL Sink)
      • Configure Sink (Selector: mysql_database
        • Type: input Selector: host Value: mysql
        • Type: input Selector: port Value: 3306
        • Type: input Selector: user Value: user1root
        • Type: input Selector: password Value: 7uc4rAymrPhxv6a5
        • Type: input Selector: db Value: sp
        • Type: input Selector: table Value: #testname
  • Test:
    • Create Kafka Adapter TBD
      • (Selector: MySQL ) 
        • Type: input Selector: mysqlHost Value: mysql
        • Type: input Selector: mysqlPort Value: 3306
        • Type: input Selector: mysqlUser Value: user1root
        • Type: input Selector: mysqlPassword Value: uYaF8c5bxqaHpEEi7uc4rAymrPhxv6a5
        • Type: input Selector: mysqlDatabase Value: sp
        • Type: input Selector: mySQLTable Value: #testname
        • Type: radio Selector: replaceNullValues Value: Yes
      • Mark as timestamp: timestamp
      • Name: #testname
    • Validate in live preview: Contain 7 event properties
  • Clean Up
    •  Delete pipeline
    •  Delete two adapter:
      • MySQL adapter
      • Machine Data Simulator

...