awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesGenerator Interface Extensions

Interfaces allowing users to implement custom logic for expanding synthetic data types.

Distinct from User-Defined Types: Focuses on extending a library's data generation capabilities via interfaces, rather than general language-level user-defined types.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Generator Interface Extensions. Refine with filters or upvote what's useful.

Awesome Generator Interface Extensions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • brianvoe/gofakeitAvatar de brianvoe

    brianvoe/gofakeit

    5,306Voir sur GitHub↗

    gofakeit is a Go library for creating realistic synthetic datasets and populating Go structs with mock information. It functions as a deterministic data generator, allowing for seedable random number generation to ensure reproducible datasets for software testing. The project distinguishes itself by providing a mock data API server that exposes generation functions as HTTP endpoints and a synthetic dataset exporter for producing files in CSV, JSON, and XML formats. It also includes a command-line interface for generating mock data directly from the terminal. The library covers a wide array o

    Allows developers to define custom fake data logic by implementing specific Go interfaces.

    Godatafakegenerator
    Voir sur GitHub↗5,306
  1. Home
  2. Programming Languages & Runtimes
  3. User-Defined Types
  4. Generator Interface Extensions