https://github.com/puneethkumarck/stablepay-payment-pipeline
Real-time data pipeline for stablecoin and fiat payment events — Avro+Kafka+Flink+Iceberg+OpenSearch+Trino+Superset+Spring Boot+Next.js+LangGraph
https://github.com/puneethkumarck/stablepay-payment-pipeline
Last synced: 8 days ago
JSON representation
Real-time data pipeline for stablecoin and fiat payment events — Avro+Kafka+Flink+Iceberg+OpenSearch+Trino+Superset+Spring Boot+Next.js+LangGraph
- Host: GitHub
- URL: https://github.com/puneethkumarck/stablepay-payment-pipeline
- Owner: Puneethkumarck
- Created: 2026-04-29T04:48:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-08T16:07:12.000Z (25 days ago)
- Last Synced: 2026-05-08T16:10:27.208Z (25 days ago)
- Language: Java
- Size: 900 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# stablepay-payment-pipeline
> **WIP — not yet feature-complete.** See [`.planning/ROADMAP.md`](.planning/ROADMAP.md) for phase status.
Real-time data pipeline for stablecoin and fiat payment events.
```
Producer ──► Kafka ──► Flink ──► Iceberg + OpenSearch
│
Trino ◄──┘──► API ──► Web
│
LLM Agent
```
## Quick Start
```bash
git clone && cd stablepay-payment-pipeline
cp .env.example .env
just up
just preflight
```
## Just Recipes
| Recipe | Description |
|--------|-------------|
| `just up` | Bring up core stack (Kafka, SR, Postgres, MinIO) |
| `just down` | Tear down (preserves volumes) |
| `just nuke` | Tear down + destroy volumes |
| `just logs` | Show service logs |
| `just preflight` | Health + topic + SR readiness check |
| `just regenerate-schemas` | Regen Java + Python from Avro |
| `just test` | Run all tests (stub) |
| `just ci-all` | Run CI checks locally (stub) |
## Documentation
- [`docs/SETUP.md`](docs/SETUP.md) — Detailed setup instructions
- [`docs/ADR.md`](docs/ADR.md) — Architecture decision record
- [`docs/CODING_STANDARDS.md`](docs/CODING_STANDARDS.md) — Java coding standards
- [`docs/TESTING_STANDARDS.md`](docs/TESTING_STANDARDS.md) — Testing conventions
## License
MIT