How to Build Data-Driven Apps with Cloudflare Workers and PostgreSQL

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

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

  • @tdsora
    @tdsora 3 года назад +10

    Can you explain more about the database connection to the workers? Are the workers traversing the internet to reach the db instance? I can't imagine that's good for latency

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

    Thank you Kristian, I like cloudflare tunnel and your explanation!!!

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

    How can you set a permanent tunnel name? It's very unconvinient that the tunnel name regenerates when the docker compose restarts

  • @mortysmith7070
    @mortysmith7070 3 года назад +10

    Doesn’t this go against the nature of CloudFlare Workers?
    Workers are designed to run at the edge, while a Postgres DB is located in a single place.