Skip to content

jnewmano/tap-seed-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go

tap-seed-data

Generate random lists of contact and appointment data.

Singer.IO tap

This app will output a Singer.IO stream of random contact and appointment data.

Assuming Go (1.16 or newer) is installed in your local environment, the app can be run using

go run github.com/jnewmano/tap-seed-data

Random contact and appointment generator as a package

Alternatively, the seeddata package can be used as a library and embedded into your application. Both contacts and appointments have some configurable options to shape the generated data into how you may need it to look.

Notes

Ages and names are randomly chosen using recent US Census data to give a representative sample of ages and names.