{"id":28159667,"url":"https://github.com/dobin/semidatasieve","last_synced_at":"2026-02-01T06:33:06.798Z","repository":{"id":281382091,"uuid":"944971963","full_name":"dobin/SemiDataSieve","owner":"dobin","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-25T04:05:49.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T05:19:20.454Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/dobin.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":"2025-03-08T11:01:52.000Z","updated_at":"2025-03-25T04:05:52.000Z","dependencies_parsed_at":"2025-03-08T18:23:23.980Z","dependency_job_id":"fcd32858-6822-4177-b37d-182a13b1b6ab","html_url":"https://github.com/dobin/SemiDataSieve","commit_stats":null,"previous_names":["dobin/semidatasieve"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dobin%2FSemiDataSieve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dobin%2FSemiDataSieve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dobin%2FSemiDataSieve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dobin%2FSemiDataSieve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dobin","download_url":"https://codeload.github.com/dobin/SemiDataSieve/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319720,"owners_count":22051075,"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":[],"created_at":"2025-05-15T10:11:20.540Z","updated_at":"2026-02-01T06:33:06.792Z","avatar_url":"https://github.com/dobin.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Semi Structured Data Sieve\n\nWeb interface to \nSort and Filter Records of Semi-Structured Data (array of dictionaries, which have several identical keys). \n\nAvailable at: [semidatasieve.r00ted.ch](https://semidatasieve.r00ted.ch)\n\n100% pure JavaScript, no dependencies.\n\n\n## Screenshot\n\n![Screenshot](https://raw.githubusercontent.com/dobin/SemiDataSieve/master/doc/screenshot.png)\n\n![Screenshot](https://raw.githubusercontent.com/dobin/SemiDataSieve/master/doc/screenshot2.png)\n\n\n## Filter \n\n* Include keys\n* Exclude keys\n* Include values\n* Exclude values\n\nExcludes take precedence.\n\n\n## Example\n\n```\n[\n    { id: 1, timestamp: \"12:00:00\", level: \"INFO\", message: \"System started\" },\n    { id: 2, timestamp: \"12:05:00\", level: \"WARNING\", message: \"High memory usage detected\" },\n    { id: 3, timestamp: \"12:10:00\", level: \"ERROR\", message: \"System crash\" },\n    { id: 4, timestamp: \"12:10:00\", nolevel: \"ERROR\", stuff: \"0x1234\" }\n]\n```\n\n* With \"include key:level\", #1, #2, #3 will be shown\n* With \"exclude key:nolevel\", #4 will be hidden\n* With \"include value:error\", #1, #2, #3 will be shown\n* With \"exclude value:error\", #4 will be hidden\n\nMultiple: \n* \"include key:level\": #1, #2, #3 will be shown\n* \"exclude value:ERROR\": #3 will not be shown, only #1 and #2\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdobin%2Fsemidatasieve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdobin%2Fsemidatasieve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdobin%2Fsemidatasieve/lists"}