Is there PDO driver available for Google cloud spanner - pdo

We are trying to use google cloud spanner as our database storage and building our application on ZEND framework.
Just wanted to confirm if there is a PDO driver available ?

No, there is currently not a PDO driver for Cloud Spanner. The current choices are:
Official APIs and Client Libraries
JDBC drivers

Related

Does Hub support integrations for MinIO, AWS, and GCP? If so, how does it work?

I was taking a look at Hub—the dataset format for AI—and noticed that hub integrates with GCP and AWS. I was wondering if it also supported integrations with MinIO.
I know that Hub allows you to directly stream datasets from cloud storage to ML workflows but I’m not sure which ML workflows it integrates with.
I would like to use MinIO over S3 since my team has a self-hosted MinIO instance (aka it's free).
Hub allows you to load data from anywhere. Hub works locally, on Google Cloud, MinIO, AWS as well as Activeloop storage (no servers needed!). So, it allows you to load data and directly stream datasets from cloud storage to ML workflows.
You can find more information about storage authentication in the Hub docs.
Then, Hub allows you to stream data to PyTorch or TensorFlow with simple dataset integrations as if the data were local since you can connect Hub datasets to ML frameworks.

What are the steps to export a VM using the vmware vcenter 7 rest api

I'm attempting to build some custom automation to handle the import / export of VM's to / from an on-prem vmware cluster.
So far I have authenticated the rest api, can get a VM's info, but I cannot work out how to approach exporting the selected VM.
I believe I'll need to create a download session & iterate through its files, saving them to disk one by one whilst keeping the download session alive, but the documentation seems to skirt around the concept of exporting a VM and focus predominantly on deploying.
Does anyone have an example / list of steps required to achieve exporting a VM via the Rest API?
As of 7.0U2, that functionality doesn't exist in the vSphere Automation (REST) API. Here are the top level VM functions: link
If you're open to using the vSphere Web Services (SOAP) API, there's an exportVM function available: link
If you want to automate VMs import/export I recommend to use OVF Tool / PowerCLI.
I leave you a KB with example https://kb.vmware.com/s/article/1038709

How to avail GCP OS login feature on non google provided images

I have migrated few workloads from AWS to GCP , now trying to enable OS login feature on that migrated workloads.
Since it is not a native google image , Hence we need to build os login package on this migrated image .
There is a github resource about this https://github.com/GoogleCloudPlatform/guest-oslogin
but couldn't able to enable it .
If anyone have done this already , please advise .
Have a look at the documentation it's more detailed then guide at github. If you already have SSH keys you can import them. In case if something goes wrong you can use serial port connection for access to your VMs with existing login and password.
Provide more details about your steps during migration from AWS to GCP and issues with OS login configuration.
EDIT It's easier to migrate VMs from AWS into Compute Engine if you use Google Cloud Migrate for Compute Engine (formerly Velostrata).

AWS Cognito substitute on Pivotal Cloud Foundry (PCF)

I'm exploring Pivotal Cloud Foundry (PCF)'s PAS for moving our organisation's on-premise application onto private cloud. Going by the documentation, I'm unable to find if PCF has any offering for end user authentication & authorisation like we have Cognito on AWS?
If not, are there any other external service that can be used in conjunction with PCF for the purpose?
Thanks for your help.
I don't know if it'll be an exact replacement, but Pivotal Cloud Foundry has a single sign-on option available.
https://docs.pivotal.io/p-identity/1-6/index.html
It uses the same UAA, which comes with the platform and controls access to the platform, but is completely separate and allows you to provide similar access controls to your applications running on top of Pivotal Cloud Foundry.

What are options for database management for cloud computing (chrome os specifically)?

I'm currently attempting to do my development on Chrome OS. I've found some very useful services with Google Drive and also services such as Nitrous.io. However, the part that is causing issues is finding a suitable replacement to database management. Currently, I've been using SQL Server on Windows. I don't mind transitioning to sqlite, mysql, etc. but I'm looking for a cloud solution to it. Free (perhaps sqlite stored on google drive?) would be nice, but I'm not opposed to paid hosting options. Has anyone transitioned to Chrome OS or something similar where they are doing their database management in the cloud?
I would go with Google cloud SQL which gives you the power of MySQL as a service. It has some powerful options and you can use it both from google app engine and google compute engine.
Of course, that you can try amazon SQL options as well at: http://aws.amazon.com/rds/ which contain a nice sets of RDSs.
If you wish noSQL solutions there are many options out there:
Google datastore - It's a powerful technology that bring you lots of power.
Amazon - http://aws.amazon.com/nosql/
http://tour.mongohq.com/