Skip to content
View AndreaBozzo's full-sized avatar
🐺
🐺

Block or report AndreaBozzo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AndreaBozzo/README.md

Andrea Bozzo

Open source engineer building data platforms, developer tooling, and technical writing around Rust, Python, Go, and modern analytics systems.

This repository is the public front door for my work: a handcrafted landing page at the root, a Hugo-powered blog in /blog, and the GitHub Pages automation that publishes both together.

Climbing towards the celestial Ankh

β€” Per aspera ad data β€”

🌐 WebSite β€’ πŸ“ Blog β€’ πŸ’Ό LinkedIn β€’ πŸ“§ Email

profile views


🌟 Open Source Contributions

Contributing to the broader open source ecosystem beyond my own projects.

This section is automatically updated daily via GitHub Actions

Projects PRs Merged Stars

πŸ”¬ Data Ecosystem

polars risingwave datafusion lance arrow-rs etl lakekeeper pg_query.rs fluss-rust

πŸ¦€ Rust Tooling

tokio axum iceberg-rust openfga-client rust-docs-it

πŸ€– AI/ML

datapizza-ai mosaico

πŸ› οΈ Infrastructure

beelzebub CortexBrain

πŸ“¦ Other

awesome-italia-opensource fantacalcio-py fantavibe


πŸ“š Reviews & Papers

Public companion repositories for reviewed papers and reproducible evaluation material.

  • uic2026-nephtys β€” companion repository for the IEEE UIC 2026 short paper on Nephtys, including the sensor simulator, demo scripts, benchmark automation, and LaTeX source.
  • scalcom2026-dataprof β€” IEEE ScalCom 2026 paper and benchmark suite comparing dataprof against interpreted Python profilers for scalable and sustainable edge AI telemetry profiling.

Case-study pages under work are generated from assets/data/case-studies.json by cmd/harvester. Update the JSON source and rebuild the site instead of editing those HTML files directly.

The repository data-build path now lives in cmd/harvester, which replaces the old split Python and Node generator scripts for contribution updates and generated site artifacts.

🧩 Dynamic API

The repository now also contains a small Go api/ layer intended for a Vercel-hosted dynamic companion service while GitHub Pages remains the canonical static host.

  • /api/github/stats returns a JSON summary for a GitHub user
  • /api/github/badge returns an SVG badge for one GitHub metric

Both endpoints accept an optional username query parameter and default to AndreaBozzo. The badge endpoint also accepts metric=stars|repos|followers|top-repo.

The homepage hero now consumes /api/github/stats from the deployed companion host at https://andrea-bozzo.vercel.app. If the homepage is served directly from a Vercel preview or production deployment, it will also fall back to same-origin /api/ automatically.

The README now also uses the live badge endpoint directly:

[![Live GitHub stars](https://andrea-bozzo.vercel.app/api/github/badge?metric=stars&username=AndreaBozzo)](https://andrea-bozzo.vercel.app/api/github/stats?username=AndreaBozzo)

Set GITHUB_API_TOKEN or GITHUB_TOKEN in the runtime environment if you want better GitHub API rate-limit headroom.


πŸ“Š GitHub Stats

Live GitHub stars via companion API

GitHub Stats Top Languages

Contribution Graph

Pinned Loading

  1. dataprof dataprof Public

    Library and CLI for profiling tabular data

    Rust 14 1

  2. Ceres Ceres Public

    Harvester for open data portals

    Rust 12 3

  3. Data-Sandbox-Shared-Playground Data-Sandbox-Shared-Playground Public

    Real data-world examples and challanges gathered by the community

    Jupyter Notebook

  4. Ares Ares Public

    Next-gen AI scraper β€” LLM-powered structured data extraction

    Rust 4

  5. zero-grappler zero-grappler Public

    Minimal no_std async pipeline for embedded ML. Sensor, DSP, and inference traits wired through Embassy channels with zero allocations.

    Rust

  6. Nephtys Nephtys Public

    Edge connector for data streams

    Go