{"id":19074179,"url":"https://github.com/tobiasbernet/elixir_federation","last_synced_at":"2026-05-12T23:32:51.111Z","repository":{"id":103352016,"uuid":"405069920","full_name":"tobiasbernet/elixir_federation","owner":"tobiasbernet","description":"Absinthe Federation Project using Apollo Federation","archived":false,"fork":false,"pushed_at":"2021-09-10T12:17:28.000Z","size":183,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T04:27:57.959Z","etag":null,"topics":["absinthe","apollo-federation","elixir","graphql"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/tobiasbernet.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":"2021-09-10T12:16:44.000Z","updated_at":"2021-09-10T12:19:04.000Z","dependencies_parsed_at":"2023-07-07T20:46:07.243Z","dependency_job_id":null,"html_url":"https://github.com/tobiasbernet/elixir_federation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tobiasbernet/elixir_federation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobiasbernet%2Felixir_federation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobiasbernet%2Felixir_federation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobiasbernet%2Felixir_federation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobiasbernet%2Felixir_federation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobiasbernet","download_url":"https://codeload.github.com/tobiasbernet/elixir_federation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobiasbernet%2Felixir_federation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32961782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: 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":["absinthe","apollo-federation","elixir","graphql"],"created_at":"2024-11-09T01:49:55.796Z","updated_at":"2026-05-12T23:32:51.106Z","avatar_url":"https://github.com/tobiasbernet.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elixir Federation Demo\n\nThis repository is a demo of using [Apollo Federation](https://github.com/apollographql/federation), [Elixir Absinthe](https://hexdocs.pm/absinthe/overview.html) including the [Absinthe Federation](https://hexdocs.pm/absinthe_federation/readme.html) library.\n\nThis code is highly experimental. It's is just for fun. The resolvers are not ideal but in this state I just tried to make the queries running.\n\nIt's more about learning the federation principles and testing the Elixir lib. So far I found one issue regarding the `:_resolve_reference` field.\n\n```Elixir\n# resolve(\u0026Resolvers.User.find/3)\n      # raises -\u003e\n      # (FunctionClauseError) no function clause matching in Absinthe.Middleware.unshim/2\n      #   (absinthe 1.6.5) lib/absinthe/middleware.ex:293: Absinthe.Middleware.unshim([{Absinthe.Middleware.Telemetry, []}, {{Absinthe.Resolution, :call}, \u0026AccountsWeb.Resolvers.User.find/3}], AccountsWeb.Schema)\n\n      # So we need to call the resolver in a anonymous function:\n      resolve(fn _, args, _ -\u003e Resolvers.User.find(nil, args, nil) end)\n```\n\n## Run the configuration\n\nThe project runs in different `tmux` windows. You just have to run the `./startup.sh` script. \n\nThis script lunches 5 tmux windows:\n`0:AccountsM 1:Inventory  2:Products  3:Reviews- 4:Apollo Gateway`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobiasbernet%2Felixir_federation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobiasbernet%2Felixir_federation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobiasbernet%2Felixir_federation/lists"}