Best used with an AI agent

40+ live apps, open data APIs, MCP servers, and 200+ guides - more than anyone wants to click through. Point your AI here and it reads the whole map and does the work: finds the tool, pulls the data, runs the analysis, and hands you the links.

Here for the open-source code? Your agent finds the right repo for you - and can even clone and deploy it.

Prefer to explore on your own? Go right ahead.

Paste this to Claude Code, Codex, or any AI agent:
Go to tigzig.com and read tigzig.com/llms.txt. It is a practitioner toolkit - 40+ analytics apps, open no-auth data APIs, MCP servers, open-source repos (github.com/amararun), and 200+ build guides. Help me [your task]. Surface the exact links; where there is an API or MCP, call it directly; and if I want to self-host, find the repo and help me deploy it.

ChatGPT connected to Supabase, Neon and Aiven databases

ChatGPT connected to multiple databases simultaneously for data analysis and visualization. Built on a fixed FastAPI connector + Custom GPT actions.

Try Live GPT LLM Context (.txt)

How this GPT Works

#

Direct connection to three databases:

  • supabase_postgres -> ODI cricket ball-by-ball (~2003-2025)
  • neon_postgres -> T20 cricket ball-by-ball (~2005-2025)
  • aiven_postgres -> Tour de France riders & stages (men: 1903-2025, women: 2022-2025)

Semantic layers are pre-mapped. GPT translates your question into SQL, executes silently, and explains results in plain language. Supports charts, aggregations, rankings, and detail lookups.

What It Can Do

#
  • Compute player stats: runs, strike rates, averages (ODI/T20)
  • Generate rankings: top scorers, best bowlers, most wins
  • Analyze Tour de France history: winners, distances, average speeds, jersey holders
  • Create visualizations: bar charts, line charts, comparisons
  • Always contextualizes answers by dataset coverage (e.g. ODI 2003-2025)

Important Note

ODI/T20 data = ball-by-ball but not every match globally. Tour de France = complete for men (1903-2025), women (2022-2025).

How to Use It

#
  1. Click Chat Link (Custom GPT)
  2. Ask natural language questions:
    • "Top 10 ODI strikers by runs off the bat?"
    • "Tour de France winners 2015-2025 with avg speed?"
  3. Get results in tables + charts
  4. The GPT itself will guide you if the requested data is out of scope

Setup (for your own deployment)

#

For full steps, see the README in the GitHub Repo link below.

Quick Overview

  1. Deploy FastAPI server (app:app)
  2. Set .env with your DB URLs + API Key
  3. Update CUSTOM_GPT_ACTION_SCHEMA.json -> server URL + API Key
  4. Upload semantic layer files:
    • CRICKET_ODI_T20_DATA_SCHEMA.yaml
    • CYCLING_TOUR_DE_FRANCE_SCHEMA.yaml
  5. Apply CUSTOM_GPT_SYSTEM_INSTRUCTIONS.md as system prompt
  6. Connect action schema + knowledge files inside Custom GPT builder

Resources

OpenAI Logo

Built on OpenAI's GPT Platform

Custom GPT built on ChatGPT's Custom GPT framework. No custom UI builds or complex agent setups - just connect, chat, and analyze through the familiar ChatGPT interface.

Bugs,issues,questions? Drop a note: [email protected]