DEV Community

Discussion on: Generating mock data using Mimesis: Part I

Collapse
 
lukaszkuczynski profile image
lukaszkuczynski

So cool! When I will pip this library into my PC, where does this mock data come from?

Collapse
 
likid_geimfari profile image
Líkið Geimfari • Edited

Data are collected from the open resources of different segments (for each language) of the Internet.

We store this data in mimesis/data/{locale}/{file}.json.

Collapse
 
likid_geimfari profile image
Líkið Geimfari

Just published second part of this article.