{"id":15092622,"url":"https://github.com/studiowebux/cardano-indexer","last_synced_at":"2026-02-04T18:01:55.944Z","repository":{"id":257046045,"uuid":"853537372","full_name":"studiowebux/cardano-indexer","owner":"studiowebux","description":"Cardano Indexer built with Deno and Ogmios; runs with Kafka and MongoDB","archived":false,"fork":false,"pushed_at":"2025-04-28T03:38:39.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T07:04:02.721Z","etag":null,"topics":["cardano","deno","indexer","kafka","mongodb"],"latest_commit_sha":null,"homepage":"https://jsr.io/@studiowebux/cardano-indexer","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/studiowebux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-09-06T21:26:03.000Z","updated_at":"2025-04-28T03:38:42.000Z","dependencies_parsed_at":"2025-07-12T18:47:08.456Z","dependency_job_id":null,"html_url":"https://github.com/studiowebux/cardano-indexer","commit_stats":null,"previous_names":["studiowebux/cardano-indexer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/studiowebux/cardano-indexer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano-indexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano-indexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano-indexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano-indexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/studiowebux","download_url":"https://codeload.github.com/studiowebux/cardano-indexer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano-indexer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29092713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cardano","deno","indexer","kafka","mongodb"],"created_at":"2024-09-25T11:01:25.243Z","updated_at":"2026-02-04T18:01:55.920Z","avatar_url":"https://github.com/studiowebux.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/studiowebux"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch2\u003eCardano Indexer\u003c/h2\u003e\n\n\u003cp\u003eA Cardano event-driven indexer, implemented in Deno and built upon the Ogmios solution.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/studiowebux/cardano-indexer/issues\"\u003eReport Bug\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/studiowebux/cardano-indexer/issues\"\u003eRequest Feature\u003c/a\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n## About\n\n- **Indexer:** Developed using Ogmios and Deno, this Cardano indexer serves as\n  the core of our project.\n- **Message Transfer:** We employ Apache Kafka for efficient communication\n  between the indexer and processor components.\n- **Data Storage:** MongoDB is utilized to store block data and other relevant\n  information, ensuring flexibility and swift adjustments based on custom\n  requirements.\n- **API \u0026 Dashboard:** Hono facilitates a straightforward API, while HTMX\n  enables creation of a basic yet functional dashboard.\n- **Monitoring:** Prometheus is integrated for comprehensive tracking of metrics\n  and ensuring smooth project operation.\n\n**Documentation:** https://cardano.studiowebux.com\n\n---\n\n## Contributing\n\n1. Fork the project\n2. Create a Feature Branch\n3. Commit your changes\n4. Push your changes\n5. Create a PR\n\n\u003cdetails\u003e\n\u003csummary\u003eWorking with your local branch\u003c/summary\u003e\n\n**Branch Checkout:**\n\n```bash\ngit checkout -b \u003cfeature|fix|release|chore|hotfix\u003e/prefix-name\n```\n\n\u003e Your branch name must starts with [feature|fix|release|chore|hotfix] and use a\n\u003e / before the name; Use hyphens as separator; The prefix correspond to your\n\u003e Kanban tool id (e.g. abc-123)\n\n**Keep your branch synced:**\n\n```bash\ngit fetch origin\ngit rebase origin/master\n```\n\n**Commit your changes:**\n\n```bash\ngit add .\ngit commit -m \"\u003cfeat|ci|test|docs|build|chore|style|refactor|perf|BREAKING CHANGE\u003e: commit message\"\n```\n\n\u003e Follow this convention commitlint for your commit message structure\n\n**Push your changes:**\n\n```bash\ngit push origin \u003cfeature|fix|release|chore|hotfix\u003e/prefix-name\n```\n\n**Examples:**\n\n```bash\ngit checkout -b release/v1.15.5\ngit checkout -b feature/abc-123-something-awesome\ngit checkout -b hotfix/abc-432-something-bad-to-fix\n```\n\n```bash\ngit commit -m \"docs: added awesome documentation\"\ngit commit -m \"feat: added new feature\"\ngit commit -m \"test: added tests\"\n```\n\n\u003c/details\u003e\n\n## License\n\nDistributed under the MIT License. See LICENSE for more information.\n\n## Contact\n\n- Tommy Gingras @ tommy@studiowebux.com | Studio Webux\n\n\u003cdiv\u003e\n\u003cb\u003e | \u003c/b\u003e\n\u003ca href=\"https://www.buymeacoffee.com/studiowebux\" target=\"_blank\"\n      \u003e\u003cimg\n        src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\"\n        alt=\"Buy Me A Coffee\"\n        style=\"height: 30px !important; width: 105px !important\"\n        height=\"30\"\n        width=\"105\"\n/\u003e\u003c/a\u003e\n\u003cb\u003e | \u003c/b\u003e\n\u003ca href=\"https://webuxlab.com\" target=\"_blank\"\n      \u003e\u003cimg\n        src=\"https://webuxlab-static.s3.ca-central-1.amazonaws.com/logoAmpoule.svg\"\n        alt=\"Webux Logo\"\n        style=\"height: 30px !important\"\n        height=\"30\"\n/\u003e Webux Lab\u003c/a\u003e\n\u003cb\u003e | \u003c/b\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiowebux%2Fcardano-indexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudiowebux%2Fcardano-indexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiowebux%2Fcardano-indexer/lists"}