Coder Social home page Coder Social logo

lzhz2012 / google-cloud-datastore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googleapis/google-cloud-datastore

0.0 0.0 0.0 1.67 MB

Low-level, Protobuf-based Java and Python client libraries for Cloud Datastore. Check out google-cloud-java and google-cloud-python first!

Home Page: https://cloud.google.com/datastore

License: Apache License 2.0

Java 60.30% JavaScript 0.75% Makefile 2.96% HTML 0.96% Python 35.02%

google-cloud-datastore's Introduction

Google Cloud Datastore

Note: This repository contains low-level Java and Python client libraries for Google Cloud Datastore. For more idiomatic and usable client libraries in these languages, please visit the Google Cloud Client Libraries for Java and Google Cloud Client Libraries for Python repositories. You can also find the full list of supported client libraries in a variety of languages on the Client Libraries page of Cloud Datastore.

Cloud Datastore is a highly-scalable NoSQL database for your applications. Cloud Datastore automatically handles sharding and replication, providing you with a highly available and durable database that scales automatically to handle your applications' load. Cloud Datastore provides a myriad of capabilities such as ACID transactions, SQL-like queries, indexes and much more. For more information, see the Cloud Datastore documentation.

This repository contains clients that are deliberately low-level and map directly to the underlying Datastore RPC model. They're designed to provide more flexibility to developers and higher level library implementers.

Samples

Proto

Client Libraries

You can learn more about client libraries for Cloud Datastore here.

pip install googledatastore
  • Java (Maven):
<dependency>
  <groupId>com.google.api.grpc</groupId>
  <artifactId>proto-google-cloud-datastore-v1</artifactId>
  <version>0.1.27</version>
</dependency>
<dependency>
  <groupId>com.google.cloud.datastore</groupId>
  <artifactId>datastore-v1-proto-client</artifactId>
  <version>1.6.1</version>
</dependency>

Documentation

For more information, see the Cloud Datastore documentation.

Filing Issues

  1. For production issues and support options, see Cloud Datastore support.
  2. For bugs or feature requests, please first look at existing issues.
  3. When applicable, create a new report. Note that this repo exclusively covers the low-level, Protobuf-based clients. If you're using com.google.cloud.google-cloud-datastore (Java) or google-cloud-datastore (Python), please file your issue in the appropriate repo, google-cloud-java or google-cloud-python. If you file an issue with either of those client libraries here, we will (gently) redirect you to the right repo and close the issue in this one.
  4. For bugs, detail the steps to reproduce the problem and the affected version number.
  5. For feature requests, articulate the use case you are trying solve and describe any current workaround(s).

Contributing changes

Licensing

google-cloud-datastore's People

Contributors

benwhitehead avatar bmenasha avatar bovard avatar chingor13 avatar cmaan avatar dmcgrath avatar eddavisson avatar elharo avatar gbin avatar jlleitschuh avatar jsimonweb avatar liyanhui1228 avatar mrudelle avatar omaray avatar pcostell avatar pieterdm avatar proppy avatar razvanm avatar skim1420 avatar stfeng2 avatar stinky2nine avatar sudhirj avatar vikkyrk avatar wijagels avatar wsh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.