{"id":23290843,"url":"https://github.com/imega/graphql2avro","last_synced_at":"2026-01-21T16:02:15.506Z","repository":{"id":145388018,"uuid":"205661037","full_name":"iMega/graphql2avro","owner":"iMega","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-01T10:29:26.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T20:02:07.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/iMega.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}},"created_at":"2019-09-01T10:28:12.000Z","updated_at":"2022-03-27T10:26:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"c19931f7-7e44-4973-b1fa-ae67e635a760","html_url":"https://github.com/iMega/graphql2avro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iMega/graphql2avro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMega%2Fgraphql2avro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMega%2Fgraphql2avro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMega%2Fgraphql2avro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMega%2Fgraphql2avro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iMega","download_url":"https://codeload.github.com/iMega/graphql2avro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iMega%2Fgraphql2avro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"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":[],"created_at":"2024-12-20T05:13:04.533Z","updated_at":"2026-01-21T16:02:15.484Z","avatar_url":"https://github.com/iMega.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphql2Avro\n\n\n### Graphql\n\n```\ntype Query {\n    collection(id: ID): Collection!\n}\n\ninterface Node {\n    id: ID!\n}\n\ntype Collection implements Node {\n    id: ID!\n    title: String!\n    description: String!\n    items(offset: Int, limit: Int): CatalogItemCollection\n}\n\ntype CatalogItemCollection {\n    totalCount: Int!\n    entities(offset: Int, limit: Int): [CatalogItem]\n}\n\nunion CatalogItem = Product | Collection\n\ntype Product implements Node {\n    id: ID!\n    title: String!\n    description: String!\n    sku: String\n}\n```\n\n### Avro\n\n```\n{\n    \"namespace\": \"ru.imega.collection\",\n    \"type\": \"record\",\n    \"name\": \"collection\",\n    \"aliases\": [\"version\", \"1.0\"],\n    \"doc\": \"collection data\",\n    \"fields\" : [\n        {\"name\": \"id\", \"type\": \"string\"},\n        {\"name\": \"title\", \"type\": \"string\"},\n        {\"description\": \"title\", \"type\": \"string\"}\n    ]\n}\n\n{\n    \"namespace\": \"ru.imega.product\",\n    \"type\": \"record\",\n    \"name\": \"product\",\n    \"aliases\": [\"version\", \"1.0\"],\n    \"doc\": \"product data\",\n    \"fields\" : [\n        {\"name\": \"id\", \"type\": \"string\"},\n        {\"name\": \"title\", \"type\": \"string\"},\n        {\"description\": \"title\", \"type\": \"string\"},\n        {\"sku\": \"title\", \"type\": \"string\"}\n    ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimega%2Fgraphql2avro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimega%2Fgraphql2avro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimega%2Fgraphql2avro/lists"}