101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

482
active users

#clickHouse

0 posts0 participants0 posts today

after this project I can say:

the strimzi #kafka operator is real nice. feels kubernetesy, smooth features, good documentation, example work.

the #opensearch operator shows grudging admittance that kubernetes exists. ;)

#clickhouse is a great tool. highly recommended.

open telemetry collectors are partially not mature enough. needs work still.

Погружение в ClickHouse: делаем первые и успешные шаги

Привет! Меня зовут Андрей Дорожкин, и я руковожу командой администрации баз данных в Hybrid. В этом материале я поделюсь опытом работы с ClickHouse — колоночной БД, разработанной специально для аналитических запросов, которая позволяет получать результаты в разы быстрее традиционных решений. Также я подсвечу, как устроен этот продукт, чем он отличается от реляционных баз данных, и в каких сценариях его использование может дать бизнесу реальное преимущество. Пара слов о компании Hybrid. Мы — независимая AdTech-экосистема с собственным стеком технологий и решений для любых рекламных целей. Развиваем собственные технологии благодаря in-house отделу разработки, который каждый день работает над их улучшением. ClickHouse — инструмент, который мы выбираем для хранения данных за высокую скорость обработки запросов, эффективное сжатие данных и масштабируемость.

habr.com/ru/articles/901018/

ХабрПогружение в ClickHouse: делаем первые и успешные шагиПривет! Меня зовут Андрей Дорожкин, и я руковожу командой администрации баз данных в Hybrid. В этом материале я поделюсь опытом работы с ClickHouse — колоночной БД, разработанной специально для...

oh man there's a TUI for #clickHouse called #chdig and i really wish i knew about this a couple of years ago when i was working with a couple of teams that used clickhouse a lot because i was really curious what it looked like in there. from the chdig README there's a chart of tools and layers of abstraction for clickhouse that make a tool like this (now in #macOS #homebrew `brew install chdig`) especially useful.

Continued thread

Okay, there -- first pass done. github.com/scottlaird/nel-coll is a #NEL (Network Error Log) collector that can listen on HTTP for NEL messages from Chrome, etc and log them to a DB.

It should be at least somewhat DB-agnostic, although I've only tested it with #clickhouse so far.

It also includes otel tracing, which is uglier than I'd like in Go, but seems to be working. I still need to get trace propagation through it to the DB backend working, but I think that's a problem with the backend config, not my code. Probably.

I'm still using #vector for this at home right now; I'll probably cut over tomorrow.

GitHubGitHub - scottlaird/nel-collector: HTTP collector for Network Error Log dataHTTP collector for Network Error Log data. Contribute to scottlaird/nel-collector development by creating an account on GitHub.

Join Alkin Tezuysal's session "Unified Observability: Leveraging ClickHouse as a Comprehensive Telemetry Database" at #FOSSASIASummit2025 to learn how #ClickHouse simplifies observability, giving engineers deep system insights while minimizing infrastructure complexity.

🔗 Click here youtu.be/sCRXGqOPtOU?si=lWcjSC to watch on the FOSSASIA YouTube channel.

youtu.be- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Anyone heard of or worked with PRQL? prql-lang.org

It's "a modern language for transforming data", designed to be a "simple, powerful, pipelined" #SQL replacement. "Unlike SQL, it forms a logical pipeline of transformations, and supports abstractions such as variables and functions. It can be used with any database that uses SQL, since it compiles to SQL."

#Rust compiler, & there are integrations for #PostgreSQL, #ClickHouse, #VisualStudioCode etc.