{"id":28315941,"url":"https://github.com/drborges/appx-old","last_synced_at":"2025-06-23T19:31:24.510Z","repository":{"id":33707145,"uuid":"37360454","full_name":"drborges/appx-old","owner":"drborges","description":"APPengine eXtensions for golang with love :)","archived":false,"fork":false,"pushed_at":"2015-06-30T23:49:13.000Z","size":332,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T11:16:30.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/drborges.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":"2015-06-13T06:17:15.000Z","updated_at":"2022-07-14T21:27:28.000Z","dependencies_parsed_at":"2022-09-23T03:52:26.672Z","dependency_job_id":null,"html_url":"https://github.com/drborges/appx-old","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drborges/appx-old","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drborges%2Fappx-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drborges%2Fappx-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drborges%2Fappx-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drborges%2Fappx-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drborges","download_url":"https://codeload.github.com/drborges/appx-old/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drborges%2Fappx-old/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261542731,"owners_count":23174626,"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-25T01:13:06.418Z","updated_at":"2025-06-23T19:31:24.497Z","avatar_url":"https://github.com/drborges.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Features\n\n- [X] Support to model datastore key descriptor\n- [X] Support Models with parent keys\n- [X] Support to memcache for basic operations (`Load`, `Create`, `Update`, `Delete`)\n- [X] Support to Queries runner for fetching multiple results, single result and couting matches\n- [X] Support to overwrite cache miss datastore fall back algorithm with a user defined query\n- [X] Rich set of Datastore interfaces for decoupling dependency with clients (`Loader`, `Updater`, `Creator` and `Deleter`)\n- [X] Support to ItemsIterator with cursors\n- [X] Support to PagesIterator with cursors\n- [ ] Support to Iterator as a generator function (channels power \\m/)\n- [ ] Support memcache on batch operations `CreateAll`, `LoadAll`, `UpdateAll`, `DeleteAll` and perhaps to queries\n- [ ] Allow user to define expiration time for cached items\n- [ ] Implement: ds.Datastore#Exist(Entity) (bool, error)\n- [ ] Implement: ds.Datastore#ExistAll([]Entity) (bool, error)\n- [ ] Implement: ds.Datastore#ExistAny([]Entity) (bool, error)\n- [ ] Better error handling. Review error cases specially for key resolution algorithm\n- [ ] Support struct tags for auto generating KeyMetadata?\n\n# Tagged Structs Prototype:\n\nStruct with a ds.Model embedded and a KeyMetadata method definition that through reflection\nextracts key metadata information from the tags in the embedded model \n\n```golang\ntype TaggedModel struct {\n  Model\n}\n\nfunc (this TaggedModel) KeyMetadata() *KeyMetadata {\n\treturn NewKeyMetadataFromTags(this.Model)\n}\n\nfunc (this TaggedModel) CacheID() string {\n    return NewCacheIDFromTags(this.Model)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrborges%2Fappx-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrborges%2Fappx-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrborges%2Fappx-old/lists"}