Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.
BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
Try BigQuery Free
99.99% Uptime for MySQL and PostgreSQL on Google Cloud
Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.
Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
Count i/o calls or SMS on (Jolla) mobile devices running Sailfish OS
...The script returns the amount of incoming or outgoing call or SMS units between two points t1 <= t2. By default one call unit is 60s and one SMS unit 160 chars.
Copy the script (set permission to executable) to your mobile device (e.g. to folder /home/nemo/bash/).
Execution in Sailfish's Terminal app:
./mobcount.sh <mode> <io> <t1> <t2>
where:
mode = c (call) or s (sms)
io = i (incoming), o (outgoing)
t1 = start time (unix format)
t2 = end time (unix format)
For further information see source code and README.
The script runs on other Linux OS, too.
...