{"id":16352328,"url":"https://github.com/bugthesystem/dataloader","last_synced_at":"2025-11-20T01:30:16.661Z","repository":{"id":149223072,"uuid":"99935420","full_name":"bugthesystem/dataloader","owner":"bugthesystem","description":"DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.","archived":false,"fork":false,"pushed_at":"2017-08-29T15:08:09.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T13:06:22.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/bugthesystem.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}},"created_at":"2017-08-10T15:03:05.000Z","updated_at":"2020-04-14T22:17:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"99615112-fceb-4d60-8c8f-6ff86cdf2cdb","html_url":"https://github.com/bugthesystem/dataloader","commit_stats":null,"previous_names":["bugthesystem/dataloader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fdataloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fdataloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fdataloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fdataloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugthesystem","download_url":"https://codeload.github.com/bugthesystem/dataloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239619573,"owners_count":19669447,"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":"2024-10-11T01:25:47.600Z","updated_at":"2025-11-20T01:30:16.621Z","avatar_url":"https://github.com/bugthesystem.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataLoader\n\n\u003e DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.\n\n### Usage\n\n```scala\nval loader = new DataLoader[Int, Int](\n   batchLoadFn = keys: Array[Int] =\u003e Some(Promise().success(keys))\n)\n\nval f = loader.load(1)\n\nval result = Await.result(f, 1.seconds)\n\nprintln(s\"Resolved value: $result\")\n```\n\n### Credits\n\u003e https://github.com/facebook/dataloader\n\n\n@z i λ a s a l\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fdataloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugthesystem%2Fdataloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fdataloader/lists"}