Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GoogleCloudPlatform/js-data-cloud-datastore
Google Cloud Datastore adapter for js-data. Main Site: http://www.js-data.io, API Reference Docs: http://googlecloudplatform.github.io/js-data-cloud-datastore/
https://github.com/GoogleCloudPlatform/js-data-cloud-datastore
Last synced: 3 months ago
JSON representation
Google Cloud Datastore adapter for js-data. Main Site: http://www.js-data.io, API Reference Docs: http://googlecloudplatform.github.io/js-data-cloud-datastore/
- Host: GitHub
- URL: https://github.com/GoogleCloudPlatform/js-data-cloud-datastore
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Archived: true
- Created: 2016-02-29T18:31:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T16:50:41.000Z (over 6 years ago)
- Last Synced: 2024-05-18T07:02:19.417Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 275 KB
- Stars: 24
- Watchers: 19
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-google-cloud - Cloud Datastore adapter for the JSData ORM - `js-data-cloud-datastore` is an adapter for [JSData](http://www.js-data.io), an ORM for Node.js and the browser. (Storage & Databases / Cloud Vision API)
README
# js-data-cloud-datastore
[![Slack Status][sl_b]][sl_l]
[![npm version][npm_b]][npm_l]
[![Circle CI][circle_b]][circle_l]
[![npm downloads][dn_b]][dn_l]
[![Coverage Status][cov_b]][cov_l]Google Cloud Datastore adapter for [js-data](http://www.js-data.io/).
__Note:__ This adapter is in beta, and uses the 3.0 beta version of js-data.
To get started, visit __[http://js-data.io](http://www.js-data.io/docs/js-data-cloud-datastore)__.
## Links
* [Quick start](http://www.js-data.io/docs/home#quick-start) - Get started in 5 minutes
* [Guides and Tutorials](http://www.js-data.io/docs/home) - Learn how to use JSData
* [`CloudDatastoreAdapter` Guide](http://www.js-data.io/docs/js-data-cloud-datastore) - Learn how to use `CloudDatastoreAdapter`
* [API Reference Docs](http://api.js-data.io) - Explore components, methods, options, etc.
* [Community & Support](http://js-data.io/docs/community) - Find solutions and chat with the community
* [General Contributing Guide](http://js-data.io/docs/contributing) - Give back and move the project forward
* [Contributing to js-data-cloud-datastore](https://github.com/js-data/js-data-cloud-datastore/blob/master/.github/CONTRIBUTING.md)## License
Apache Version 2.0
Copyright (c) 2016 js-data-cloud-datastore project authors
* [LICENSE](https://github.com/GoogleCloudPlatform/js-data-cloud-datastore/blob/master/LICENSE)
* [AUTHORS](https://github.com/GoogleCloudPlatform/js-data-cloud-datastore/blob/master/AUTHORS)
* [CONTRIBUTORS](https://github.com/GoogleCloudPlatform/js-data-cloud-datastore/blob/master/CONTRIBUTORS)[sl_b]: http://slack.js-data.io/badge.svg
[sl_l]: http://slack.js-data.io
[npm_b]: https://img.shields.io/npm/v/js-data-cloud-datastore.svg?style=flat
[npm_l]: https://www.npmjs.org/package/js-data-cloud-datastore
[circle_b]: https://img.shields.io/circleci/project/GoogleCloudPlatform/js-data-cloud-datastore.svg?style=flat
[circle_l]: https://circleci.com/gh/GoogleCloudPlatform/js-data-cloud-datastore
[dn_b]: https://img.shields.io/npm/dm/js-data-cloud-datastore.svg?style=flat
[dn_l]: https://www.npmjs.org/package/js-data-cloud-datastore
[cov_b]: https://img.shields.io/codecov/c/github/GoogleCloudPlatform/js-data-cloud-datastore.svg?style=flat
[cov_l]: https://codecov.io/github/GoogleCloudPlatform/js-data-cloud-datastore