Saturday, July 29, 2023

Cryptocurrency pop-quiz: systemic git-integration

#Cryptocurrency pop-quiz

Preamble

My system, ./cmc_filter receives a JSON file, 

along with a configuration file of tracked coin( names)s, and spits out price-data on the tracked coins.

This system runs off of Makefile

Problem statement


You see (LT) that this approach generates many files, as values change, day-to-day.

Huh! This sounds like a versioning-issue.

Update the system so that ./cmc_prices outputs a single (not-dated) file and ./cmc_filter reads that file AND GIT VERSIONS THAT FILE!

No comments:

Post a Comment