{"id":24623032,"url":"https://github.com/cdent/tiddlywebplugins.binarystore","last_synced_at":"2025-03-19T01:14:39.370Z","repository":{"id":10169544,"uuid":"12253036","full_name":"cdent/tiddlywebplugins.binarystore","owner":"cdent","description":"A TiddlyWeb store for binary tiddlers, layered above other stores.","archived":false,"fork":false,"pushed_at":"2014-02-01T17:24:35.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T03:28:53.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-20T20:09:59.000Z","updated_at":"2021-05-22T14:22:10.000Z","dependencies_parsed_at":"2022-08-30T23:40:50.967Z","dependency_job_id":null,"html_url":"https://github.com/cdent/tiddlywebplugins.binarystore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdent%2Ftiddlywebplugins.binarystore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdent%2Ftiddlywebplugins.binarystore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdent%2Ftiddlywebplugins.binarystore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdent%2Ftiddlywebplugins.binarystore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdent","download_url":"https://codeload.github.com/cdent/tiddlywebplugins.binarystore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244333022,"owners_count":20436123,"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-01-25T03:14:03.697Z","updated_at":"2025-03-19T01:14:39.352Z","avatar_url":"https://github.com/cdent.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nA store for binary tiddlers, layered above other stores.\n\nIt's purpose to avoid the unnecessary processing of the `text`\nattribute when not neeed. This could save greatly on processing time\nand cost.\n\n_experimental_\n\nSee: http://cdent.tiddlyspace.com/ShuntedBinaryStore\n\nProcess\n-------\n\nWhen a tiddler is `PUT` we know if it is binary. If it is we can store\nthe text somewhere efficiently and then write a normal tiddler for the\nmetadata of that tiddler.\n\nWhen a tiddler is `GET` we can get the metadata from the normal\ntiddler and then get the text from the efficient place, only if\nneeded. We can manage the text in a subclass which treats the Tiddler\n`text` attribute as a property.\n\nIn our first experiments we will use two layered text stores.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdent%2Ftiddlywebplugins.binarystore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdent%2Ftiddlywebplugins.binarystore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdent%2Ftiddlywebplugins.binarystore/lists"}