Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

atlassian-archive/forjar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning: We don't use this code anymore. We've switched to a combination of faker and factory boy. Check them both out here:

Forjar

Forjar (spanish for forge) is a data generator for mocking datasets. You setup a schema, a period of time, and a model of how the data should perform over time and then run it!

Dependancies

  • sqlalchemy

Running

There is currently one example. Run

python examples/boatio.py

The default settings will run the simulation for 365 days and pump it to the sqlite database called forjer.db.

To run the simulation for 150 days into the database at sqlite:///boatio.sqlite use

python examples/boatio.py -d 150 -e sqlite:///boatio.sqlite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published