Live data from Hacker News

Viewing profile — burggraf

burggraf

HN member
Joined
Sun, Apr 18, 2021, 3:14 AM UTC
HN karma
76
Public activity
56 items

About burggraf

No profile information was provided.

Recent public activity

  1. comment
    Comment #40042061

    > Curious to see how many of those million databases are from free users. A LOT! Probably most. But Supabase is committed to the free tier and it's not going anywhere. It's crucial…

  2. comment
    Comment #36011034

    Supabase developer here. It shouldn't (and doesn't) take a week to migrate 40GB, I'm sure most of that time was strategizing, analyzing, and testing things. Supabase is pure Postgr…

  3. comment
    Comment #36011016

    https://supabase.com/docs/guides/platform/going-into-prod

  4. comment
    Comment #35541891

    Just as a note, Supabase received SOC2 Type 2 compliance last week (we've had Type 1 for a long time already) and now we're working on HIPAA.

  5. comment
    Comment #35519537

    Supabase developer here. We're big fans of Pocketbase here and love the stuff they're doing. I did some work with it early on and it's great, but since I'm not a Go developer, I fo…

  6. comment
    Comment #35246891

    Supabase developer here: keep in mind that, while PostgreSQL is unapologetically SQL-based, it's support for JSON and JSONB fields give it a lot of the powers of NoSQL. These days …

  7. comment
    Comment #33989033

    Note this was written before edge functions were released, so it may make more sense to make these calls from edge functions, depending on what you're trying to do.

  8. comment
    Comment #33989000

    Here's an older repo[0] I put together to show how to do some custom auth stuff. Take a look and see if you can use some ideas from here. 0. https://github.com/burggraf/supabase-ro…

  9. comment
    Comment #33792340

    SQL or NoSQL? These days it's a religious argument (tabs vs spaces, anyone?) I've been using SQL since the late 80's, and spent several years working with NoSQL offerings. There we…

  10. story
  11. comment
    Comment #33103660

    It’s a busybox shell that does quite a bit. Plus you have pg_dump which you can use to shuttle data from an external database to the local database or vice-versa.

  12. comment
    Comment #33082442

    This exists, but with limitations: [0][1] [0] https://medium.com/wasmer/announcing-the-first-postgres-exte... [1] https://github.com/wasmerio/wasmer-postgres

  13. comment
    Comment #33081305

    Yes, we can include postgis. I'm currently investigating how to include other PostgreSQL extensions as well. A fair number of standard extensions are already included, but there ar…

  14. comment
    Comment #33075029

    Oh, so it's not related to PostgreSQL. I'm super interested in new and different uses for WASM. This could open some new doors.

  15. comment
    Comment #33074737

    Why Postgres? (There's already a WASM version of SQLite [0], btw, and it's very cool.) We did this with Postgres for a number of reasons: 1. It's a slightly difficult task, and in …

  16. comment
    Comment #33073426

    So I've been using this for a couple weeks now on my mobile phone. There's really no reason to do this, other than I'm sitting in a car waiting for my wife to come out of the groce…

  17. comment
    Comment #33070459

    Wow, this is awesome! So as I understand it, this uses Postgres and JSON fields to emulate the features of MongoDB, sort of as an abstraction?

  18. comment
    Comment #33070267

    I'm curious -- what's the intended use case for this? This is something we could try to add if gives some cool new functionality.

  19. comment
    Comment #33070018

    I love how you guys are already pushing us to think about performance issues on this project. Hacker news really pushes technology to the next level!

  20. comment
    Comment #33069965

    Yes, you probably could do that. It's something I've considered. Early on before I got the networking working through the proxy I found a way to use arp to connect multiple browser…

  21. comment
    Comment #33069876

    You can email me at mark @ supabase dot io. (Yeah, I know there are probably robots that can parse that as valid email address, but I'm old-school :))

  22. comment
    Comment #33069342

    I'm not familiar with WASI but I'll take a look. We're using Buildroot now and it's nice and small, but we could make it smaller by optimizing the kernel. Now, if I only know how t…

  23. comment
    Comment #33069248

    Would love to chat! Love to get your ideas on this.

  24. comment
    Comment #33069160

    This is cool! It's running debian and posgres 11. It's quite a bit larger (that's why we went with Buildroot, and frankly, we could do a lot better at trimming things down even mor…

  25. comment
    Comment #33069002

    You're absolutely right, you can use a local pg. This just makes it easier for me, as it's sort of a "sandbox" environment and I can easily take snapshots to do A/B testing or roll…