{"id":20170255,"url":"https://github.com/fabrix-app/generics-google-storage","last_synced_at":"2026-05-04T23:34:55.477Z","repository":{"id":95882727,"uuid":"140223194","full_name":"fabrix-app/generics-google-storage","owner":"fabrix-app","description":"Generics: Google Storage","archived":false,"fork":false,"pushed_at":"2018-08-09T15:30:10.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T04:15:46.537Z","etag":null,"topics":["fabrix","generics","google-storage","nodejs","typescript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabrix-app.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}},"created_at":"2018-07-09T02:49:58.000Z","updated_at":"2018-11-18T13:34:20.000Z","dependencies_parsed_at":"2023-06-18T20:19:59.118Z","dependency_job_id":null,"html_url":"https://github.com/fabrix-app/generics-google-storage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabrix-app/generics-google-storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fgenerics-google-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fgenerics-google-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fgenerics-google-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fgenerics-google-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabrix-app","download_url":"https://codeload.github.com/fabrix-app/generics-google-storage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fgenerics-google-storage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260462065,"owners_count":23013018,"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":["fabrix","generics","google-storage","nodejs","typescript"],"created_at":"2024-11-14T01:18:02.461Z","updated_at":"2026-05-04T23:34:52.189Z","avatar_url":"https://github.com/fabrix-app.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generics-google-storage\n\n[![Gitter][gitter-image]][gitter-url]\n[![NPM version][npm-image]][npm-url]\n[![Build Status][ci-image]][ci-url]\n[![Test Coverage][coverage-image]][coverage-url]\n[![Dependency Status][daviddm-image]][daviddm-url]\n[![Follow @FabrixApp on Twitter][twitter-image]][twitter-url]\n\nGeneric Data Store for Google Cloud through Spool-generics.\n\nLooking for [Spool-Generics?](https://github.com/fabrix-app/spool-generics)\n\n## Install\n\n```sh\n$ npm install --save @fabrix/generics-google-storage\n```\n\n## Configure\n\n```js\n// config/generics.ts\nimport { GoogleStorageGeneric } from '@fabrix/generics-google-storage'\nexport const generics = {\n  // make the key google_storage, alternatively make the key data_store_provider to be the default data store provider in many spools\n  google_storage: {\n    adapter: GoogleStorageGeneric,\n    config: {\n      project_id: process.env.GLCOUD_PROJECT_ID,\n      key_filename: process.env.GCLOUD_KEY_FILENAME, // NOTE: Must Be Fully Resolved Path\n      bucket: process.env.GCLOUD_BUCKET,\n      host: process.env.GCLOUD_HOST\n    }\n  }\n}\n```\n\n[npm-image]: https://img.shields.io/npm/v/@fabrix/generics-google-storage.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/@fabrix/generics-google-storage\n[ci-image]: https://img.shields.io/circleci/project/github/fabrix-app/generics-google-storage/master.svg\n[ci-url]: https://circleci.com/gh/fabrix-app/generics-google-storage/tree/master\n[daviddm-image]: http://img.shields.io/david/fabrix-app/generics-google-storage.svg?style=flat-square\n[daviddm-url]: https://david-dm.org/fabrix-app/generics-google-storage\n[gitter-image]: http://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square\n[gitter-url]: https://gitter.im/fabrix-app/Lobby\n[twitter-image]: https://img.shields.io/twitter/follow/FabrixApp.svg?style=social\n[twitter-url]: https://twitter.com/FabrixApp\n[coverage-image]: https://img.shields.io/codeclimate/coverage/github/fabrix-app/generics-google-storage.svg?style=flat-square\n[coverage-url]: https://codeclimate.com/github/fabrix-app/generics-google-storage/coverage\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabrix-app%2Fgenerics-google-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabrix-app%2Fgenerics-google-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabrix-app%2Fgenerics-google-storage/lists"}