Skip to content

Repository files navigation

FakeCSV is an online service for generating CSV files with fake(dummy) data using Python and Django:

Deployed to heroku

Service has following features:

  • Schema creation and updating (Name, Columns etc.)
  • DataSet creation
  • DataSet download in csv format

Libraries/Frameworks/Services used:

  • Django
  • Celery
  • Bootstrap
  • Firebase (heroku does not allow usage of internal storage)
  • WhiteNoise (serving static files without proxy for django)
  • Faker (data generating)
  • Redis

Test user:

username: test
password: test123

To run celery on windows:

celery -A planeks.celery worker -P solo --loglevel=DEBUG

About

Build an online service for generating CSV files with fake(dummy) data using Python and Django:

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages