{"id":23550140,"url":"https://github.com/michelboucey/ipv6db","last_synced_at":"2025-04-28T10:51:03.965Z","repository":{"id":137386351,"uuid":"85962829","full_name":"MichelBoucey/IPv6DB","owner":"MichelBoucey","description":"A RESTful Web Service for IPv6-related data","archived":false,"fork":false,"pushed_at":"2024-05-22T15:16:12.000Z","size":112,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-22T16:08:58.875Z","etag":null,"topics":["database","ipv6","ipv6-address","microservice","restful-webservices"],"latest_commit_sha":null,"homepage":"http://hackage.haskell.org/package/IPv6DB","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MichelBoucey.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-03-23T14:59:36.000Z","updated_at":"2024-06-12T21:43:49.697Z","dependencies_parsed_at":"2024-02-28T19:55:23.604Z","dependency_job_id":"09ad05cb-3d50-4f6b-99a8-d4776505044b","html_url":"https://github.com/MichelBoucey/IPv6DB","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelBoucey%2FIPv6DB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelBoucey%2FIPv6DB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelBoucey%2FIPv6DB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelBoucey%2FIPv6DB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichelBoucey","download_url":"https://codeload.github.com/MichelBoucey/IPv6DB/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251300025,"owners_count":21567356,"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":["database","ipv6","ipv6-address","microservice","restful-webservices"],"created_at":"2024-12-26T10:13:33.970Z","updated_at":"2025-04-28T10:51:03.943Z","avatar_url":"https://github.com/MichelBoucey.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPv6DB\n\n## A RESTful Web service for IPv6 related data ![CI](https://github.com/MichelBoucey/IPv6DB/actions/workflows/haskell-ci.yml/badge.svg) [![Hackage](https://img.shields.io/hackage/v/IPv6DB.svg)](https://hackage.haskell.org/package/IPv6DB)\n\nIPv6DB is a RESTful microservice using Redis as backend to store lists of IPv6 addresses and attach to each of them any valuable data in a schema-free valid JSON value. Each resource can be permanent or TTLed.\n\n```bash\n[user@box ~]$ ipv6db --help\nIPv6DB v0.3.3.1 APIv1, (c) Michel Boucey 2017-2024\n\nUsage: ipv6db [-h|--host ARG] [-p|--port ARG] [-l|--log-file ARG]\n              [-o|--redis-host ARG] [-r|--redis-port ARG]\n              [-d|--redis-database ARG] [-a|--redis-auth ARG]\n  RESTful Web Service for IPv6 related data\n\nAvailable options:\n  -h,--host ARG            Alternative host (default: \"::\")\n  -p,--port ARG            Alternative listening port (default: 4446)\n  -l,--log-file ARG        Log file (default: \"/var/log/ipv6db.log\")\n  -o,--redis-host ARG      Redis host (default: \"localhost\")\n  -r,--redis-port ARG      Redis listening port (default: 6379)\n  -d,--redis-database ARG  Redis database (default: 0)\n  -a,--redis-auth ARG      Redis authentication password\n  -h,--help                Show this help text\n```\n\nA resource example:\n\n```json\n    {\n      \"list\": \"black\",\n      \"address\": \"abcd::1234\",\n      \"ttl\": 34582,\n      \"source\":\n        {\n          \"services\": [25,587,143]\n        }\n    }\n```\n\nThe field \"source\" is mandatory and carry any valid JSON value.\n\nThe field \"ttl\" is optional in API requests for a permanent resource.\n\nSee the full [IPv6DB APIv1](https://github.com/MichelBoucey/IPv6DB/blob/master/IPv6DB_APIv1.md).\n\nThe package includes binary and library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelboucey%2Fipv6db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichelboucey%2Fipv6db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelboucey%2Fipv6db/lists"}