SlideShare a Scribd company logo
1 of 10
Download to read offline
ClickHouse SQL Games
by Ramazan Polat
ClickHouse Istanbul Meetup - 2022-10-21
Intro
Ramazan Polat
ClickHouse Developer at
Santiment.net is a behavior analytics platform for cryptocurrencies,
sourcing on-chain, social and development information on 2000+ coins.
Title: ClickHouse SQL Games
Author: Ramazan Polat
Event: ClickHouse Istanbul Meetup
Date: 2022-10-21
Organizers: Altinity and P.I. Works
Repo:
https://github.com/ramazanpolat/clickhouse-sql-games
Slides: TBA
What ClickHouse can do
✅ Run on any architect (x86, ARM, M1, RISC, Power9, …)
✅ Scale to 1000s of nodes
✅ Run AI models
✅ Beat almost any competitor in benchmarks
(the list goes on and on…)
❓ How about playing games?
What games?
Not like this one…
* Image generated with Midjourney
You imagine a number in your head and let ClickHouse guess the number
DEMO
1st game: Guess the number
Game code:
https://github.com/ramazanpolat/clickhouse-sql-games
2nd game: WORDLE
Game code:
https://github.com/ramazanpolat/clickhouse-sql-games
DEMO
Bonus: WORDLE cheater
1. Goto https://bit.ly/sql-games *
2. Put gray letters in BLACKLIST, yellow and green ones in WHITELIST then run query
WITH
'abc' AS BLACKLIST,
'de' AS WHITELIST
SELECT num, upper(word) FROM (
WITH
splitByString('',word) AS word_arr,
splitByString('', lower(BLACKLIST)) AS black_arr,
splitByString('', lower(WHITELIST)) AS white_arr,
arraySum(arrayMap( black -> position(black IN word),black_arr))>0 as has_blacklist_letters,
arrayMap(white -> position(white IN word)>0, white_arr) as white_arr_comp,
arraySum(white_arr_comp) == length(white_arr) as has_whitelist_letters
SELECT rowNumberInAllBlocks()+1 AS num, word
FROM
url('https://raw.githubusercontent.com/ramazanpolat/clickhouse-sql-games/main/wordle/sgb-words.txt','CSV','word String')
WHERE has_blacklist_letters=0 AND has_whitelist_letters=1
)
ORDER BY word;
* Full url: https://fiddle.clickhouse.com/4d557fe5-479d-4de2-b0c7-6baa64bcd8d4
a) Chat bot
b) Order pizza
c) Play Doom!
d) Other: ___________________
What next?
If you are a ClickHouse SQL game developer, you can send your game to the following
repo with a PR: https://github.com/ramazanpolat/clickhouse-sql-games
Your move!
Thank You!
You can find games and codes in the following repo
https:/
/github.com/ramazanpolat/clickhouse-sql-games
ramazanpolat@gmail.com
https:/
/www.linkedin.com/in/ramazanpolat/

More Related Content

Similar to ClickHouse SQL Games

Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game Development
Sumit Jain
 
Videogames: Raising Interactive Digital Entertainment Industry
Videogames: Raising Interactive Digital Entertainment IndustryVideogames: Raising Interactive Digital Entertainment Industry
Videogames: Raising Interactive Digital Entertainment Industry
Marlin Sugama
 
BIT.GAMES Company Overview
BIT.GAMES Company OverviewBIT.GAMES Company Overview
BIT.GAMES Company Overview
dbrain
 
Sse indie europe_group6b
Sse indie europe_group6bSse indie europe_group6b
Sse indie europe_group6b
Erik Bywall
 
Vlad Micu “20 things succesful game developers do beyond making games”
Vlad Micu “20 things succesful game developers do beyond making games”Vlad Micu “20 things succesful game developers do beyond making games”
Vlad Micu “20 things succesful game developers do beyond making games”
Lviv Startup Club
 

Similar to ClickHouse SQL Games (20)

Developing games for consoles as an indie in 2019
Developing games for consoles as an indie in 2019Developing games for consoles as an indie in 2019
Developing games for consoles as an indie in 2019
 
Developing for consoles as an indie in 2019
Developing for consoles as an indie in 2019Developing for consoles as an indie in 2019
Developing for consoles as an indie in 2019
 
Artificial Intelligence_ How is it significant to the gaming industry_.pdf
Artificial Intelligence_ How is it significant to the gaming industry_.pdfArtificial Intelligence_ How is it significant to the gaming industry_.pdf
Artificial Intelligence_ How is it significant to the gaming industry_.pdf
 
Tabletopia-presentation
Tabletopia-presentationTabletopia-presentation
Tabletopia-presentation
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game Development
 
The Five Levels of Generative AI for Games
The Five Levels of Generative AI for GamesThe Five Levels of Generative AI for Games
The Five Levels of Generative AI for Games
 
Intro to Indie Game Development
Intro to Indie Game DevelopmentIntro to Indie Game Development
Intro to Indie Game Development
 
Videogames: Raising Interactive Digital Entertainment Industry
Videogames: Raising Interactive Digital Entertainment IndustryVideogames: Raising Interactive Digital Entertainment Industry
Videogames: Raising Interactive Digital Entertainment Industry
 
G3 GDC 2015 - Bringing Western Mobile Games to China
G3 GDC 2015 - Bringing Western Mobile Games to ChinaG3 GDC 2015 - Bringing Western Mobile Games to China
G3 GDC 2015 - Bringing Western Mobile Games to China
 
CV_Kolesnyk
CV_KolesnykCV_Kolesnyk
CV_Kolesnyk
 
BIT.GAMES Company Overview
BIT.GAMES Company OverviewBIT.GAMES Company Overview
BIT.GAMES Company Overview
 
Social Gaming GameIS User Group Meeting
Social Gaming GameIS User Group MeetingSocial Gaming GameIS User Group Meeting
Social Gaming GameIS User Group Meeting
 
Khalid elshimy
Khalid elshimyKhalid elshimy
Khalid elshimy
 
GMGC2015 Beijing - How To Successfully Distribute Your HTML5 Game
GMGC2015 Beijing - How To Successfully Distribute Your HTML5 GameGMGC2015 Beijing - How To Successfully Distribute Your HTML5 Game
GMGC2015 Beijing - How To Successfully Distribute Your HTML5 Game
 
Bringing the Real World Into the Game World
Bringing the Real World Into the Game WorldBringing the Real World Into the Game World
Bringing the Real World Into the Game World
 
Blockchain Gaming Revolution
Blockchain Gaming RevolutionBlockchain Gaming Revolution
Blockchain Gaming Revolution
 
Sse indie europe_group6b
Sse indie europe_group6bSse indie europe_group6b
Sse indie europe_group6b
 
GameFi Report 2023: GameFi Levels Up | CoinGecko
GameFi Report 2023: GameFi Levels Up | CoinGeckoGameFi Report 2023: GameFi Levels Up | CoinGecko
GameFi Report 2023: GameFi Levels Up | CoinGecko
 
Modeling and Analyzing Social Networks of Games
Modeling and Analyzing Social Networks of GamesModeling and Analyzing Social Networks of Games
Modeling and Analyzing Social Networks of Games
 
Vlad Micu “20 things succesful game developers do beyond making games”
Vlad Micu “20 things succesful game developers do beyond making games”Vlad Micu “20 things succesful game developers do beyond making games”
Vlad Micu “20 things succesful game developers do beyond making games”
 

Recently uploaded

Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
Lars Albertsson
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
shivangimorya083
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
shivangimorya083
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
shivangimorya083
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
shambhavirathore45
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...Vip Model  Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
Vip Model Call Girls (Delhi) Karol Bagh 9711199171✔️Body to body massage wit...
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 

ClickHouse SQL Games

  • 1. ClickHouse SQL Games by Ramazan Polat ClickHouse Istanbul Meetup - 2022-10-21
  • 2. Intro Ramazan Polat ClickHouse Developer at Santiment.net is a behavior analytics platform for cryptocurrencies, sourcing on-chain, social and development information on 2000+ coins. Title: ClickHouse SQL Games Author: Ramazan Polat Event: ClickHouse Istanbul Meetup Date: 2022-10-21 Organizers: Altinity and P.I. Works Repo: https://github.com/ramazanpolat/clickhouse-sql-games Slides: TBA
  • 3. What ClickHouse can do ✅ Run on any architect (x86, ARM, M1, RISC, Power9, …) ✅ Scale to 1000s of nodes ✅ Run AI models ✅ Beat almost any competitor in benchmarks (the list goes on and on…) ❓ How about playing games?
  • 4. What games? Not like this one… * Image generated with Midjourney
  • 5. You imagine a number in your head and let ClickHouse guess the number DEMO 1st game: Guess the number Game code: https://github.com/ramazanpolat/clickhouse-sql-games
  • 6. 2nd game: WORDLE Game code: https://github.com/ramazanpolat/clickhouse-sql-games DEMO
  • 7. Bonus: WORDLE cheater 1. Goto https://bit.ly/sql-games * 2. Put gray letters in BLACKLIST, yellow and green ones in WHITELIST then run query WITH 'abc' AS BLACKLIST, 'de' AS WHITELIST SELECT num, upper(word) FROM ( WITH splitByString('',word) AS word_arr, splitByString('', lower(BLACKLIST)) AS black_arr, splitByString('', lower(WHITELIST)) AS white_arr, arraySum(arrayMap( black -> position(black IN word),black_arr))>0 as has_blacklist_letters, arrayMap(white -> position(white IN word)>0, white_arr) as white_arr_comp, arraySum(white_arr_comp) == length(white_arr) as has_whitelist_letters SELECT rowNumberInAllBlocks()+1 AS num, word FROM url('https://raw.githubusercontent.com/ramazanpolat/clickhouse-sql-games/main/wordle/sgb-words.txt','CSV','word String') WHERE has_blacklist_letters=0 AND has_whitelist_letters=1 ) ORDER BY word; * Full url: https://fiddle.clickhouse.com/4d557fe5-479d-4de2-b0c7-6baa64bcd8d4
  • 8. a) Chat bot b) Order pizza c) Play Doom! d) Other: ___________________ What next?
  • 9. If you are a ClickHouse SQL game developer, you can send your game to the following repo with a PR: https://github.com/ramazanpolat/clickhouse-sql-games Your move!
  • 10. Thank You! You can find games and codes in the following repo https:/ /github.com/ramazanpolat/clickhouse-sql-games ramazanpolat@gmail.com https:/ /www.linkedin.com/in/ramazanpolat/