** Using a sin wave function will vary temperature, bp and activity over time **
** added a redis output file so we can pick our desitination **
** added specific generator for person data **
** added specific generator for machine data **
Note: You will need to install AWS Cli, Boto3 (for Python) and Most likely DynamoDB locally to Test.
- download and install DynamoDB local (easy) -or- change end point in scripts.
-
run the ddb table build script: user$ python sensor_ddb.py [ This will build the IOT Sensor Table ].
-
run the desired generator:
- a) user$ python dgen_person_ddb.py [ generate person data to ddb ] - or -
- b) user$ python dgen_mach_ddb.py [ generate machine data to ddb ]