CuglerEstates / MongoScripts

Scripts used to manipulate data into/within/from MongoDB using python
0 stars 0 forks source link

Develop better file naming convention #3

Open alan-cugler opened 6 years ago

alan-cugler commented 6 years ago

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

alan-cugler commented 6 years ago

Going to create an index file and name all files in numerical format.