simple app that allow to handle call data file from dir and store it to db, plus simple flask api to fetch saved data #pre-build folder for incomeing call data file - call_data_lake
-python manage.py db migrate -python manage.py db upgrade
-python manage.py seed_db
- python manage.py data_handle, or python "data_service/data_handle_service/data_monitoring.py"
-python manage.py test_data, or test_data_generator.py
-python manage.py run