{"id":21619216,"url":"https://github.com/matt5816/randomusersqldbgenerator","last_synced_at":"2026-05-07T13:12:08.361Z","repository":{"id":246583344,"uuid":"821532985","full_name":"MAtt5816/RandomUserSqlDbGenerator","owner":"MAtt5816","description":"Generator of fake users SQL database import file.","archived":false,"fork":false,"pushed_at":"2024-07-18T17:34:19.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T18:20:01.987Z","etag":null,"topics":["database","fakedata","fakeusergenerator","sql"],"latest_commit_sha":null,"homepage":"","language":"C#","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/MAtt5816.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":"2024-06-28T19:00:29.000Z","updated_at":"2024-07-18T17:34:22.000Z","dependencies_parsed_at":"2024-06-28T21:03:54.293Z","dependency_job_id":"939d24aa-fc2e-49c1-861d-2dc39de75fb7","html_url":"https://github.com/MAtt5816/RandomUserSqlDbGenerator","commit_stats":null,"previous_names":["matt5816/randomusersqldbgenerator"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/MAtt5816/RandomUserSqlDbGenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAtt5816%2FRandomUserSqlDbGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAtt5816%2FRandomUserSqlDbGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAtt5816%2FRandomUserSqlDbGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAtt5816%2FRandomUserSqlDbGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MAtt5816","download_url":"https://codeload.github.com/MAtt5816/RandomUserSqlDbGenerator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MAtt5816%2FRandomUserSqlDbGenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274014829,"owners_count":25207688,"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-09-07T02:00:09.463Z","response_time":67,"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":["database","fakedata","fakeusergenerator","sql"],"created_at":"2024-11-24T23:08:19.920Z","updated_at":"2026-05-07T13:12:03.343Z","avatar_url":"https://github.com/MAtt5816.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThe Random User SQL DB Generator is designed for generating SQL database import file. Application use random fake data from [API](https://randomuser.me).\n\n# How to run?\n\n[Bulid project](#build-project) or [use Docker image](#use-docker-image).\n\n## Build project\n\n\u003e Note: This method is intended for Windows and may vary from Linux (paths, extensions, etc.).\n\n1. Compile solution:\n   ```shell\n   dotnet build RandomUserSqlDbGenerator.sln -c Release\n   ```\n2. Run application:\n   ```shell\n   bin/Release/net8.0/RandomUserSqlDbGenerator.exe 1000 \u003e db.sql\n   ```\n   where `1000` is a number of users to generate (**must be greater than 0**) and `db.sql` is name of output SQL file.\n\n## Use Docker image\n\nRun:\n\n```csharp\ndocker run --rm ghcr.io/matt5816/random-user-sql-db-generator:latest 1000 \u003e db.sql\n```\nwhere `1000` is a number of users to generate (**must be greater than 0**) and `db.sql` is name of output SQL file.\n\n# References\n* RANDOM USER GENERATOR open-source API: https://randomuser.me/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatt5816%2Frandomusersqldbgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatt5816%2Frandomusersqldbgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatt5816%2Frandomusersqldbgenerator/lists"}