| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Build and demo modern data and AI platforms without waiting on infrastructure tickets. This repository collects curated, dockerized blueprints that let data engineers, ML teams, and platform builders spin up end-to-end environments—data lake foundations, pipeline orchestration, observability, and AI-friendly tooling—in a few commands.
| Directory | Focus | Highlights | Docs |
|---|---|---|---|
| data-Infrastructure/ | Platform foundations | Opinionated essays covering the why behind stack choices—start with hidden pitfalls that derail data platforms before they scale | The Hidden Problems in Data Infrastructure |
| datalake/ | Data infrastructure | PostgreSQL-based lake with connection pooling, Redis cache, no-code access, backups, and uptime monitoring | Postgres Lake README |
| data_pipeline_orchestration/ | Data & AI engineering | Apache Airflow bundle with MinIO object storage, customizable ETL worker, resource monitoring, and helper scripts | Airflow Stack README |
| ducklake-ai-platform/ | Lakehouse + AI workspace | DuckDB + DuckLake core with Marimo notebooks, MinIO object storage, Postgres metadata, and vector search-ready defaults | DuckLake README |
| dataengineering-dashboard-vision/ | Observability agent | Conversational Grafana + Prometheus assistant delivers root-cause context and anomaly summaries via chat | Dashboard Agent README |
| dwh-rag-framework/ | Warehouse-first RAG lab | DuckDB snapshots feeding LightRAG indexing with Marimo notebooks and Cronicle automation for agent validation | RAG Framework README |
| n8n-data-ai-orchestration/ | AI-powered job orchestration | Customer retention workflow that blends SQL, enrichment, OpenAI strategy generation, Slack/email reporting, and failure alerting in n8n | n8n Flow README |
| mcp-data-server/ | Universal data loader MCP | Format-agnostic FastAPI server with auto-detect parsers, DuckDB SQL querying, and REST endpoints for instant file-to-query workflows | MCP Data Server README |
| data-agent-sdk/ | Data engineering agent SDK | Minimal SDK for building data agents with SQL/Polars tools, governance hooks, lineage tracking, and MCP server support in ~2,000 lines | Data Agent SDK README |
| python-redis-streaming/ | Streaming ingestion engine | Async Python + Redis Streams + Postgres stack with uv tooling, DLQ handling, and CLI helpers for monitoring and benchmarks | Python Redis Streaming README |
| redis-postgres-pipeline/ | High-performance pipeline | Production-ready data pipeline with Redis queues, dedup, caching, Postgres 18 async I/O, UNLOGGED staging, materialized views, and Polars — handles 500M records without Spark | Redis Postgres Pipeline README |
| postgres-duckdb-sync/ | Postgres → DuckDB sync lab | 150-line Polars loop that copies live Postgres rows to DuckDB via Parquet, SQLite checkpoints, schema drift detection, and soft-delete support — exactly what the “Copying Postgres to DuckDB” post prescribes | Postgres → DuckDB Sync README |
| spark-to-polars-migration/ | Spark-to-single-node rewrite lab | Side-by-side Spark UDF baseline with Polars and DuckDB replacements, Dockerized for benchmarking single-node performance | Spark-to-Polars README |
| data-pipeline-security/ | Data Pipeline Security | Secrets & Identity | Data-pipeline-security README |
| elasticsearch-vs-vector-search/ | Search architecture lab | Hands-on comparison of Elasticsearch keyword search vs pgvector semantic search with hybrid approach, performance benchmarks, and production decision framework | Elasticsearch vs Vector Search README |
| knowledge-search-hybrid/ | Local hybrid search stack | Config-driven Lucene BM25 + local embeddings + HNSW kNN + RAG answers in one container; Polars ETL on JSONL drops, autocomplete, and disk-backed indexes | Hybrid Knowledge Search README |
| mdm-polars-duckdb/ | MDM golden customer table | Implements “Creating One Clean Customer Table from 7 Conflicting Sources” with Polars, Pandera, RapidFuzz, and DuckDB; includes synthetic messy inputs, uv workflow, and Docker image for five-minute runs | Polars + DuckDB Golden Table README |
Pair the conceptual deep dives with the hands-on stack READMEs: skim data-Infrastructure/ to understand the platform philosophy, then jump into the stack directory that matches your next experiment for deployment steps and credentials.
git clone https://github.com/hottechstack/simple-data-ai-stack.git
cd simple-data-ai-stackThe stacks are designed to connect: object storage flows into transformation jobs, refined outputs land back into the data lake, and monitoring tools keep the feedback loop tight.
Have an idea or internal stack you want to share? Contributions are welcome—open an issue or PR to propose a new module or enhancement.
Unless otherwise stated in a subdirectory, content is provided as-is for educational and production experimentation. Review upstream container licenses before deploying in regulated environments.
| Back | FazBrowse Home | New Git URL |