Why I LOVE InfluxDB!!!

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 23

  • @andreaskayy
    @andreaskayy  3 года назад +2

    What was the dumbest thing you ever wasted time on while coding?

  • @andydataguy
    @andydataguy 2 года назад +1

    This was a great video to understand the challenges faced in data. Will now be able to remember to keep an extra close eye on the timezone! Thank you 🙏🏾

    • @andreaskayy
      @andreaskayy  2 года назад

      Happy it helped. This can be really annoying

  • @andynelson2340
    @andynelson2340 3 года назад +2

    Thanks for the heads up on influx. I wasted 3 hours on a script last week I forgot to include brackets in a dataframe.

  • @dn9416
    @dn9416 3 года назад +1

    For sharing your experience

  • @prafful1723
    @prafful1723 3 года назад +1

    Haha timestamps always trick me too but wait till you use the query builder. You're limited to visualise data to a maximum of 30 days. If you want to visualise for more than that you either need to select custom date range or move on to edit the query yourself. I find it quite annoying.

    • @andreaskayy
      @andreaskayy  3 года назад

      Yeah, the UI is meant for querying short term data

  • @dn9416
    @dn9416 3 года назад +1

    Thank you ❤️

  • @wbtrap
    @wbtrap Год назад

    It’s very uncomfortable to watch because of switching from dark to light and back. Will be great to use dark styles

  • @stewiegriffin6503
    @stewiegriffin6503 2 года назад

    I watched this video and I didn't passed the interview.
    thx very much

  • @ziadirida
    @ziadirida 3 года назад +1

    What do you think about AWS Timestream for timeseries
    Also timescaleDb?
    in general

    • @andreaskayy
      @andreaskayy  3 года назад

      AWS Timestream is super expensive. I hear this everywhere.
      Also did a cost calculation a few months back.
      It's rediculous.

    • @servercookie6470
      @servercookie6470 2 года назад

      @@andreaskayy Use TimescaleDB, we also found out that AWS timestream is insanly expensive while timescaledb was the apposite and faster

  • @peternfon5768
    @peternfon5768 2 года назад

    Thanks so much for the hints. I have a problem writing data as dataframe into Influxdb. I have spent more than 4 hours but I not succeeded. Could you be of help?

    • @andreaskayy
      @andreaskayy  2 года назад +1

      Try something different! You're clearly doing it wrong. What I would do is to create a data frame manually with just a single row in it. Try to write out and use the influx ui to see if some data greets written. Most likely it's something just like I was struggling with.

    • @peternfon5768
      @peternfon5768 2 года назад

      @@andreaskayy Thanks so much for your reply. I really appreciate.

    • @peternfon5768
      @peternfon5768 2 года назад

      write_api.write(bucket=bucket, org=org, record=df, data_frame_measurement_name = 'ngerenyi')......i think i have a problem at this point to ingest the data into a bucket on Influxdb

  • @olehdevua
    @olehdevua 2 года назад +1

    Sorry Andreas, but dislike from me, because of misleading title.
    I expected to watch video about influxdb, but heard a story about stupid classic mistake!
    In my practice almost every developer goes through such mistake, while working with dates,
    usually at the beginning of his career.

  • @sevangelio
    @sevangelio 3 года назад

    I prefer Clickhouse