Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Run Any Workload on Compute Engine VMs
From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.
Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
Creates and Maintains a MySQL Database of the IRS Business Master File
The IRS has created the Business Master File of all tax-exempt entities. There are 28 searchable fields.
This project consists of two bash scripts plus two SQL scripts to automate the process of converting and updating the files from the IRS into a MySQL (MySQL, MariaDB) database.
The first script (plus SQL) creates a database and primary table. It then downloads the files from the IRS, processes them and adds them to the database.
The second script is used for updates. The IRS updates the files roughly on the tenth of each month.
...