Skip to content

Alpha Release v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@ScientificProgrammer ScientificProgrammer released this 10 Dec 22:42
· 53 commits to master since this release

RELEASE SUMMARY

This version of the code base is not fully complete, but there is enough here for a preliminary evaluation. l (i.e., Eric) will continue to work on it over the next two days and have a nice package ready by the early afternoon on Sunday, Dec 12, 2021.

PLANNED ENHANCEMENTS FOR NEXT RELEASE

  1. Python Parser Module
    1. Clean up the code by removing unnecessary comments and adding proper DocStrings.
    2. Use a configuration file for the DB Connection parameters.
    3. For security credentials, either accept a DB password from stdin or use an environment variable. A longer term goal would be to use SSH keys with IAM.
  2. Finish Python DB Uploader