An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 0.5% on proxy.golang.org
Top 0.3% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 0.7% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : cloud.google.com/go/bigtable

Package bigtable is an API to Google Cloud Bigtable. See https://cloud.google.com/bigtable/docs/ for general product documentation. See https://godoc.org/cloud.google.com/go for authentication, timeouts, connection pooling and similar aspects of this package. The principal way to read from a Bigtable is to use the ReadRows method on *Table. A RowRange specifies a contiguous portion of a table. A Filter may be provided through RowFilter to limit or transform the data that is returned. To read a single row, use the ReadRow helper method: This API exposes two distinct forms of writing to a Bigtable: a Mutation and a ReadModifyWrite. The former expresses idempotent operations. The latter expresses non-idempotent operations and returns the new values of updated cells. These operations are performed by creating a Mutation or ReadModifyWrite (with NewMutation or NewReadModifyWrite), building up one or more operations on that, and then using the Apply or ApplyReadModifyWrite methods on a Table. For instance, to set a couple of cells in a table: To increment an encoded value in one cell: If a read or write operation encounters a transient error it will be retried until a successful response, an unretryable error or the context deadline is reached. Non-idempotent writes (where the timestamp is set to ServerTime) will not be retried. In the case of ReadRows, retried calls will not re-scan rows that have already been processed.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/cloud.google.com/go/bigtable
Keywords: cloud-bigquery , cloud-datastore , cloud-pubsub , cloud-storage , go , golang , google-cloud
License: Apache-2.0
Latest release: about 1 year ago
First release: over 6 years ago
Namespace: cloud.google.com/go
Dependent packages: 284
Dependent repositories: 5,975
Stars: 4,355 on GitHub
Forks: 1,481 on GitHub
Docker dependents: 1,145
Docker downloads: 3,492,880,207
Total Commits: 8711
Committers: 431
Average commits per author: 20.211
Development Distribution Score (DDS): 0.881
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 12 months ago

    Loading...
    Readme
    Loading...