Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.
Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
Try Cloud Run Free
Go from Data Warehouse to Data and AI platform with BigQuery
Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.
BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
...This program makes it easy:
Take a bunch of photos put them in directories,
where main directory is yyyy
and subdirectorys mm/dd
rename photos to i yymmdd_hhmmss
Command line example:
>photexo.py copy magic indir outdir
copy: copy files.
magic: use exif to detec camera model.
indir: a directory with digital photos.
outdir: the directory where we want our structured result.
The program has some flexibility: depending on the camera it can use the file name or the exif date time. There are other command variations, please see the readme.