layout | title | show_hero |
---|---|---|
default |
Trino Community Broadcast |
true |
The Trino Community Broadcast is a show about the Trino project and community. Topics include the data sources, clients, add-ons, platforms and usages of Trino. We interview users, contributors, partners, and other community members about their connection to Trino, look at demos together, and chat about the tech stacks, the code, and often explain concepts along the way.
Each episode also brings you news about the latest releases, events, and interesting developments in the ecosystem around Trino.
- 27 Feb 2024: Trino Community Broadcast 71 - Fake it real good
- Jan Waś teaches us about the new Faker connector and how you can use it to emulate data that does not exist on any storage, how you can shape it as you need, and how you can then learn real SQL, build real reports, and make some real charts - all with fake data.
- 13 Mar 2024: Trino Community Broadcast 72 - Keeping the lake clean
- Viktor Kessler and Christian Thiel from Vakamo introduce us to their new metastore solution Lakekeeper. It is an Iceberg REST catalog-compatible lakehouse metastore with big plans for additional features and support for Trino. We dive into the details and have a look at a demo.
Find more details and other events on our calendar.
Trino users, contributors, and partners, we want to hear from you! If you have a topic, question or pull request that you would like us to feature on the show join the Trino slack and contact us there.
- Manfred Moser, main organizer and host
- Cole Bowden, co-host
Watch live on any platform to ask questions.
{% assign latestEpisode = site.episodes | last %}
{{latestEpisode.introduction}}
{% endif %}-
{% for section in latestEpisode.sections %}
- {% if section.desc == nil %} {{section.title}} ({{ section.time }}s) {% else %} {{section.title}}: {{ section.desc }} ({{ section.time }}s) {% endif %} {% endfor %}
{{episode.introduction}}
{% endif %}-
{% for section in episode.sections limit:5 %}
- {% if section.desc == nil %} {{section.title}} ({{ section.time }}s) {% else %} {{section.title}}: {{ section.desc }} ({{ section.time }}s) {% endif %} {% endfor %}