Live data from Hacker News

Viewing profile — bitsondatadev

bitsondatadev

HN member
Joined
Mon, Aug 31, 2020, 12:06 AM UTC
HN karma
73
Public activity
47 items

About bitsondatadev

U.S. Marine turned software engineer turned developer advocate.

https://linktr.ee/bitsondatadev

Disclaimer: I am head of Developer Relations at Tabular and contributor to Apache Iceberg and Trino.

Recent public activity

  1. comment
    Comment #41286893

    Is there any market or industry that you would like to work in? Like the domain itself is interesting to work in?

  2. comment
    Comment #33322817

    Trino is a nice query engine solution if you want to not just run SQL on Elasticsearch but also want to be able to join data from Elasticsearch with data in other systems Trino sup…

  3. comment
    Comment #32956170

    Check out Trino Summit 2022 to learn more about the federated query engine and "Federate 'em all". Talks include Lyft, Shopify, Astronomer, Starburst, and much more to be announced…

  4. story
  5. story
  6. comment
    Comment #32814305

    In this episode of Trino Community Broadcast, we interview Ryan Blue to discuss the latest innovations in Apache Iceberg, why choose Apache Iceberg, latest Trino innovations and mu…

  7. story
  8. story
  9. story
  10. story
  11. comment
  12. comment
  13. comment
    Comment #32346942

    Yeah, though a lot of Fivetran customers are likely the type that would go all in on paying for a conventional data warehouse where people using open source stacks may be the ones …

  14. comment
    Comment #32346427

    Also, you can keep track of all the BQ progress here: https://github.com/trinodb/trino/issues/6867

  15. comment
    Comment #32346320

    For managing difrerent workloads, check out this blogs and this videos from Shopify, Salesforce, Goldman Sachs, and Electronic Arts, respectively: - https://engineering.salesforce.…

  16. comment
    Comment #32346226

    Clickhouse is a realtime system where Trino is a batch-oriented system. There are tradeoffs for doing realtime vs batch. Realtime is generally more expensive to run as you process …

  17. comment
    Comment #32345990

    Thanks for the shoutout! :) If you want to get started with Trino, here's a repo I created to do so: https://github.com/bitsondatadev/trino-getting-started

  18. comment
    Comment #32345979

    If you want to try an SaaS Athena alternative that's backed by Trino you can check out Starburst Galaxy: https://www.starburst.io/platform/starburst-galaxy/ Full disclosure I work …

  19. comment
    Comment #32345869

    Check out this PR. I believe we may have tackled this one but you'd need to try it out on Trino: https://github.com/trinodb/trino/pull/1415

  20. comment
    Comment #32345773

    I mean, the hive migration path is one thing. Now that Iceberg is taking over the old Hive model, data lakes are all the rage again. The other thing I would say is that Trino and P…

  21. comment
  22. comment
    Comment #32345510

    btw, if you want to know the backstory on why Presto is now called Trino, here's the article: https://trino.io/blog/2022/08/02/leaving-facebook-meta-best-...

  23. comment
    Comment #32345325

    Ah this makes sense. This is similar to what Elasticsearch shards do.

  24. comment
    Comment #32345127

    Why is this just near real-time? If we're talking about Flink + Kafka, isn't that considered really real-time? Maybe near real-time is just considering ingestion and query latency?…

  25. comment
    Comment #32334304

    Yup, I would say Athena is the most commonly used version of Trino/Presto out there. Also, if anyone is reading this wondering which version Athena comes from, it's a release that …