Hacker Afternoon Tea
Author

Hacker Afternoon Tea

You might find something interesting here ^_^

126
Articles
0
Likes
183
Views
0
Comments
Recent Articles

Latest from Hacker Afternoon Tea

100 recent articles max
Hacker Afternoon Tea
Hacker Afternoon Tea
Aug 10, 2024 · Databases

Exploring ClickHouse’s Multiple Approaches to JSON Processing

This guide outlines ClickHouse’s various techniques for loading, inferring schemas, designing, exporting, and handling different JSON formats—including NDJSON and advanced modeling—while noting the upcoming native JSON type that will replace the deprecated Object Data Type.

ClickHouseData ExportJSON
0 likes · 3 min read
Exploring ClickHouse’s Multiple Approaches to JSON Processing
Hacker Afternoon Tea
Hacker Afternoon Tea
Aug 7, 2024 · Operations

Rapidly Build a ClickHouse + Grafana Observability Stack – Log Collection Guide

This article walks through a complete, reproducible setup for collecting, storing, querying, and visualizing Kubernetes logs with ClickHouse and Grafana, covering architecture choices, agent configurations (OpenTelemetry Collector, Vector, Fluent Bit), schema design, compression results, query examples, performance tuning, and dashboard integration.

ClickHouseFluent BitGrafana
0 likes · 38 min read
Rapidly Build a ClickHouse + Grafana Observability Stack – Log Collection Guide
Hacker Afternoon Tea
Hacker Afternoon Tea
Aug 6, 2024 · Big Data

Deploy Superset 4.x Using Fully LLM‑Translated Chinese Documentation

This guide walks through installing, configuring, and using Apache Superset 4.x—including Kubernetes and Docker Compose deployment, database connections, Celery async queries, security settings, and creating your first dashboard—while providing a fully LLM‑translated Chinese documentation site.

Data VisualizationDockerKubernetes
0 likes · 2 min read
Deploy Superset 4.x Using Fully LLM‑Translated Chinese Documentation
Hacker Afternoon Tea
Hacker Afternoon Tea
Aug 1, 2024 · Cloud Native

Deploy Apache Superset 4.x on Kubernetes Using Official Helm Charts

This guide walks through deploying Apache Superset 4.x on a Kubernetes cluster with the official Helm chart, covering prerequisites, adding the Helm repository, customizing values.yaml, installing required dependencies, configuring security, OAuth, alerts, Celery workers, and loading sample data and dashboards.

Apache SupersetHelmHelm chart
0 likes · 16 min read
Deploy Apache Superset 4.x on Kubernetes Using Official Helm Charts
Hacker Afternoon Tea
Hacker Afternoon Tea
Jul 31, 2024 · Databases

Superset 4: Zero‑Code Guide to Connecting Hundreds of Databases

This article provides a step‑by‑step tutorial for configuring Apache Superset to connect to a wide range of databases, covering driver installation, Docker image customization, exact SQLAlchemy connection strings for each engine, UI‑based setup, advanced options such as SSL, external password stores, and the experimental meta‑database feature.

BIDatabase ConnectionsDocker
0 likes · 42 min read
Superset 4: Zero‑Code Guide to Connecting Hundreds of Databases
Hacker Afternoon Tea
Hacker Afternoon Tea
Dec 25, 2023 · Databases

Using PostgreSQL 16.1 and Citus 12.1 for Distributed Sharding Across Multiple Microservices

This tutorial walks through setting up a PostgreSQL 16.1 + Citus 12.1 cluster with Docker, creating separate schemas and roles for user, time, and ping microservices, distributing them via schema‑based sharding, and demonstrating CRUD operations and verification of data placement across three worker nodes.

CitusDistributed DatabaseDocker
0 likes · 12 min read
Using PostgreSQL 16.1 and Citus 12.1 for Distributed Sharding Across Multiple Microservices