{"id":18526690,"url":"https://github.com/rogusdev/sequential-id-generator","last_synced_at":"2025-08-25T21:04:23.248Z","repository":{"id":194937655,"uuid":"691832234","full_name":"rogusdev/sequential-id-generator","owner":"rogusdev","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-23T04:43:53.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T08:22:34.086Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/rogusdev.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,"zenodo":null}},"created_at":"2023-09-15T01:44:28.000Z","updated_at":"2023-09-15T06:29:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"3183fca4-f307-43d2-a75e-a51f984f53b5","html_url":"https://github.com/rogusdev/sequential-id-generator","commit_stats":null,"previous_names":["rogusdev/sequential-id-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rogusdev/sequential-id-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Fsequential-id-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Fsequential-id-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Fsequential-id-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Fsequential-id-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogusdev","download_url":"https://codeload.github.com/rogusdev/sequential-id-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Fsequential-id-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272131793,"owners_count":24878986,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-06T17:52:12.990Z","updated_at":"2025-08-25T21:04:23.215Z","avatar_url":"https://github.com/rogusdev.png","language":"Rust","readme":"# sequential-id-generator\n\nA service to generate ids on request, and keep them alive, for distributing across clients -- ideally as process ids used in generating unique ids inside those clients (ala uuid machine id), etc\n\n4 config env vars:\n- \"PORT\" -- default 3000\n- \"MAX\" -- default 65535\n- \"MIN\" -- default 1\n- \"TIMEOUT\" -- default 2000\n\nIt's a very straightforward rust project, all the basics get you started with the code:\n\n        cargo run\n        cargo test\n\n        curl localhost:3000/next\n        curl localhost:3000/heartbeat/1\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogusdev%2Fsequential-id-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogusdev%2Fsequential-id-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogusdev%2Fsequential-id-generator/lists"}