{"id":19118493,"url":"https://github.com/bmascat/data-generator","last_synced_at":"2025-05-05T04:14:32.349Z","repository":{"id":260073489,"uuid":"879389709","full_name":"bmascat/data-generator","owner":"bmascat","description":"A faker.js wrapper for mock data generation and export in different formats (CSV, JSON and SQL).","archived":false,"fork":false,"pushed_at":"2025-01-22T16:32:57.000Z","size":2606,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T16:02:15.585Z","etag":null,"topics":["faker","fakerjs","mock","next-js","nextjs","shadcn","shadcn-ui","tailwind","tailwindcss"],"latest_commit_sha":null,"homepage":"https://www.data-generator.xyz/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmascat.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":"2024-10-27T19:17:40.000Z","updated_at":"2025-02-01T08:51:44.000Z","dependencies_parsed_at":"2024-11-08T17:56:28.134Z","dependency_job_id":"0171d2a4-2ab2-450a-acec-a6a04cdaf1c1","html_url":"https://github.com/bmascat/data-generator","commit_stats":null,"previous_names":["breisone/data-generator","bmascat/data-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmascat%2Fdata-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmascat%2Fdata-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmascat%2Fdata-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmascat%2Fdata-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmascat","download_url":"https://codeload.github.com/bmascat/data-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252368997,"owners_count":21736875,"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":["faker","fakerjs","mock","next-js","nextjs","shadcn","shadcn-ui","tailwind","tailwindcss"],"created_at":"2024-11-09T05:06:32.999Z","updated_at":"2025-05-05T04:14:32.302Z","avatar_url":"https://github.com/bmascat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Generator\n\n![Data Generator App](./docs/app_preview.png)\n\nA Next.js application built with Shadcn and Tailwind CSS, designed as a wrapper for Faker.js to generate custom synthetic datasets. This app enables users to define datasets with multiple columns, reorder columns using drag-and-drop, and export data in various formats.\n\n## Features\n\n- **Customizable Datasets**: Create datasets with multiple columns and customizable data types.\n- **Drag-and-Drop Column Reordering**: Organize your dataset by rearranging columns to your preference.\n- **Export in Multiple Formats**: Save generated datasets as CSV, JSON, or SQL files for easy integration into other projects.\n- **Built with Next.js and Tailwind CSS**: Ensures a responsive and modern UI experience.\n- **Powered by Faker.js**: Generates realistic, randomly generated data for various data fields.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js and npm installed on your machine.\n\n### Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/BreisOne/data-generator.git\n    cd data-generator\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n    ```\n\n3. Start the development server:\n\n    ```bash\n    npm run dev\n    ```\n\n4. Open the app in your browser at [http://localhost:3000](http://localhost:3000).\n\n### Usage\n\n1. **Select Columns**: Choose the data fields (e.g., name, address, date) to include in your dataset.\n2. **Reorder Columns**: Use drag-and-drop functionality to reorder columns as needed.\n3. **Generate Data**: Define the number of rows and generate data instantly.\n4. **Export**: Download the generated dataset in CSV, JSON, or SQL format.\n\n## Configuration\n\nThis app wraps Faker.js, so main Faker.js-supported data types are available. Customize fields in the UI to select the type of data to generate and give a name to each column.\n\n## Contributing\n\nContributions are welcome! Please fork the repository, make your changes, and submit a pull request.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/YourFeature`)\n3. Commit your Changes (`git commit -m 'Add Your Feature'`)\n4. Push to the Branch (`git push origin feature/YourFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the AGPL-3.0 License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor questions or suggestions, feel free to open an issue or contact [BreisOne](https://github.com/BreisOne).\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmascat%2Fdata-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmascat%2Fdata-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmascat%2Fdata-generator/lists"}