Postgres in NodeRED

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 14

  • @madar9530
    @madar9530 ปีที่แล้ว

    The best Postgresql tutorial on NodeRED that I have ever seen. It is also applicable to any other database like MySQL. Thanks, you deserve 5 stars. ⭐⭐⭐⭐⭐

    • @notenoughtech
      @notenoughtech  ปีที่แล้ว

      I'll be covering grafana 2.6 soon as well

  • @noworriesmate_
    @noworriesmate_ ปีที่แล้ว

    Thank you, solid tutorial as always. I am planning to use it for fuel prices and gas station data which I get from an API.

    • @notenoughtech
      @notenoughtech  ปีที่แล้ว

      That's cool. You could submit your coords via taskr before query and re-calculate for price and distance to station before getting your value back

  • @microgluf
    @microgluf ปีที่แล้ว +1

    From my perspective, you could do it a little differently...
    Use the timescaledb plugin or the tsdb image. Also format your tables, 1 for objects fk linked, 1 for data only with object_id, key would be timestamp+object_id.
    Before you put data, convert the data table to hypertable. Will give you many more features and much faster...
    Enjoy 👍🏼😊

  • @drancerd
    @drancerd 9 หลายเดือนก่อน

    Now exists SUPABASE! It's just... Lovely❤

  • @faraazali9589
    @faraazali9589 9 หลายเดือนก่อน

    What about Timescales? Its a time series add-on for Postgres.

  • @maheshkariya
    @maheshkariya ปีที่แล้ว

    What he wrote inside debug ?

  • @balajivaithianathan5826
    @balajivaithianathan5826 ปีที่แล้ว

    Nice tutorial. I have a question, how are the connections disconnected after performing the query operation?

    • @notenoughtech
      @notenoughtech  ปีที่แล้ว

      This would be handled by the node itself. I'm not sure if the client is disconnected each time or remains connected. As I'm using this with a single client it doesn't matter to me but feel free to post experience of juggling multiple clients

  • @yvantankeu-testeurhigh-tec3379
    @yvantankeu-testeurhigh-tec3379 ปีที่แล้ว

    Nice video, I've a question, how to perform multi query on postgresql? 😮

    • @notenoughtech
      @notenoughtech  ปีที่แล้ว +1

      You can send the parameters in parallel to postgres node