Welcome to trumania’s documentation!¶
WIKI¶
- Contents
- Example 1: from hello world to basic CDR generator
- Step 1 - Hello World
- Step 2 - Add Person attributes and log timestamp
- Step 3 - Use a generator to generate durations at runtime
- Step 4 - Adding a relationship to capture mobility
- Step 5 - Make some locations more likely with a weighted relationship
- Step 6 - Add a relationship to capture a social network and use an execution runtime weight
- Step 7 - Add price and currency fields with a generic Apply operator
- Example 2: Point of sale simulation
- Step 1- Point of sales population and stock level report
- Step 2 - Initialise the stock of items
- Step 3 - Add an initial dumb re-stock story with a DependentGenerator
- Step 4 - Customer populations: modelling a purchase story with select_one(pop=True)
- Step 5 - Refactor the restock story to trigger re-stock when stock is low with force_act_next()
- Example 3: music streaming simulation
- Example 4: reusability and circus persistence with DB