{"id":20187994,"url":"https://github.com/arran4/datastoreutils","last_synced_at":"2026-04-26T15:00:25.971Z","repository":{"id":57511939,"uuid":"239738544","full_name":"arran4/datastoreutils","owner":"arran4","description":"Basic google cloud datastore helpers","archived":false,"fork":false,"pushed_at":"2026-04-14T06:52:54.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-14T08:32:30.580Z","etag":null,"topics":["datastore","go","go-google-app-engine","golang","google-app-engine","google-datastore","library"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/arran4/datastoreutils","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arran4.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-11T10:48:45.000Z","updated_at":"2026-04-14T06:52:57.000Z","dependencies_parsed_at":"2026-04-26T15:00:24.671Z","dependency_job_id":null,"html_url":"https://github.com/arran4/datastoreutils","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/arran4/datastoreutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdatastoreutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdatastoreutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdatastoreutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdatastoreutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arran4","download_url":"https://codeload.github.com/arran4/datastoreutils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fdatastoreutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32301330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["datastore","go","go-google-app-engine","golang","google-app-engine","google-datastore","library"],"created_at":"2024-11-14T03:26:56.333Z","updated_at":"2026-04-26T15:00:25.942Z","avatar_url":"https://github.com/arran4.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Utils\n\nCurrently just has key creation with namespace as a parameter.\n\nHappy to add more.\n\n### Usage\n\n```go\n// Using Must versions (panics on error)\nkey := dsutils.MustIncompleteKeyWithNamespace(model.OptionKind, \"namespace\", nil)\nkey := dsutils.MustNameKeyWithNamespace(model.OptionKind, \"namespace\", \"Name\", nil)\nkey := dsutils.MustIDKeyWithNamespace(model.OptionKind, \"namespace\", int64(Id), nil)\n\n// Using error return versions\nkey, err := dsutils.IncompleteKeyWithNamespace(model.OptionKind, \"namespace\", nil)\nif err != nil {\n    // handle error\n}\n\nkey, err = dsutils.NameKeyWithNamespace(model.OptionKind, \"namespace\", \"Name\", nil)\nif err != nil {\n    // handle error\n}\n\nkey, err = dsutils.IDKeyWithNamespace(model.OptionKind, \"namespace\", int64(Id), nil)\nif err != nil {\n    // handle error\n}\n```\n\n### License\n\nThis project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fdatastoreutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farran4%2Fdatastoreutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fdatastoreutils/lists"}