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
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
libinterface is a C++ library and a code generator used to facilitate interprocess communication over TCP and Unix sockets. The code generator reads XML method definition and produces code to serialize and to deserialize the described datastructures.
SQL-to-C++ code-generator that generates a C++ class for every table in your SQLite3 database. The code-generation is performed based on the "CREATE TABLE" SQL operators.
Decafcc is a simple just-in-time (JIT) compiler for small programming or data modeling language. The current Decaf project demonstrates how to parse simple C, and how to generate MIPS assemble code.