{"id":24117677,"url":"https://github.com/thake/avro4k-compiler","last_synced_at":"2025-06-21T01:36:29.483Z","repository":{"id":37984190,"uuid":"242161064","full_name":"thake/avro4k-compiler","owner":"thake","description":"Generates avro4k compatible kotlin source code from avro schema definitions.","archived":false,"fork":false,"pushed_at":"2023-05-16T05:07:36.000Z","size":274,"stargazers_count":5,"open_issues_count":12,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-07-26T22:09:35.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thake.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}},"created_at":"2020-02-21T14:42:37.000Z","updated_at":"2023-02-26T09:58:22.000Z","dependencies_parsed_at":"2023-02-16T03:45:55.261Z","dependency_job_id":null,"html_url":"https://github.com/thake/avro4k-compiler","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thake%2Favro4k-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thake%2Favro4k-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thake%2Favro4k-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thake%2Favro4k-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thake","download_url":"https://codeload.github.com/thake/avro4k-compiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233456028,"owners_count":18678965,"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","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-01-11T07:55:32.771Z","updated_at":"2025-01-11T07:55:33.520Z","avatar_url":"https://github.com/thake.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avro compiler for avro4k\n[\u003cimg src=\"https://img.shields.io/maven-central/v/com.github.thake.avro4k/avro4k-maven-plugin.svg?label=latest%20release\"/\u003e](https://search.maven.org/search?q=g:com.github.thake.avro4k)\n\nThis is a generator for avro4k compatible kotlin source files. The generator is based on \nthe avro java compiler.\n\nUnsupported features:\n- Protocol generation\n- Union types other than a Union with null\n\nAdditional features:\n- Kotlin data classes may have a different name than avro records.\n\nCompatibility:\n- \u003c 0.5.0 Avro4k 0.41.0\n- 0.5.0 Avro4k 1.0.0 (package names have changed)\n\n## Maven plugin usage:\n```xml\n\u003cbuild\u003e\n    \u003cplugins\u003e\n        \u003cplugin\u003e\n            \u003cgroupId\u003ecom.github.thake.avro4k\u003c/groupId\u003e\n            \u003cartifactId\u003eavro4k-maven-plugin\u003c/artifactId\u003e\n            \u003cversion\u003e0.5.0\u003c/version\u003e\n            \u003cconfiguration\u003e\n                \u003csourceDirectory\u003e${avro.schema.directory}\u003c/sourceDirectory\u003e\n                \u003coutputDirectory\u003e${project.build.directory}/generated-sources\u003c/outputDirectory\u003e\n                \u003crenamedClasses\u003e\n                    \u003crenamedClass\u003e\n                        \u003cregex\u003emy.namespace.(\\w+)Record\u003c/regex\u003e\n                        \u003creplacement\u003eother.namespace.$1\u003c/replacement\u003e\n                    \u003c/renamedClass\u003e\n                \u003c/renamedClasses\u003e\n            \u003c/configuration\u003e            \t\t\t\t        \n        \u003c/plugin\u003e\n        ...\n    \u003c/plugins\u003e\n\u003c/build\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthake%2Favro4k-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthake%2Favro4k-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthake%2Favro4k-compiler/lists"}