This repository is a duck component. Visit Wealthy Laughing Duck Project for more information.
This repository holds files used among other duck components (fixtures, thrift, etc.)
run fixture generator:
$ cd fixtures/
$ ./generate -h
usage: generate [-h] [-V] format
positional arguments:
format sql or json
optional arguments:
-h, --help show this help message and exit
-V, --version show program's version number and exit
generate SQL fixtures:
$ ./generate sql
Following files generated successfully:
- sql/fixtures.sql
- sql/access.sql
generate JSON fixtures:
$ ./generate json
Following files generated successfully:
- json/category.json
- json/outcome.json
- json/users.json
- json/income.json
Following duck components rely on duck-commons:
- duck-rip-api - needs MySQL database to run django api application
- wealthy-laughing-duck / original project- needs MySQL database for Hibernate and optionally thrift to regenerate thrift classes