{"id":30824277,"url":"https://github.com/paahaad/arroyo-elt","last_synced_at":"2025-09-06T11:53:36.848Z","repository":{"id":306235627,"uuid":"1025457063","full_name":"paahaad/arroyo-elt","owner":"paahaad","description":"This repository demonstrates how to build an ETL pipeline for any solana prorgam using Arroyo that sinks data to TimescaleDB and PostgreSQL via Debezium.","archived":false,"fork":false,"pushed_at":"2025-07-24T10:03:37.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-24T14:32:43.681Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paahaad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-24T09:28:30.000Z","updated_at":"2025-07-24T13:28:43.000Z","dependencies_parsed_at":"2025-07-24T14:42:58.381Z","dependency_job_id":null,"html_url":"https://github.com/paahaad/arroyo-elt","commit_stats":null,"previous_names":["paahaad/arroyo-elt"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/paahaad/arroyo-elt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2Farroyo-elt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2Farroyo-elt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2Farroyo-elt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2Farroyo-elt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paahaad","download_url":"https://codeload.github.com/paahaad/arroyo-elt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paahaad%2Farroyo-elt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273900000,"owners_count":25187737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-06T11:53:32.856Z","updated_at":"2025-09-06T11:53:36.818Z","avatar_url":"https://github.com/paahaad.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ETL Pipeline for Pump.fun Account Data\nThis repo uses an Arroyo WebSocket source to stream data. It parses the incoming data using a user-defined function (UDF) that deserializes it with Borsh. The processed data is then sent to Kafka (in KRaft mode) in Debezium format.\n\n\u003cimg width=\"3053\" height=\"841\" alt=\"image\" src=\"https://github.com/user-attachments/assets/1e39764a-113a-479e-b6bc-4caa872d04fc\" /\u003e\n\n## DEMO\n[![Watch the video](https://img.youtube.com/vi/cUPeAbmXjqo/maxresdefault.jpg)](https://youtu.be/cUPeAbmXjqo)\n\n\n\nKafka Connect runs in a distributed setup, with connectors configured to sink data into both PostgreSQL and TimescaleDB.\n\n\nLink for connector class\n- curl -OL https://repo1.maven.org/maven2/io/debezium/debezium-connector-jdbc/3.2.0.Final/debezium-connector-jdbc-3.2.0.Final-plugin.tar.gz\n- curl -OL https://repo1.maven.org/maven2/io/debezium/debezium-connector-postgres/2.3.2.Final/debezium-connector-postgres-2.3.2.Final-plugin.tar.gz\n\n\n# Kakfa Sink Setup\n- Kakfa running is kraft mode.\n- kakfa connector deploye in distributed setup with config file\n```\n# Basic Connect configuration\nbootstrap.servers=localhost:9092\ngroup.id=connect-cluster\nkey.converter=org.apache.kafka.connect.json.JsonConverter\nvalue.converter=org.apache.kafka.connect.json.JsonConverter\nkey.converter.schemas.enable=false\nvalue.converter.schemas.enable=false\n\n# Offset storage\noffset.storage.topic=connect-offsets\noffset.storage.replication.factor=1\noffset.storage.partitions=25\n\n# Config storage\nconfig.storage.topic=connect-configs\nconfig.storage.replication.factor=1\n\n# Status storage\nstatus.storage.topic=connect-status\nstatus.storage.replication.factor=1\nstatus.storage.partitions=5\n\n# Plugin path\nplugin.path=./config/plugins\n\n# REST API\nrest.host.name=localhost\nrest.port=8083\n```\n\nmake sure you plugins are in correct path\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaahaad%2Farroyo-elt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaahaad%2Farroyo-elt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaahaad%2Farroyo-elt/lists"}