Code Monkey home page Code Monkey logo

Comments (6)

Daniel-t avatar Daniel-t commented on August 13, 2024

Not yet, but its easy to add new nodes now. I'll add it to the list for a soonish release.

If your keen, you can build it by running gen_scripts/run_build.js , copy the firehose html and js scripts to the parent directory and updating the package.json. If it works for you please issue a pull request and I'll bring it straight in.

from node-red-contrib-aws.

myco avatar myco commented on August 13, 2024

I made initial support for firehose.
For now only putRecord method, because I created it manually.
Didn't know how to run gen_scripts/run_build.js
Is there some instruction about it?

Pull Request: #42

from node-red-contrib-aws.

Daniel-t avatar Daniel-t commented on August 13, 2024

Added initial Firehose support, could you please test it and confirm if its functional.

This does not use msg.Payload as Record.

from node-red-contrib-aws.

myco avatar myco commented on August 13, 2024

So where is it? I can not find any correlated commit.

I think it's important to pass somehow records from other blocks. It doesn't need to be msg.Payload. Can be msg.Record instead.

BTW. According to documentation https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Firehose.html#putRecord-property
putRecord takes 'Record' as { Data: new Buffer(...) }

from node-red-contrib-aws.

Daniel-t avatar Daniel-t commented on August 13, 2024

Ok no idea what happened there. I’ll push another version today.

You will be able to use Record to pass details in for those functions that support it.

from node-red-contrib-aws.

myco avatar myco commented on August 13, 2024

OK, it works!
{ Data: new Buffer(payload) }

Thank you

from node-red-contrib-aws.

Related Issues (20)

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.