Viewing profile — bitsondatadev
bitsondatadev
HN member- Joined
- Mon, Aug 31, 2020, 12:06 AM UTC
- HN karma
- 73
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About bitsondatadev
https://linktr.ee/bitsondatadev
Disclaimer: I am head of Developer Relations at Tabular and contributor to Apache Iceberg and Trino.
Recent public activity
-
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?
-
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…
-
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…
- story
- story
-
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…
- story
- story
- story
- story
- comment
- comment
-
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 …
-
comment
Comment #32346427
Also, you can keep track of all the BQ progress here: https://github.com/trinodb/trino/issues/6867
-
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.…
-
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 …
-
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
-
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 …
-
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
-
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…
- comment
-
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-...
-
comment
Comment #32345325
Ah this makes sense. This is similar to what Elasticsearch shards do.
-
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?…
-
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 …