Advertisement · 728 × 90

Posts by Mazlum Tosun 💙 #GCP

Preview
Running an AI Agent Locally: ADK, Gemma 4, and Docker Model Runner How I replaced a cloud LLM with a fully local one — same agent, same tools, zero inference cost

Everyone at #GoogleCloudNext is talking about cloud-scale AI.
I did the opposite in my latest article

Ran my AI agent fully on my laptop 💻
🚫 No API key
💸 No per-token costs
⚡ No latency

Gemini → Gemma 4 (via
@docker.com Model Runner)

#GoogleCloud #Docker

medium.com/google-cloud...

19 hours ago 3 0 2 0
Post image

On my way to Vegas for #GoogleCloudNext 😍

See you there — and remember, what happens in Vegas stays in Vegas 😁

I’ll be giving my talk on Wednesday 22 at 12:30 PM in the Developer Theatre

@developers.google.com @docker.com

#GoogleCloud #GCP

4 days ago 4 1 0 0
Build an AI Agent with Google ADK, BigQuery MCP & Cloud Run (End-to-End)
Build an AI Agent with Google ADK, BigQuery MCP & Cloud Run (End-to-End) YouTube video by Mazlum | GCP, Software & Data

🎥 After my article, I created videos in EN 🇬🇧 and FR 🇫🇷 to go deeper 🚀

I built an end-to-end AI agent on #GoogleCloud  with ADK, #BigQuery  MCP, #CloudRun & Agent Engine

→ NL → SQL → BigQuery → response

👇
youtu.be/oqqnUSYe558

6 days ago 1 2 4 0
Preview
Cloud Nord 2026 call for papers Submit your proposal to Cloud Nord 2026 call for papers.

Salut everybody tout le monde 👋

Le CFP de Cloud Nord 2026 a ouvert ce matin !

On attend avec impatience vos propositions !
C'est dispo par ici : conference-hall.io/cloud-nord-2...

6 days ago 10 7 0 0
penknife demo
penknife demo YouTube video by Philippe Charrière

On peut faire des choses plutôt sympas avec des petits modèles de langages, j'en parlerais à @sunnytech.bsky.social

Un petit aperçu: youtu.be/wYpxnAXTCbQ #SunnyTech2026

6 days ago 6 1 0 0

@developers.google.com @docker.com

6 days ago 0 0 0 0
Preview
GitHub - tosun-si/football-agent-adk: An AI-powered football statistics assistant built with Google Agent Development Kit (ADK), BigQuery MCP via Cloud API Registry, and Gemini 2.5 Flash. Ask natural ... An AI-powered football statistics assistant built with Google Agent Development Kit (ADK), BigQuery MCP via Cloud API Registry, and Gemini 2.5 Flash. Ask natural language questions about the Qatar ...

I share the link 🔗 to the GitHub repository:

github.com/tosun-si/foo...

6 days ago 0 0 0 0
Preview
End-to-End AI Agent on GCP: ADK, BigQuery MCP, Agent Engine, and Cloud Run How I built a football statistics assistant using Google's Agent Development Kit, BigQuery via Cloud API Registry MCP, and deployed it to…

I share also my article on this topic 📝:

medium.com/google-cloud...

6 days ago 0 0 0 0
Construire un agent IA avec Google ADK, BigQuery MCP et Cloud Run (End-to-End)
Construire un agent IA avec Google ADK, BigQuery MCP et Cloud Run (End-to-End) YouTube video by Mazlum | GCP, Software & Data

I share also the video 🎥 in French 🇫🇷:

Construire un agent IA avec Google ADK, BigQuery MCP et Cloud Run (End-to-End)

youtu.be/5APzB_BBBPk

6 days ago 0 0 0 0
Build an AI Agent with Google ADK, BigQuery MCP & Cloud Run (End-to-End)
Build an AI Agent with Google ADK, BigQuery MCP & Cloud Run (End-to-End) YouTube video by Mazlum | GCP, Software & Data

🎥 After my article, I created videos in EN 🇬🇧 and FR 🇫🇷 to go deeper 🚀

I built an end-to-end AI agent on #GoogleCloud  with ADK, #BigQuery  MCP, #CloudRun & Agent Engine

→ NL → SQL → BigQuery → response

👇
youtu.be/oqqnUSYe558

6 days ago 1 2 4 0
Advertisement

Effectivement, ça évolue tellement c’est fou !
C’est un des produits phare de GCP avec beaucoup de features qui s’ajoutent en continue.

1 week ago 1 0 0 0
Preview
Graph schema best practices  |  BigQuery  |  Google Cloud Documentation

Graph Schema Best Practices: Essential reading for optimizing your property graph definitions and avoiding common performance pitfalls:

docs.cloud.google.com/bigquery/doc...

1 week ago 0 0 0 0
Preview
Introduction to BigQuery Graph  |  Google Cloud Documentation

Introduction to BigQuery Graph: A comprehensive overview of how BigQuery Graph bridges the gap between relational and graph models:

docs.cloud.google.com/bigquery/doc...

1 week ago 0 0 0 0
BigQuery Graph in 5'
BigQuery Graph in 5' YouTube video by Google Cloud Tech

⚡ Want a quick start? Check out the 5-Minute "Hello World" Example:

youtu.be/_9YTyst9xWg?...

1 week ago 0 0 0 0
Preview
BigQuery Graph Series | Part 1: From “Dark Data” to Knowledge Graphs BigQuery Graph Series | Part 1: From “Dark Data” to Knowledge Graphs The Untapped Value of Dark Data Valuable knowledge is often buried in “dark data” — unstructured files that are easy to …

📚 Want to go deeper? Check out the BigQuery Graph Series by Rachael Deacon-Smith — covers everything from building Knowledge Graphs to GQL queries and visualization.

medium.com/google-cloud...

1 week ago 0 0 0 0
Créer des applications de recommandation Customer 360 avec BigQuery Graph  |  Google Codelabs Créez une vue client à 360° et un moteur de recommandation à l'aide de BigQuery Graph et de la recherche vectorielle.

→ Customer 360 codelab:

codelabs.developers.google.com/codelabs/c36...

1 week ago 0 0 0 0
Détection des fraudes avec BigQuery Graph  |  Google Codelabs Découvrez comment utiliser BigQuery Graph pour détecter les réseaux frauduleux.

→ Official Fraud Detection codelab:

codelabs.developers.google.com/codelabs/fra...

1 week ago 0 0 0 0
Preview
The Practical Guide to BigQuery Graph: Resources, Codelabs, and GQL Examples BigQuery Graph was officially announced as a Public Preview on April 9, 2026, marking a major milestone for Google Cloud’s data analytics…

→ Check this Practical guide by Romin Irani (codelabs + GQL examples):

medium.com/google-cloud...

1 week ago 0 0 0 0

GQL syntax basics:
→ Nodes: (p:Person)
→ Edges: [r:PURCHASED]
→ Direction: (a)-[e]->(b)
→ Filters: {name: 'value'}

1 week ago 0 0 0 0
Advertisement

How it works:
1️⃣ Create node/edge tables (or use existing ones)
2️⃣ Define property graph with CREATE PROPERTY GRAPH
3️⃣ Query with GQL using MATCH patterns
4️⃣ Visualize in BigQuery Notebooks

1 week ago 0 0 1 0

→ Social networks: Friend recommendations, content discovery
→ Knowledge graphs: Build from unstructured data with Gemini

1 week ago 0 0 1 0

Real use cases:
→ Fraud detection: Find suspicious transaction patterns
→ Supply chain: Impact analysis when a supplier has defects
→ Customer 360: Track relationships and purchase paths

1 week ago 0 0 1 0

✅ ISO GQL standard — not a proprietary language
✅ No data replication — graph lives on your existing tables
✅ Unified experience — combine GQL with SQL in same project
✅ Native visualization in BigQuery Notebooks
✅ Integration with Spanner Graph — same schema and language

1 week ago 0 0 1 0
Post image

BigQuery now supports GQL — graph queries without JOINs! 🎯

SQL: 6 JOINs to traverse relationships
GQL: One pattern match 🔥

No data replication, native visualization, Spanner integration.

#BigQuery  #GQL #GoogleCloud  #GCP

1 week ago 0 0 9 0
Post image

New blog post: Building a form with Pablo 🫟

Declarative TUI layout in Go — inputs, editbox, buttons, events, dynamic styles. All in ~100 lines.

#golang #TUI #terminal #bubbletea

k33g.org/20260410-pab...

1 week ago 6 2 0 0
A robot using a computer inside a glass sandbox

A robot using a computer inside a glass sandbox

New blog post: run #docker-agent securely inside a sandbox with #sbx + @docker.com Model Runner — no host access, fine-grained network policies, multiple agents side by side.

#Docker #AI #DockerAgent #sbx
k33g.org/20260403-doc...

2 weeks ago 3 2 0 0
Advertisement
Coder à 50 ans à l'ère de l'IA, ça fait quoi ?
Coder à 50 ans à l'ère de l'IA, ça fait quoi ? YouTube video by Olivier Poncet

Nouvelle vidéo : « Coder à 50 ans à l'ère de l'IA, ça fait quoi ? »

Dans cette vidéo, je reviens sur ce que signifie vraiment coder à 50 ans à l'ère de l'IA.

L’âge est-il dorénavant un handicap ou un avantage ?

youtu.be/cyJ2hDtTiMc

1 week ago 25 3 10 0
Post image Post image

I just received my new GDE jacket right before heading to speak at Google Cloud Next in Las Vegas 😍☁️

Huge thanks to #Google and the amazing GDE team for this gift and recognition ❤️

#GDE #DockerCaptain #GoogleCloud #GoogleCloudNext @developers.google.com

1 week ago 4 0 1 0
Preview
GitHub - tosun-si/dataflow-python-ci-cd: Project showing a CI CD pipeline for Dataflow Python with Flex Template and Cloud Build Project showing a CI CD pipeline for Dataflow Python with Flex Template and Cloud Build - tosun-si/dataflow-python-ci-cd

The link 🔗 to the GitHub repository for the Dataflow #Python example:

github.com/tosun-si/dat...

1 week ago 0 0 0 0
Preview
GitHub - tosun-si/dataflow-java-ci-cd: Project showing a CI CD pipeline for Dataflow Java with Flex Template and Cloud Build Project showing a CI CD pipeline for Dataflow Java with Flex Template and Cloud Build - tosun-si/dataflow-java-ci-cd

The link 🔗 to the GitHub repository for the Dataflow Java example:

github.com/tosun-si/dat...

1 week ago 0 0 0 0