-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unified reports in the csv file or another comfortable format for analyze #174
Comments
Выглядит страшно, но парсится.
Думаю можно будет похимичить с типами и может не придётся json.loads делать. Пока есть такие поля:
date - дата проверка, при кешировании может быть полезно, т.к. есть проблема как раз таки с устаревание данных, может хеш ещё брать. |
При этом способ сохранения в json сейчас не будет во-первых захломлять память, но будет захломлять количество файлов в одной папке, что также плохо, в то время как csv в перспективе будет заполнять память, поэтому csv всё-таки также пока будет промежуточный вариант между чем-то лучше (БД). Пока сделаю на выбор либо json, либо csv. |
@mirrin00, @zmm две проверки с пустым кэшом в виде csv файла и заполненным:
|
Is your feature request related to a problem? Please describe.
In the current time every work check result product one file and with rising count of check that count may be vast. So first of all we want to unify it into one file and choose more suitable format for humans, instead of use json. Then we want to select required fields for every check result.
Describe the solution you'd like
Use pandas python library that already in used by the codeplag util.
Describe alternatives you've considered
Use one json file instead of use many or search another solution if there will be problems.
The text was updated successfully, but these errors were encountered: