{"id":18480609,"url":"https://github.com/jloisel/persistent-collection","last_synced_at":"2025-05-13T19:23:38.341Z","repository":{"id":6255975,"uuid":"7488641","full_name":"jloisel/persistent-collection","owner":"jloisel","description":"Persistent Java Map","archived":false,"fork":false,"pushed_at":"2013-01-15T21:05:28.000Z","size":204,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T21:16:34.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/jloisel.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-01-07T19:46:06.000Z","updated_at":"2019-10-17T20:33:00.000Z","dependencies_parsed_at":"2022-09-13T00:02:47.188Z","dependency_job_id":null,"html_url":"https://github.com/jloisel/persistent-collection","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/jloisel%2Fpersistent-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jloisel%2Fpersistent-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jloisel%2Fpersistent-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jloisel%2Fpersistent-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jloisel","download_url":"https://codeload.github.com/jloisel/persistent-collection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254010982,"owners_count":21999029,"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-06T12:19:28.477Z","updated_at":"2025-05-13T19:23:38.265Z","avatar_url":"https://github.com/jloisel.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"persistent-collection\n=====================\n\nUsage:\n\n```java\n    \tMap\u003cString, Persistent\u003e map = new PersistentMapBuilder\u003c\u003e()\n    \t  .externalizeUsing(Externalizers.serializable())\n    \t  .persistOn(Persistences.fileSystem(\"directory\"))\n    \t  .build();\n```\n\nPersistent Map with configurable:\n- Persistence: persist to anywhere.\n- Externalization: convert values to/from bytes.\n\nAvailable Persistences:\n- None: no persistence, \n- File system: store entries on disk.\n\nAvailable Externalizers:\n- Java Serialization.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjloisel%2Fpersistent-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjloisel%2Fpersistent-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjloisel%2Fpersistent-collection/lists"}