GithubHelp home page GithubHelp logo

node-red-contrib-td's Introduction

node-red-contrib-td

Japanese

A Node-RED node to write to TreasureData.

NPM

Pre-requisites

The node-red-contrib-td requires Node-RED to be installed.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-td

Restart your Node-RED instance, the td node appears in the palette and ready for use.

Overview

Provides two nodes: a node that query tables, and a node that insert objects.

td in node

Use presto query to get data from Treasure Data.

Set presto query in msg.payload.

Tip: For information on how to write queries in Presto refer to this Presto Query Engine Introduction.

td out ndoe

Inserts objects into the specified table.

Set the objects to be inserted into msg.payload.

Tip: Set the data to be inserted in JSON format.

{"name":"test", "num":1234}

Acknowledgements

The node-red-contrib-td uses the following open source software:

  • td - Node.js Client Library for Treasure Data.

License

See license (Apache License Version 2.0).

Contributing

Both submitting issues to GitHub issues and Pull requests are welcome to contribute.

Developers

If the developer wants to modify the source of node-red-contrib-td, run the following code to create a clone.

cd ~\.node-red\node_modules
git clone https://github.com/joeartsea/node-red-contrib-td.git
cd node-red-contrib-td
npm install

node-red-contrib-td's People

Contributors

moriuchi avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

moriuchi

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.