{"id":16352303,"url":"https://github.com/bugthesystem/panteon.historystorage","last_synced_at":"2026-07-29T12:31:29.754Z","repository":{"id":149223115,"uuid":"51584580","full_name":"bugthesystem/Panteon.HistoryStorage","owner":"bugthesystem","description":"Panteon history storage implementations (sql server, mongodb etc)","archived":false,"fork":false,"pushed_at":"2016-03-21T13:01:40.000Z","size":480,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-06-09T13:33:44.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugthesystem.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,"publiccode":null,"codemeta":null}},"created_at":"2016-02-12T11:53:32.000Z","updated_at":"2021-07-10T19:55:44.000Z","dependencies_parsed_at":"2023-09-03T06:46:19.498Z","dependency_job_id":null,"html_url":"https://github.com/bugthesystem/Panteon.HistoryStorage","commit_stats":null,"previous_names":["bugthesystem/panteon.historystorage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bugthesystem/Panteon.HistoryStorage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2FPanteon.HistoryStorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2FPanteon.HistoryStorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2FPanteon.HistoryStorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2FPanteon.HistoryStorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugthesystem","download_url":"https://codeload.github.com/bugthesystem/Panteon.HistoryStorage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2FPanteon.HistoryStorage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36032917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-29T02:00:04.910Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-11T01:25:40.000Z","updated_at":"2026-07-29T12:31:29.739Z","avatar_url":"https://github.com/bugthesystem.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Panteon.HistoryStorage\nPanteon.HistoryStorage\n\n![](https://github.com/PanteonProject/panteon-dashboard/blob/master/misc/path4141.png)  \n\n\n**Simple History Storage interface**\n```cs\npublic interface IHistoryStorage\n{\n  bool Store(HistoryModel historyModel);\n  IEnumerable\u003cHistoryModel\u003e Load(string name, DateTime? from = null, DateTime? to = null);\n}\n\npublic class HistoryModel\n{\n  public int Id { get; set; }\n  public string Name { get; set; }\n  public string Details { get; set; }\n  public DateTime DateCreated { get; set; }\n}\n``` \n\n## License\nCode and documentation are available according to the *MIT* License (see [LICENSE](https://raw.githubusercontent.com/PanteonProject/Panteon.HistoryStorage/master/LICENSE)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fpanteon.historystorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugthesystem%2Fpanteon.historystorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fpanteon.historystorage/lists"}