{"id":18779307,"url":"https://github.com/zostay/data-remember","last_synced_at":"2025-12-17T23:30:15.965Z","repository":{"id":56830819,"uuid":"2610632","full_name":"zostay/Data-Remember","owner":"zostay","description":"A handy tool for remember facts","archived":false,"fork":false,"pushed_at":"2014-02-18T16:03:58.000Z","size":228,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T10:28:50.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","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/zostay.png","metadata":{"files":{"readme":"README.mkd","changelog":"Changes","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":"2011-10-20T02:25:17.000Z","updated_at":"2014-09-08T23:34:35.000Z","dependencies_parsed_at":"2022-09-09T18:01:20.392Z","dependency_job_id":null,"html_url":"https://github.com/zostay/Data-Remember","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zostay%2FData-Remember","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zostay%2FData-Remember/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zostay%2FData-Remember/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zostay%2FData-Remember/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zostay","download_url":"https://codeload.github.com/zostay/Data-Remember/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239690511,"owners_count":19681115,"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":"2024-11-07T20:19:34.971Z","updated_at":"2025-12-17T23:30:15.925Z","avatar_url":"https://github.com/zostay.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-Remember\n\nHelps you remember complex information without giving yourself a headache. The\ngoal is to provide a way to store structured facts without having to spend a lot\nof time worrying how the data is stored. This is basically a simple-minded\nkey-value store/NoSQL database interface. \n\nIt is aimed at tools like bots that often need to record data like when a user\nwas last seen or how many karma points a subject has earned, etc. These small\nsimple facts tend to be just complex enough that a straight hash can give you\nmigraines, but too simple that a full blown MongoDB install is over-thinking the\nsolution.\n\nThis also presents a few simple ways to store information, called brains:\n\n * DBM::Deep - The DBM brain uses the DBM::Deep module, which is a hierarchical\n   key-value/NoSQL storage engine built on an old style DBM format.\n * YAML - This will let you load andd store facts using a YAML file, such as\n   might be useful for configuration data.\n * Memory - This stores in memory for the duration of the process.\n * Hybrid - Allows you to use other engines in combination by letting certain\n   parent keys be marked as belonging to a given brain.\n * POE - This can be used in combination with POE to store the brain information\n   in the POE heap.\n\nThe preferred installation method is from CPAN:\n\n    cpanm Data::Remember\n\nOr if you want to hack the code, feel free to fork and build it from here.\n\nCheers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzostay%2Fdata-remember","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzostay%2Fdata-remember","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzostay%2Fdata-remember/lists"}