{"id":21029643,"url":"https://github.com/loafoe/mmdb","last_synced_at":"2025-07-08T10:06:41.253Z","repository":{"id":57630673,"uuid":"408747287","full_name":"loafoe/mmdb","owner":"loafoe","description":"Load MindMax DB files using license key","archived":false,"fork":false,"pushed_at":"2021-09-21T18:36:47.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-03T11:03:07.908Z","etag":null,"topics":["geoip2","maxmind-db","maxmind-geoip","mmdb"],"latest_commit_sha":null,"homepage":"","language":"Go","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/loafoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-21T08:45:21.000Z","updated_at":"2021-09-24T21:03:57.000Z","dependencies_parsed_at":"2022-09-26T20:11:33.736Z","dependency_job_id":null,"html_url":"https://github.com/loafoe/mmdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loafoe/mmdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loafoe%2Fmmdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loafoe%2Fmmdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loafoe%2Fmmdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loafoe%2Fmmdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loafoe","download_url":"https://codeload.github.com/loafoe/mmdb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loafoe%2Fmmdb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264247849,"owners_count":23579054,"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":["geoip2","maxmind-db","maxmind-geoip","mmdb"],"created_at":"2024-11-19T12:13:31.118Z","updated_at":"2025-07-08T10:06:41.219Z","avatar_url":"https://github.com/loafoe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mmdb\n\nDownload MindMax database using license key\n\n## usage\n\n```golang\npackage main\n\nimport (\n\t\"fmt\"\n\t\"io/ioutil\"\n\t\"os\"\n\t\n\t\"github.com/loafoe/mmdb\"\n)\n\nfunc main() {\n\tfile, err := ioutil.TempFile(\"\", \"*.mmdb\")\n\tif err != nil {\n\t\tfmt.Printf(\"%v\\n\", err)\n\t\treturn\n\t}\n\n\tresp, err := mmdb.Download(file.Name(), os.Getenv(\"LICENSE_KEY\"))\n\tif err != nil {\n\t\tfmt.Printf(\"%v %v\\n\", resp, err)\n\t}\n\tfmt.Printf(\"Done: %s\\n\", file.Name())\n}\n```\n\n## license\n\nLicense is MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floafoe%2Fmmdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floafoe%2Fmmdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floafoe%2Fmmdb/lists"}