Code Monkey home page Code Monkey logo

stackstorm-mysql's Introduction

MySQL Integration Pack

Query and Update MySQL

Pre-Requisites

You must install the libmysqlclient-dev system package, e.g. with sudo apt install libmysqlclient-dev

Configuration

Copy the example configuration in mysql.yaml.example to /opt/stackstorm/configs/mysql.yaml and edit as required.

It can contain an array of one or more sets of MySQL connection parameters, like this:

---
connections:
  community:
    host: "hostname"
    user: "user"
    pass: "password"
    db: "database"
  exchange:
    host: "mydb.local"
    user: "bob"
    pass: "PassW0rd"
    db: "st2"

Each entry should contain

  • host - Database hostname
  • user - Username to authenticate to DB
  • pass - Password for DB authentication
  • db - Database to use

When running actions, you can pass in the name of a connection, e.g. st2 run mysql.select connection="community" query="select * from foobar"

Alternatively, when running an action, you can pass in the hostname, db, user, passwd parameters.

Note : When modifying the configuration in /opt/stackstorm/configs/ please remember to tell StackStorm to load these new values by running st2ctl reload --register-configs

Actions

  • select - Run a DB query
  • insert - Insert new entries
  • update - Update records

stackstorm-mysql's People

Contributors

lindsayhill avatar blag avatar cognifloyd avatar jtopjian avatar emedvedev avatar nmaludy avatar kami avatar namachieli avatar enykeev avatar lynxye avatar manasdk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.