A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/googleapis/google-cloud-php-bigtable below:

GitHub - googleapis/google-cloud-php-bigtable

Google Cloud Bigtable for PHP

Idiomatic PHP client for Google Cloud Bigtable.

NOTE: This repository is part of Google Cloud PHP. Any support requests, bug reports, or development contributions should be directed to that project.

A high performance NoSQL database service for large analytical and operational workloads.

To begin, install the preferred dependency manager for PHP, Composer.

Now install this component:

$ composer require google/cloud-bigtable

This component supports both REST over HTTP/1.1 and gRPC. In order to take advantage of the benefits offered by gRPC (such as streaming methods) please see our gRPC installation guide.

Notable Client Differences

The handwritten client offered by this package differs from the others in google-cloud-php in that it more directly wraps our generated clients. This means some of the idioms and configuration options you are used to may differ slightly. The most notable differences are outlined below:

Please see our Authentication guide for more information on authenticating your client. Once authenticated, you'll be ready to start making requests.

When going through the authentication guide, please take note that the handwritten client for this package will more closely follow the conventions outlined for the generated clients.

require 'vendor/autoload.php';

use Google\Cloud\Bigtable\BigtableClient;

$bigtable = new BigtableClient();
$table = $bigtable->table('my-instance', 'my-table');
$rows = $table->readRows();

foreach ($rows as $row) {
    print_r($row) . PHP_EOL;
}

Please see our Debugging guide for more information about the debugging tools.

This component is considered GA (generally available). As such, it will not introduce backwards-incompatible changes in any minor or patch releases. We will address issues and requests with the highest priority.

Please see the migration guide to upgrade from V1 of the library to V2.

Take a look at and understand the official documentation.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4