Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2014-07-24 | 492 Bytes | |
Totals: 1 Item | 492 Bytes | 0 |
To run simulator: 1. Requirements: a) Mysql b) Python and python-MySQLdb 2. Installation: a) create database marketsim ) import marketsim.sql for the application database b) edit market_sim.py to change the database connection credentials c) run python market_sim.py for the simulator to populate database with test data 3. Notes: a) Market market_sim.py optionally truncates all tables in the database for each execution. Comment or uncomment db.db_trunc_tables(conn) in market_sim.py