{"id":22690325,"url":"https://github.com/d-little/integ2json","last_synced_at":"2025-07-02T08:38:32.948Z","repository":{"id":231438543,"uuid":"157446004","full_name":"d-little/integ2json","owner":"d-little","description":"Converts Intersystem's Cache integrity check files into JSON","archived":false,"fork":false,"pushed_at":"2019-08-21T18:50:41.000Z","size":35,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T16:31:48.336Z","etag":null,"topics":["intersystems","intersystems-cache","python37"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d-little.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-11-13T20:59:49.000Z","updated_at":"2020-01-02T06:38:09.000Z","dependencies_parsed_at":"2024-04-04T03:04:04.005Z","dependency_job_id":null,"html_url":"https://github.com/d-little/integ2json","commit_stats":null,"previous_names":["d-little/integ2json"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/d-little/integ2json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-little%2Finteg2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-little%2Finteg2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-little%2Finteg2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-little%2Finteg2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-little","download_url":"https://codeload.github.com/d-little/integ2json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-little%2Finteg2json/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260967377,"owners_count":23090100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intersystems","intersystems-cache","python37"],"created_at":"2024-12-10T00:33:41.799Z","updated_at":"2025-06-20T15:08:23.214Z","avatar_url":"https://github.com/d-little.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# integ2json\n\nConverts from this:\n```\nCache Database Integrity Check on 01/22/2019 at 19:00:01\nSystem: HOSTNAME  Configuration: CACHE\nCache for OS (OS DETAILS) Version\n\n\n---Directory database_dir---\n\nGlobal: GLOBAL\n Top/Bottom Pnt Level: # of blocks=1       8kb (4% full)\n Data Level:           # of blocks=18      144kb (72% full)\n Total:                # of blocks=19      152kb (69% full)\n Elapsed Time = 0.0 seconds, Completed 01/22/2019 19:00:01\n\nGlobal: GLOBAL2\n Top/Bottom Pnt Level: # of blocks=1      8kb (0% full)\n Data Level:           # of blocks=1      8kb (7% full)\n Total:                # of blocks=2      16kb (3% full)\n Elapsed Time = 0.0 seconds, Completed 01/22/2019 19:00:01\n```\n\nTo this:\n```\n{\n    \"INTEG_ALL_20190122-190001.txt\": {\n        \"databases\": {\n            \"database_dir\": {\n                \"globals\": {\n                    \"GLOBAL1\": {\n                        \"Data\": {\n                            \"Data_Level\": {\n                                \"Blocks\": 18, \n                                \"Percent_Full\": 72, \n                                \"Size_KB\": 144\n                            }, \n                            \"Top_Bottom_Pnt_Level\": {\n                                \"Blocks\": 1, \n                                \"Percent_Full\": 4, \n                                \"Size_KB\": 8\n                            }, \n                            \"Total\": {\n                                \"Blocks\": 19, \n                                \"Percent_Full\": 69, \n                                \"Size_KB\": 152\n                            }\n                        }, \n                        \"Time\": {\n                            \"Elapsed_Seconds\": 0.0, \n                            \"End_Date\": \"01/22/2019\", \n                            \"End_Time\": \"19:00:01\"\n                        }\n                    }, \n                    \"GLOBAL2\": {\n                        \"Data\": {\n                            \"Data_Level\": {\n                                \"Blocks\": 1, \n                                \"Percent_Full\": 7, \n                                \"Size_KB\": 8\n                            }, \n                            \"Top_Bottom_Pnt_Level\": {\n                                \"Blocks\": 1, \n                                \"Percent_Full\": 0, \n                                \"Size_KB\": 8\n                            }, \n                            \"Total\": {\n                                \"Blocks\": 2, \n                                \"Percent_Full\": 3, \n                                \"Size_KB\": 16\n                            }\n                        }, \n                        \"Time\": {\n                            \"Elapsed_Seconds\": 0.0, \n                            \"End_Date\": \"01/22/2019\", \n                            \"End_Time\": \"19:00:01\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-little%2Finteg2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-little%2Finteg2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-little%2Finteg2json/lists"}