Current naming convention is unspecific and awkward. The repo needs an organized script naming convention that describes individual scripts without long name spaces.
Possible naming options:
1) Singular/Plural
Does the job of the script operate on more than one set of data at a time?
EX: one stock or a batch from the stock market.
2) Key conversion
The converting to and from parties
EX: PostgreSQL/mongoDB or mongoDB/pandas
3) Exclude MongoDB
Overly redundant to ever have "mongo" in any script name.
EX: mongoInstall.py, mongoDB_autoInsert.py
Current naming convention is unspecific and awkward. The repo needs an organized script naming convention that describes individual scripts without long name spaces.
Possible naming options: 1) Singular/Plural Does the job of the script operate on more than one set of data at a time? EX: one stock or a batch from the stock market. 2) Key conversion The converting to and from parties EX: PostgreSQL/mongoDB or mongoDB/pandas 3) Exclude MongoDB Overly redundant to ever have "mongo" in any script name. EX: mongoInstall.py, mongoDB_autoInsert.py